summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: add QCryptoSecret object class for password/key handlingDaniel P. Berrange2019-11-291-0/+148
* util: add base64 decoding functionDaniel P. Berrange2019-11-291-0/+58
* block: Remove prototype of bdrv_swap from headerFam Zheng2019-11-291-1/+0
* block: Add opaque value to the amend CBMax Reitz2019-11-292-3/+4
* block: Introduce bs->explicit_optionsKevin Wolf2019-11-292-0/+2
* block: Add infrastructure for option inheritanceKevin Wolf2019-11-291-1/+2
* block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf2019-11-291-1/+1
* block: Exclude nested options only for children in append_open_options()Kevin Wolf2019-11-291-0/+1
* block: Allow references for backing filesKevin Wolf2019-11-291-1/+2
* qcow2: Add .bdrv_join_options callbackKevin Wolf2019-11-291-0/+1
* io: add QIOChannelBuffer classDaniel P. Berrange2019-11-291-0/+60
* io: add QIOChannelCommand classDaniel P. Berrange2019-11-291-0/+91
* io: add QIOChannelWebsock classDaniel P. Berrange2019-11-291-0/+108
* io: add QIOChannelTLS classDaniel P. Berrange2019-11-291-0/+142
* io: add QIOChannelFile classDaniel P. Berrange2019-11-291-0/+93
* io: add QIOChannelSocket classDaniel P. Berrange2019-11-292-0/+263
* io: add QIOTask class for async operationsDaniel P. Berrange2019-11-291-0/+256
* io: add helper module for creating watches on FDsDaniel P. Berrange2019-11-291-0/+72
* io: add abstract QIOChannel classesDaniel P. Berrange2019-11-291-0/+502
* rcu: optimize rcu_read_lockPaolo Bonzini2019-11-291-5/+1
* memory: try to inline constant-length readsPaolo Bonzini2019-11-292-18/+57
* memory: inline a few small accessorsPaolo Bonzini2019-11-291-4/+18
* memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini2019-11-291-0/+6
* memory: avoid unnecessary object_ref/unrefPaolo Bonzini2019-11-291-0/+1
* memory: reorder MemoryRegion fieldsPaolo Bonzini2019-11-291-10/+14
* exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini2019-11-291-2/+7
* user: introduce "-d page"Paolo Bonzini2019-11-291-0/+1
* qemu-log: introduce qemu_log_separatePaolo Bonzini2019-11-291-0/+7
* kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini2019-11-292-1/+18
* kvm: add support for -machine kernel_irqchip=splitMatt Gingell2019-11-292-0/+13
* kvm: Hyper-V SynIC irq routing supportAndrey Smetanin2019-11-291-0/+1
* linux-headers: update from kvm/nextPaolo Bonzini2019-11-295-786/+1018
* vmw_pvscsi: Introduce 'x-disable-pcie' backword compatability propertyShmulik Ladkani2019-11-291-0/+4
* vmw_pvscsi: Introduce 'x-old-pci-configuration' backword compatability propertyShmulik Ladkani2019-11-291-0/+4
* exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost2019-11-291-1/+0
* i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2019-11-292-2/+81
* i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2019-11-296-53/+100
* i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2019-11-291-4/+4
* ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao2019-11-291-0/+7
* ACPI: Add GPIO Connection DescriptorShannon Zhao2019-11-291-0/+20
* ARM: Virt: Add a GPIO controllerShannon Zhao2019-11-291-0/+1
* acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov2019-11-291-1/+1
* acpi: support serialized methodXiao Guangrong2019-11-291-1/+7
* i.MX: add support for lower and upper interrupt in GPIO.Jean-Christophe Dubois2019-11-291-1/+2
* qapi: Shorter visits of optional fieldsEric Blake2019-11-291-2/+2
* qapi: Simplify visits of optional fieldsEric Blake2019-11-292-5/+10
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2019-11-292-2/+3
* qapi: Simplify visiting of alternate typesEric Blake2019-11-292-2/+9
* qapi: Convert QType into QAPI built-in enum typeEric Blake2019-11-292-16/+6
* qobject: Rename qtype_code to QTypeEric Blake2019-11-292-5/+5
OpenPOWER on IntegriCloud