aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-blk.c
AgeCommit message (Expand)Author
2010-08-24Rearrange block headersBlue Swirl
2010-07-26virtio-blk: Create exit function to unregister savevmAlex Williamson
2010-07-13ide scsi virtio-blk: Reject empty drives unless media is removableMarkus Armbruster
2010-07-13virtio-blk: Fix virtio-blk-s390 to require driveMarkus Armbruster
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06Add virtio disk identification supportjohn cooper
2010-07-02block: Fix virtual media change for if=noneMarkus Armbruster
2010-07-02qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster
2010-06-22virtio-blk: fix the list operation in virtio_blk_load().Yoshiaki Tamura
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster
2010-06-14virtio-blk: simplify multiwrite calling conventionsChristoph Hellwig
2010-06-14virtio-blk: stop tracking old_bsChristoph Hellwig
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2010-06-04Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE insteadJes Sorensen
2010-05-21virtio-blk: fix barrier supportChristoph Hellwig
2010-05-21virtio-blk: Avoid zeroing every request structureStefan Hajnoczi
2010-04-23Remove un-needed codeBruce Rogers
2010-04-18virtio-blk: Fix use after free in error caseKevin Wolf
2010-03-17block: add logical_block_size propertyChristoph Hellwig
2010-03-08block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino
2010-02-10virtio-blk: add topology supportChristoph Hellwig
2010-02-10block: add topology qdev propertiesChristoph Hellwig
2010-02-10virtio-blk: revert serial number supporthch@lst.de
2010-02-10virtio-blk: Generate BLOCK_IO_ERROR QMP eventLuiz Capitulino
2010-01-29virtio-blk: Fix error cases which ignored rerror/werrorKevin Wolf
2010-01-29virtio-blk: Fix restart after read errorKevin Wolf
2010-01-29virtio_blk: Factor virtio_blk_handle_request outKevin Wolf
2010-01-13virtio-blk: remove dead variable in virtio_blk_handle_scsiChristoph Hellwig
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin
2009-12-03virtio-blk: Implement rerror optionKevin Wolf
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf
2009-11-12virtio-blk: Pass read errors to the guestKevin Wolf
2009-11-09Pass the drive's readonly attribute to the guest OSNaphtali Sprei
2009-10-05drive cleanup fixes.Gerd Hoffmann
2009-09-11virtio-blk: add volatile writecache featureChristoph Hellwig
2009-09-11qemu: make virtio-blk PCI compliant by defaultMichael S. Tsirkin
2009-09-11virtio-blk: Use bdrv_aio_multiwriteKevin Wolf
2009-08-27virtio-blk: handle NULL returns from bdrv_aio_{read, write}Christoph Hellwig
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann
2009-07-30Fix VM state change handlers running out of orderMarkus Armbruster
2009-06-24Add serial number support for virtio_blkjohn cooper
2009-06-16virtio blk: fix warning.Gerd Hoffmann
2009-06-13Avoid gcc 4.4 warning about uninitialized fieldBlue Swirl
2009-05-18Separate virtio PCI codePaul Brook
2009-05-14Virtio-blk qdev conversionPaul Brook
2009-05-14Virtio-net qdev conversionPaul Brook
2009-05-01virtio-blk: add SGI_IO passthru supportChristoph Hellwig
2009-03-28virtio-blk: use generic vectored I/O APIs (Christoph Hellwig)aliguori
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori