summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2013-11-05bswap.h: Remove cpu_to_be32wu()Peter Maydell1-3/+3
2013-11-05bswap.h: Remove cpu_to_be16wu()Peter Maydell1-2/+2
2013-11-05shix: Don't require firmware presence for qtestAndreas Färber1-4/+6
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-18virtio: Remove unneeded memcpyStefan Weil1-1/+0
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf2-0/+10
2013-10-10xen_disk: mark ioreq as mapped before unmapping in error caseMatthew Daley1-0/+1
2013-09-20virtio-blk: do not relay a previous driver's WCE configuration to the currentPaolo Bonzini1-2/+22
2013-09-12block: Error parameter for open functionsMax Reitz1-1/+6
2013-09-06dataplane: Fix startup race.Cornelia Huck1-0/+9
2013-09-06xen_disk: simplify blk_disconnect with refcntFam Zheng1-6/+5
2013-09-06block: make bdrv_delete() staticFam Zheng1-2/+2
2013-09-01pflash_cfi02.c: fix debug macroAntony Pavlov1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh4-19/+19
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-4/+4
2013-08-19dataplane/virtio-blk: drop flush_true() and flush_io()Stefan Hajnoczi1-15/+2
2013-08-19dataplane/virtio-blk: check exit conditions before aio_poll()Stefan Hajnoczi1-2/+2
2013-08-12pc_sysfw: do not make it a device anymorePaolo Bonzini2-235/+0
2013-08-12pc_sysfw: remove the rom_only propertyPaolo Bonzini1-57/+7
2013-08-12sysfw: remove read-only pc_sysfw_flash_vs_rom_bug_compatiblePaolo Bonzini1-25/+1
2013-07-29onenand: QOM cast cleanupAndreas Färber1-10/+20
2013-07-29fdc: Fix inheritence for SUNW,fdtwoAndreas Färber1-44/+44
2013-07-29Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-9/+40
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum5-0/+7
2013-07-29dataplane: refuse to start if device is already in useStefan Hajnoczi1-0/+8
2013-07-29dataplane: enable virtio-blk x-data-plane=on live migrationStefan Hajnoczi2-9/+32
2013-07-29xen_disk: support "direct-io-safe" backend optionStefano Stabellini1-1/+13
2013-07-28pflash_cfi01: duplicate status byte from bits 23:16 for 32bit readsPaul Burton1-0/+3
2013-07-23pflash_cfi02: Use QOM realize for pflash_cfi02Hu Tao1-8/+7
2013-07-23pflash_cfi01: Use QOM realize for pflash_cfi01Hu Tao1-7/+5
2013-07-23fdc: Improve error propagation for QOM realizeAndreas Färber1-18/+22
2013-07-23fdc: Use QOM realize for fdcHu Tao1-22/+41
2013-07-23pflash-cfi02: QOM'ify some moreHu Tao1-9/+12
2013-07-23pflash-cfi01: QOM'ify some moreHu Tao1-9/+12
2013-07-23fdc: QOM'ify some moreHu Tao1-16/+25
2013-07-22Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-4/+8
2013-07-19block/m25p80: Update Micron entriesEd Maste1-4/+8
2013-07-19dataplane: sync virtio.c and vring.c virtqueue stateStefan Hajnoczi1-1/+1
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini5-13/+17
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini6-14/+15
2013-06-25nand: Don't inherit from SysbusPeter Crosthwaite1-3/+4
2013-06-25block/nand: Convert Sysbus::init to Device::realizePeter Crosthwaite1-9/+7
2013-06-25block/nand: QOM casting sweepPeter Crosthwaite1-9/+16
2013-06-21block/nand: Formatting sweepPeter Crosthwaite1-15/+18
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+1
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch3-0/+1597
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-7/+9
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-10/+14
2013-06-04block: add block driver read only whitelistFam Zheng1-2/+6