summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-08translate-all: Avoid -Werror=switch-boolRichard Henderson1-1/+1
2017-01-06tcg-mips: Adjust qemu_ld/st for mips64Jin Guojie1-57/+146
2017-01-06tcg-mips: Adjust calling conventions for mips64Jin Guojie2-10/+30
2017-01-06tcg-mips: Add tcg unwind infoJin Guojie1-0/+44
2017-01-06tcg-mips: Adjust prologue for mips64Jin Guojie1-29/+25
2017-01-06tcg-mips: Adjust load/store functions for mips64Jin Guojie1-3/+11
2017-01-06tcg-mips: Adjust move functions for mips64Jin Guojie1-9/+25
2017-01-06tcg-mips: Add bswap32u and bswap64Jin Guojie1-3/+99
2017-01-06tcg-mips: Support 64-bit opcodesJin Guojie2-10/+353
2017-01-06tcg-mips: Add mips64 opcodesJin Guojie1-75/+118
2017-01-06tcg-mips: Move bswap code to a subroutineJin Guojie2-70/+139
2017-01-06Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20161224' i...Peter Maydell1-15/+50
2017-01-06Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell12-25/+276