summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-42/+54
2014-03-13dataplane: replace internal thread with IOThreadStefan Hajnoczi1-42/+54
2014-03-12block/m25p80: Remove FROM_SSI_SLAVE() usagesPeter Crosthwaite1-4/+5
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-1/+1
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+2
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-2/+2
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-1/+1
2014-02-20xen_disk: fix io accountingOlaf Hering1-1/+12
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2014-02-14nand: Don't use qdev_create() in nand_init()Andreas Färber1-1/+1
2014-01-31dataplane: Comment fixMarkus Armbruster1-1/+1
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini1-1/+1
2014-01-10Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-52/+34
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini1-52/+33
2013-12-20vring: factor common code for error exitsPaolo Bonzini1-0/+1
2013-12-17Fix NOR flash device ID readingRoy Franz1-20/+85
2013-12-17Fix CFI query responses for NOR flashRoy Franz1-11/+94
2013-12-17Add max device width parameter for NOR devicesRoy Franz1-0/+25
2013-12-17return status for each NOR flash deviceRoy Franz1-2/+13
2013-12-17Add device-width property to pflash_cfi01Roy Franz1-0/+11
2013-12-17rename pflash_t member width to bank_widthRoy Franz1-8/+9
2013-12-09virtio: Convert exit to unrealizeAndreas Färber1-4/+6
2013-12-09virtio-blk: Convert to QOM realizeAndreas Färber1-12/+12
2013-12-09virtio-blk: QOM realize preparationsAndreas Färber1-4/+4
2013-12-09virtio-blk-dataplane: Improve error reportingAndreas Färber3-18/+32
2013-12-09virtio-blk: switch exit callback to VirtioDeviceClassPaolo Bonzini1-6/+4
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