aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-10memory: handle alias in memory_region_is_iommu()Jason Wang1-0/+3
2017-01-10memory: handle alias for iommu notifierJason Wang1-0/+9
2017-01-10acpi: add ATSR for q35Jason Wang2-0/+21
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang5-0/+31
2017-01-10intel_iommu: support device iotlb descriptorJason Wang4-7/+107
2017-01-10exec: introduce address_space_get_iotlb_entry()Jason Wang2-0/+38
2017-01-10intel_iommu: allocate new key when creating new address spaceJason Wang1-2/+3
2017-01-10intel_iommu: name vtd address space with devfnJason Wang1-1/+3
2017-01-10virtio: convert to use DMA apiJason Wang9-36/+93
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei1-2/+2
2017-01-10intel_iommu: allow migrationPeter Xu2-1/+22
2017-01-10migration: allow to prioritize save state entriesPeter Xu2-4/+36
2017-01-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-964/+2175
2017-01-09Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell16-369/+392
2017-01-09block: Rename raw-{posix,win32} to file-*.cEric Blake8-10/+10
2017-01-09block: Rename raw_bsd to raw-format.cEric Blake3-3/+3
2017-01-09blkverify: Implement bdrv_co_preadv/pwritev/flushKevin Wolf2-109/+100
2017-01-09blkdebug: Implement bdrv_co_preadv/pwritev/flushKevin Wolf1-46/+40
2017-01-09quorum: Clean up quorum_aio_get()Kevin Wolf1-13/+10
2017-01-09quorum: Inline quorum_fifo_aio_cb()Kevin Wolf1-29/+13
2017-01-09quorum: Implement .bdrv_co_preadv/pwritev()Kevin Wolf1-43/+38
2017-01-09quorum: Avoid bdrv_aio_writev() for rewritesKevin Wolf1-15/+31
2017-01-09quorum: Inline quorum_aio_cb()Kevin Wolf1-69/+59
2017-01-09quorum: Do cleanup in caller coroutineKevin Wolf1-6/+9
2017-01-09quorum: Implement .bdrv_co_readv/writevKevin Wolf1-77/+115
2017-01-09quorum: Remove s from quorum_aio_get() argumentsKevin Wolf1-5/+4
2017-01-09coroutine: Introduce qemu_coroutine_enter_if_inactive()Kevin Wolf2-0/+13
2017-01-09qemu-img: fix in-flight count for qemu-img benchPaolo Bonzini1-7/+10
2017-01-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170109'...Peter Maydell23-535/+572
2017-01-09hw/ssi/imx_spi.c: Remove MSGDATA register supportJean-Christophe Dubois1-3/+8
2017-01-09m25p80: don't let rogue SPI controllers cause buffer overrunsJean-Christophe Dubois1-2/+27
2017-01-09hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones2-6/+15
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones3-18/+11
2017-01-09hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildStateAndrew Jones1-4/+1
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones3-47/+37
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones3-6/+7
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones2-44/+44
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones5-44/+14
2017-01-09hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones2-15/+11
2017-01-09hw/arm/virt: use VirtMachineState.gic_versionAndrew Jones1-18/+17
2017-01-09hw/arm/virt: parameter passing cleanupsAndrew Jones1-10/+9
2017-01-09hw/arm/virt-acpi-build: fadt: improve flag namingAndrew Jones2-6/+4
2017-01-09hw/arm/virt-acpi-build: gtdt: improve flag namingAndrew Jones2-20/+7
2017-01-09hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones3-9/+10
2017-01-09hw/arm/virt-acpi-build: add all missing cpu_to_le'sAndrew Jones1-13/+14
2017-01-09hw/arm/virt: Don't incorrectly claim architectural timer to be edge-triggeredPeter Maydell1-4/+30
2017-01-09hw/arm/virt: Rename 'vbi' variables to 'vms'Peter Maydell1-245/+244
2017-01-09hw/arm/virt: Merge VirtBoardInfo and VirtMachineStatePeter Maydell1-67/+51
2017-01-09hw/char: QOM'ify exynos4210_uart.cxiaoqiang zhao1-6/+10
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard14-25/+78