Sign in
qemu-android
/
qemu-android
/
d353fb72f59cd0e1f67baf773e74719cda761a89
/
hw
/
virtio-blk.c
52c0502
virtio-blk: fail unaligned requests
by Christoph Hellwig
· 14 years ago
e07bbac
Improve vm_stop reason declarations
by Jan Kiszka
· 14 years ago
e5051fc
virtio-blk: tell the guest about size changes
by Christoph Hellwig
· 14 years ago
92e3c2a
virtio-blk: fix cross-endianness targets
by Aurelien Jarno
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
870cef1
virtio-blk: Convert fprintf() to error_report()
by Stefan Hajnoczi
· 14 years ago
18a8d42
virtio-blk: Handle immediate flush failure properly
by Kevin Wolf
· 14 years ago
8c269b5
virtio-blk: Respect werror option for flushes
by Kevin Wolf
· 14 years ago
316a7af
virtio-blk: propagate the required alignment
by Christoph Hellwig
· 15 years ago
6d519a5
trace: Trace virtio-blk, multiwrite, and paio_submit
by Stefan Hajnoczi
· 15 years ago
b6a4805
virtio-blk: Fix migration of queued requests
by Kevin Wolf
· 15 years ago
2446333
Rearrange block headers
by Blue Swirl
· 15 years ago
9d0d313
virtio-blk: Create exit function to unregister savevm
by Alex Williamson
· 15 years ago
98f28ad
ide scsi virtio-blk: Reject empty drives unless media is removable
by Markus Armbruster
· 15 years ago
d75d25e
virtio-blk: Fix virtio-blk-s390 to require drive
by Markus Armbruster
· 15 years ago
5efb397
Merge remote branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
2930b31
Add virtio disk identification support
by john cooper
· 15 years ago
7d0d695
block: Fix virtual media change for if=none
by Markus Armbruster
· 15 years ago
f8b6cc0
qdev: Decouple qdev_prop_drive from DriveInfo
by Markus Armbruster
· 15 years ago
20a81e4
virtio-blk: fix the list operation in virtio_blk_load().
by Yoshiaki Tamura
· 15 years ago
abd7f68
block: Move error actions from DriveInfo to BlockDriverState
by Markus Armbruster
· 15 years ago
c20fd87
virtio-blk: simplify multiwrite calling conventions
by Christoph Hellwig
· 15 years ago
7e608e8
virtio-blk: stop tracking old_bs
by Christoph Hellwig
· 15 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
1573a35
Cleanup: virtio-blk.c: Be more consistent using BDRV_SECTOR_SIZE instead
by Jes Sorensen
· 15 years ago
618fbb8
virtio-blk: fix barrier support
by Christoph Hellwig
· 15 years ago
de6c804
virtio-blk: Avoid zeroing every request structure
by Stefan Hajnoczi
· 15 years ago
3cc128b
Remove un-needed code
by Bruce Rogers
· 15 years ago
908bb94
virtio-blk: Fix use after free in error case
by Kevin Wolf
· 15 years ago
8cfacf0
block: add logical_block_size property
by Christoph Hellwig
· 15 years ago
554a310
block: Emit BLOCK_IO_ERROR before vm_stop() call
by Luiz Capitulino
· 15 years ago
9752c37
virtio-blk: add topology support
by Christoph Hellwig
· 15 years ago
428c149
block: add topology qdev properties
by Christoph Hellwig
· 15 years ago
37d5ddd
virtio-blk: revert serial number support
by hch@lst.de
· 15 years ago
eaa6c85
virtio-blk: Generate BLOCK_IO_ERROR QMP event
by Luiz Capitulino
· 15 years ago
6c510fb
virtio-blk: Fix error cases which ignored rerror/werror
by Kevin Wolf
· 15 years ago
f1b5286
virtio-blk: Fix restart after read error
by Kevin Wolf
· 15 years ago
bc6694d
virtio_blk: Factor virtio_blk_handle_request out
by Kevin Wolf
· 15 years ago
4277906
virtio-blk: remove dead variable in virtio_blk_handle_scsi
by Christoph Hellwig
· 15 years ago
8172539
virtio: add features as qdev properties
by Michael S. Tsirkin
· 15 years ago
f35d68f
virtio-blk: Implement rerror option
by Kevin Wolf
· 15 years ago
f785009
Rename DriveInfo.onerror to on_write_error
by Kevin Wolf
· 15 years ago
49c3c8d
virtio-blk: Pass read errors to the guest
by Kevin Wolf
· 15 years ago
c79662f
Pass the drive's readonly attribute to the guest OS
by Naphtali Sprei
· 15 years ago
56a1493
drive cleanup fixes.
by Gerd Hoffmann
· 16 years ago
aa659be
virtio-blk: add volatile writecache feature
by Christoph Hellwig
· 16 years ago
711bf3d
qemu: make virtio-blk PCI compliant by default
by Michael S. Tsirkin
· 16 years ago
91553dc
virtio-blk: Use bdrv_aio_multiwrite
by Kevin Wolf
· 16 years ago
87b245d
virtio-blk: handle NULL returns from bdrv_aio_{read, write}
by Christoph Hellwig
· 16 years ago
d176c49
qdev-ify virtio-blk.
by Gerd Hoffmann
· 16 years ago
213189a
Fix VM state change handlers running out of order
by Markus Armbruster
· 16 years ago
bf01129
Add serial number support for virtio_blk
by john cooper
· 16 years ago
5c5dafd
virtio blk: fix warning.
by Gerd Hoffmann
· 16 years ago
c7085da
Avoid gcc 4.4 warning about uninitialized field
by Blue Swirl
· 16 years ago
53c25ce
Separate virtio PCI code
by Paul Brook
· 16 years ago
07e3af9
Virtio-blk qdev conversion
by Paul Brook
· 16 years ago
cf21e10
Virtio-net qdev conversion
by Paul Brook
· 16 years ago
1063b8b
virtio-blk: add SGI_IO passthru support
by Christoph Hellwig
· 16 years ago
d28a1b6
virtio-blk: use generic vectored I/O APIs (Christoph Hellwig)
by aliguori
· 16 years ago
b0a7b12
qemu: record devfn on block driver instance (Marcelo Tosatti)
by aliguori
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
173a543
Add and use #defines for PCI device classes
by blueswir1
· 16 years ago
99b3718
Use the default subsystem vendor ID for virtio devices (Mark McLoughlin)
by aliguori
· 16 years ago
869a5c6
Stop VM on error in virtio-blk. (Gleb Natapov)
by aliguori
· 16 years ago
9b32d5a
pci: virtio: use pci id defines (Gerd Hoffman)
by aliguori
· 16 years ago
6e02c38
Add virtio-blk support
by aliguori
· 16 years ago