aboutsummaryrefslogtreecommitdiff
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-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
2017-01-06fsl_etsec: Fix Tx BD ring wrapping handlingAndrey Smirnov1-10/+9
2017-01-06rtl8139: correctly handle PHY resetHervé Poussineau1-13/+21
2017-01-06record/replay: add network supportPavel Dovgalyuk10-2/+246
2017-01-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell24-110/+622
2017-01-05Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell5-114/+524
2017-01-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170103-1' into s...Peter Maydell3-7/+33
2017-01-03iothread: add poll-grow and poll-shrink parametersStefan Hajnoczi2-11/+47
2017-01-03aio: self-tune polling timeStefan Hajnoczi6-9/+71
2017-01-03virtio: disable virtqueue notifications during pollingStefan Hajnoczi1-0/+18
2017-01-03aio: add .io_poll_begin/end() callbacksStefan Hajnoczi3-15/+125
2017-01-03virtio: turn vq->notification into a nested counterStefan Hajnoczi1-6/+12