aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin
2017-01-10virtio-crypto: zeroize the key material before freeGonglei
2017-01-10virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei
2017-01-10virtio-crypto-pci: add check for cryptodev objectGonglei
2017-01-10cryptodev: wrap the ready flagGonglei
2017-01-10cryptodev: introduce a new is_used propertyGonglei
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei
2017-01-10doc/pcie: correct command line examplesCao jin
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang
2017-01-10memory: handle alias for iommu notifierJason Wang
2017-01-10acpi: add ATSR for q35Jason Wang
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang
2017-01-10intel_iommu: support device iotlb descriptorJason Wang
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang
2017-01-10intel_iommu: allocate new key when creating new address spaceJason Wang
2017-01-10intel_iommu: name vtd address space with devfnJason Wang
2017-01-10virtio: convert to use DMA apiJason Wang
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei
2017-01-10intel_iommu: allow migrationPeter Xu
2017-01-10migration: allow to prioritize save state entriesPeter Xu
2017-01-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-01-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake
2017-01-09block: Rename raw_bsd to raw-format.cEric Blake
2017-01-09blkverify: Implement bdrv_co_preadv/pwritev/flushKevin Wolf
2017-01-09blkdebug: Implement bdrv_co_preadv/pwritev/flushKevin Wolf
2017-01-09quorum: Clean up quorum_aio_get()Kevin Wolf
2017-01-09quorum: Inline quorum_fifo_aio_cb()Kevin Wolf
2017-01-09quorum: Implement .bdrv_co_preadv/pwritev()Kevin Wolf
2017-01-09quorum: Avoid bdrv_aio_writev() for rewritesKevin Wolf
2017-01-09quorum: Inline quorum_aio_cb()Kevin Wolf
2017-01-09quorum: Do cleanup in caller coroutineKevin Wolf
2017-01-09quorum: Implement .bdrv_co_readv/writevKevin Wolf
2017-01-09quorum: Remove s from quorum_aio_get() argumentsKevin Wolf
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf
2017-01-09qemu-img: fix in-flight count for qemu-img benchPaolo Bonzini
2017-01-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170109'...Peter Maydell
2017-01-09hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois
2017-01-09m25p80: don't let rogue SPI controllers cause buffer overrunsJean-Christophe Dubois
2017-01-09hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildStateAndrew Jones
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones
2017-01-09hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones
2017-01-09hw/arm/virt: use VirtMachineState.gic_versionAndrew Jones
2017-01-09hw/arm/virt: parameter passing cleanupsAndrew Jones