summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: Remove prototype of bdrv_swap from headerFam Zheng2015-12-181-1/+0Star
* block: Add opaque value to the amend CBMax Reitz2015-12-182-3/+4
* block: Introduce bs->explicit_optionsKevin Wolf2015-12-182-0/+2
* block: Add infrastructure for option inheritanceKevin Wolf2015-12-181-1/+2
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2015-12-181-1/+1
* block: Exclude nested options only for children in append_open_options()Kevin Wolf2015-12-181-0/+1
* block: Allow references for backing filesKevin Wolf2015-12-181-1/+2
* qcow2: Add .bdrv_join_options callbackKevin Wolf2015-12-181-0/+1
* io: add QIOChannelBuffer classDaniel P. Berrange2015-12-181-0/+60
* io: add QIOChannelCommand classDaniel P. Berrange2015-12-181-0/+91
* io: add QIOChannelWebsock classDaniel P. Berrange2015-12-181-0/+108
* io: add QIOChannelTLS classDaniel P. Berrange2015-12-181-0/+142
* io: add QIOChannelFile classDaniel P. Berrange2015-12-181-0/+93
* io: add QIOChannelSocket classDaniel P. Berrange2015-12-182-0/+263
* io: add QIOTask class for async operationsDaniel P. Berrange2015-12-181-0/+256
* io: add helper module for creating watches on FDsDaniel P. Berrange2015-12-181-0/+72
* io: add abstract QIOChannel classesDaniel P. Berrange2015-12-181-0/+502
* rcu: optimize rcu_read_lockPaolo Bonzini2015-12-171-5/+1Star
* memory: try to inline constant-length readsPaolo Bonzini2015-12-172-18/+57
* memory: inline a few small accessorsPaolo Bonzini2015-12-171-4/+18
* memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini2015-12-171-0/+6
* memory: avoid unnecessary object_ref/unrefPaolo Bonzini2015-12-171-0/+1
* memory: reorder MemoryRegion fieldsPaolo Bonzini2015-12-171-10/+14
* exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini2015-12-171-2/+7
* user: introduce "-d page"Paolo Bonzini2015-12-171-0/+1
* qemu-log: introduce qemu_log_separatePaolo Bonzini2015-12-171-0/+7
* kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2015-12-172-1/+18
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2015-12-172-0/+13
* kvm: Hyper-V SynIC irq routing supportAndrey Smetanin2015-12-171-0/+1
* linux-headers: update from kvm/nextPaolo Bonzini2015-12-175-786/+1018
* vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability propertyShmulik Ladkani2015-12-171-0/+4
* vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability propertyShmulik Ladkani2015-12-171-0/+4
* exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost2015-12-171-1/+0Star
* i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2015-12-172-2/+81
* i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2015-12-176-53/+100
* i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2015-12-171-4/+4
* ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao2015-12-171-0/+7
* ACPI: Add GPIO Connection DescriptorShannon Zhao2015-12-171-0/+20
* ARM: Virt: Add a GPIO controllerShannon Zhao2015-12-171-0/+1
* acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov2015-12-171-1/+1
* acpi: support serialized methodXiao Guangrong2015-12-171-1/+7
* i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois2015-12-171-1/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw-cfg-20151217-1' int...Peter Maydell2015-12-171-2/+126
|\
| * fw_cfg: remove offset argument from callback prototypeGabriel L. Somlo2015-12-151-2/+1Star
| * fw_cfg: amend callback behavior spec to once per selectGabriel L. Somlo2015-12-151-7/+3Star
| * fw_cfg: move internal function call docs to header fileGabriel L. Somlo2015-12-151-0/+129
* | qapi: Shorter visits of optional fieldsEric Blake2015-12-171-2/+2
* | qapi: Simplify visits of optional fieldsEric Blake2015-12-172-5/+10
* | qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-172-2/+3
* | qapi: Simplify visiting of alternate typesEric Blake2015-12-172-2/+9