summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-18crypto: add support for loading encrypted x509 keysDaniel P. Berrange1-0/+1
2015-12-18crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange1-0/+148
2015-12-18util: add base64 decoding functionDaniel P. Berrange1-0/+58
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange1-0/+60
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange1-0/+91
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange1-0/+108
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange1-0/+142
2015-12-18io: add QIOChannelFile classDaniel P. Berrange1-0/+93
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange2-0/+263
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange1-0/+256
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange1-0/+72
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange1-0/+502
2015-12-17rcu: optimize rcu_read_lockPaolo Bonzini1-5/+1
2015-12-17memory: try to inline constant-length readsPaolo Bonzini2-18/+57
2015-12-17memory: inline a few small accessorsPaolo Bonzini1-4/+18
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini1-0/+6
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini1-0/+1
2015-12-17memory: reorder MemoryRegion fieldsPaolo Bonzini1-10/+14
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini1-2/+7
2015-12-17user: introduce "-d page"Paolo Bonzini1-0/+1
2015-12-17qemu-log: introduce qemu_log_separatePaolo Bonzini1-0/+7
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2-1/+18
2015-12-17kvm: add support for -machine kernel_irqchip=splitMatt Gingell2-0/+13
2015-12-17kvm: Hyper-V SynIC irq routing supportAndrey Smetanin1-0/+1
2015-12-17linux-headers: update from kvm/nextPaolo Bonzini5-786/+1018
2015-12-17vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability propertyShmulik Ladkani1-0/+4
2015-12-17vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability propertyShmulik Ladkani1-0/+4
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost1-1/+0
2015-12-17i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2-2/+81
2015-12-17i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois6-53/+100
2015-12-17i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois1-4/+4
2015-12-17ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao1-0/+7
2015-12-17ACPI: Add GPIO Connection DescriptorShannon Zhao1-0/+20
2015-12-17ARM: Virt: Add a GPIO controllerShannon Zhao1-0/+1
2015-12-17acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov1-1/+1
2015-12-17acpi: support serialized methodXiao Guangrong1-1/+7
2015-12-17i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois1-1/+2
2015-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20151217-1' int...Peter Maydell1-2/+126
2015-12-17qapi: Shorter visits of optional fieldsEric Blake1-2/+2
2015-12-17qapi: Simplify visits of optional fieldsEric Blake2-5/+10
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2-2/+3
2015-12-17qapi: Simplify visiting of alternate typesEric Blake2-2/+9
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake2-16/+6
2015-12-17qobject: Rename qtype_code to QTypeEric Blake2-5/+5
2015-12-17qobject: Simplify QObjectEric Blake7-16/+21
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-6/+6
2015-12-17qapi: Add alias for ErrorClassEric Blake1-0/+14
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-2/+2
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake2-62/+2
2015-12-17qapi: Remove dead visitor codeEric Blake1-3/+0