summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-12qemu-io: Fix memory leak in 'aio_write -z'Kevin Wolf1-0/+1
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen4-5/+29
2016-05-12block: always compile-check debug printsZhou Jie2-7/+16
2016-05-12block: Fix typo in commentWei Jiangang1-1/+1
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf3-98/+0
2016-05-12vvfat: Implement .bdrv_co_preadv/pwritev interfacesKevin Wolf1-9/+46
2016-05-12vpc: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-43/+43
2016-05-12vpc: Implement .bdrv_co_preadv() interfaceKevin Wolf1-37/+42
2016-05-12vmdk: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-74/+135
2016-05-12vmdk: Implement .bdrv_co_preadv() interfaceKevin Wolf1-45/+53
2016-05-12vmdk: Add vmdk_find_offset_in_cluster()Kevin Wolf1-6/+17
2016-05-12vdi: Implement .bdrv_co_pwritev() interfaceKevin Wolf1-31/+41
2016-05-12vdi: Implement .bdrv_co_preadv() interfaceKevin Wolf1-23/+32
2016-05-12dmg: Implement .bdrv_co_preadv() interfaceKevin Wolf1-17/+23
2016-05-12cloop: Implement .bdrv_co_preadv() interfaceKevin Wolf1-16/+22
2016-05-12bochs: Implement .bdrv_co_preadv() interfaceKevin Wolf1-18/+33
2016-05-12block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf2-6/+26
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf5-20/+20
2016-05-12block: Support AIO drivers in bdrv_driver_preadv/pwritev()Kevin Wolf2-75/+52
2016-05-12block: Introduce bdrv_driver_pwritev()Kevin Wolf4-40/+36
2016-05-12block: Introduce bdrv_driver_preadv()Kevin Wolf1-7/+23
2016-05-12linux-aio: make it more type safePaolo Bonzini3-38/+27
2016-05-12block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini6-44/+71
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini5-20/+33
2016-05-12block: extract bdrv_drain_poll/bdrv_co_yield_to_drain from bdrv_drain/bdrv_co...Paolo Bonzini1-12/+23
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini3-14/+16
2016-05-12block: make bdrv_start_throttled_reqs return voidPaolo Bonzini1-6/+2
2016-05-12block: Don't disable I/O throttling on sync requestsKevin Wolf1-11/+0
2016-05-12hw/arm: QOM'ify versatilepb.cxiaoqiang.zhao1-7/+6
2016-05-12hw/arm: QOM'ify strongarm.cxiaoqiang.zhao1-38/+28
2016-05-12hw/arm: QOM'ify stellaris.cxiaoqiang.zhao1-24/+24
2016-05-12hw/arm: QOM'ify spitz.cxiaoqiang zhao1-14/+9
2016-05-12hw/arm: QOM'ify pxa2xx_pic.cxiaoqiang.zhao1-7/+0
2016-05-12hw/arm: QOM'ify pxa2xx.cxiaoqiang.zhao1-15/+11
2016-05-12hw/arm: QOM'ify integratorcp.cxiaoqiang.zhao1-20/+12
2016-05-12hw/arm: QOM'ify highbank.cxiaoqiang.zhao1-7/+5
2016-05-12hw/arm: QOM'ify armv7m.cxiaoqiang.zhao1-6/+5
2016-05-12target-arm: Avoid unnecessary TLB flush on TCR_EL2, TCR_EL3 writesPeter Maydell1-4/+8
2016-05-12hw/display/blizzard: Remove blizzard_template.hPeter Maydell2-99/+77
2016-05-12hw/display/blizzard: Expand out macrosPeter Maydell1-38/+17
2016-05-12i.MX: Add sabrelite i.MX6 emulation.Jean-Christophe DUBOIS2-1/+122
2016-05-12i.MX: Add i.MX6 SOC implementation.Jean-Christophe DUBOIS4-0/+901
2016-05-12i.MX: Add the Freescale SPI ControllerJean-Christophe DUBOIS3-0/+558
2016-05-12FIFO: Add a FIFO32 implementationJean-Christophe DUBOIS1-0/+191
2016-05-12i.MX: Add i.MX6 System Reset Controller device.Jean-Christophe DUBOIS3-0/+338
2016-05-12ARM: Factor out ARM on/off PSCI control functionsJean-Christophe DUBOIS4-63/+307
2016-05-12ACPI: Virt: Generate SRAT tableShannon Zhao1-0/+52
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao3-29/+30
2016-05-12ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao2-3/+2
2016-05-12ACPI: Add GICC Affinity StructureShannon Zhao2-2/+15