Sign in
qemu-android
/
qemu-android
/
6ba9fe86957c3c8febf74c2495d901ac4061a673
/
hw
/
block
10a06fd
virtio: sync the dataplane vring state to the virtqueue before virtio_save
by Pavel Butsykin
· 9 years ago
ed65fd1
virtio-blk: switch off scsi-passthrough by default
by Cornelia Huck
· 9 years ago
3d8db15
virtio-blk: convert to virtqueue_map
by Michael S. Tsirkin
· 9 years ago
3a1e807
dataplane: Mark host notifiers' client type as "external"
by Fam Zheng
· 9 years ago
dca21ef
aio: Add "is_external" flag for event handlers
by Fam Zheng
· 9 years ago
5433c24
block: Prepare for NULL BDS
by Max Reitz
· 9 years ago
2e1280e
hw/block/fdc: Implement tray status
by Max Reitz
· 9 years ago
c84b319
block: switch from g_slice allocator to malloc
by Paolo Bonzini
· 9 years ago
fc73548
virtio-blk: use blk_io_plug/unplug for Linux AIO batching
by Stefan Hajnoczi
· 10 years ago
f8ed85a
Fix bad error handling after memory_region_init_ram()
by Markus Armbruster
· 10 years ago
a2aa09e
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
1618d2a
maint: remove unused include for signal.h
by Daniel P. Berrange
· 10 years ago
95129d6
virtio: avoid leading underscores for helpers
by Cornelia Huck
· 10 years ago
19d2b5e
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
by Paolo Bonzini
· 10 years ago
26efcec
hw/block/nvme.c: Use pow2ceil() rather than hand-calculation
by Peter Maydell
· 10 years ago
fed105e
virtio-blk-dataplane: delete bottom half before the AioContext is freed
by Paolo Bonzini
· 10 years ago
c147b51
virtio: minor cleanup
by Michael S. Tsirkin
· 10 years ago
c9b11f9
virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device
by Jason Wang
· 10 years ago
efb8206
virtio-blk: fail get_features when both scsi and 1.0 were set
by Jason Wang
· 10 years ago
9d5b731
virtio: get_features() can fail
by Jason Wang
· 10 years ago
09999a5
virtio: set any_layout in virtio core
by Michael S. Tsirkin
· 10 years ago
30349fd
nvme: properly report volatile write caches
by Christoph Hellwig
· 10 years ago
8b9d74e
nvme: implement the Flush command
by Christoph Hellwig
· 10 years ago
1204854
virito-blk: drop duplicate check
by Gonglei
· 10 years ago
25940fa
nvme: Fix memleak in nvme_dma_read_prp
by Lu Lina
· 10 years ago
6e40b3b
virtio-blk: Use blk_drain() to drain IO requests
by Alexander Yarygin
· 10 years ago
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 11 years ago
ee09f84
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
f71e42a
pflash_cfi01: add secure property
by Paolo Bonzini
· 10 years ago
5aa113f
pflash_cfi01: change to new-style MMIO accessors
by Paolo Bonzini
· 10 years ago
e980942
pflash_cfi01: change big-endian property to BIT type
by Paolo Bonzini
· 10 years ago
6cc8a11
fdc: Fix MSR.RQM flag
by Kevin Wolf
· 10 years ago
f6c2d1d
fdc: Disentangle phases in fdctrl_read_data()
by Kevin Wolf
· 10 years ago
d275b33
fdc: Code cleanup in fdctrl_write_data()
by Kevin Wolf
· 10 years ago
5b0a25e
fdc: Use phase in fdctrl_write_data()
by Kevin Wolf
· 10 years ago
85d291a
fdc: Introduce fdctrl->phase
by Kevin Wolf
· 10 years ago
83a2601
fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()
by Kevin Wolf
· 10 years ago
07e415f
fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()
by Kevin Wolf
· 10 years ago
019a3ed
virtio: make features 64bit wide
by Gerd Hoffmann
· 10 years ago
aacd565
nvme: support NVME_VOLATILE_WRITE_CACHE feature
by Christoph Hellwig
· 10 years ago
e907746
fdc: force the fifo access to be in bounds of the allocated buffer
by Petr Matousek
· 10 years ago
5bccbb0
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
4a4d614
Enable NVMe start controller for Windows guest.
by Daniel Stekloff
· 10 years ago
631b22e
misc: Fix new collection of typos
by Stefan Weil
· 10 years ago
24a5c62
fdc: remove sparc sun4m mutations
by Hervé Poussineau
· 10 years ago
c485cf9
m25p80: fix s->blk usage before assignment
by Stefan Hajnoczi
· 10 years ago
d07063e
m25p80: add missing blk_attach_dev_nofail
by Paolo Bonzini
· 10 years ago
2a6cdd6
virtio-blk: correctly dirty guest memory
by Paolo Bonzini
· 10 years ago
af9e40a
hw: Mark devices picking up block backends actively FIXME
by Markus Armbruster
· 10 years ago
2115f2a
nvme: Fix unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)
by Stefan Weil
· 10 years ago
23a7a28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
1976058
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
4c0542e
virtio-blk: Remove the stale FIXME comment
by Fam Zheng
· 10 years ago
0eb28a4
BlockConf: Call backend functions to detect geometry and blocksizes
by Ekaterina Tumanova
· 10 years ago
a209f46
virtio-blk: Check return value of blk_aio_ioctl
by Fam Zheng
· 10 years ago
9b3d111
hw: Propagate errors through qdev_prop_set_drive()
by Markus Armbruster
· 10 years ago
eec5eb4
block: remove superfluous '\n' around error_report/error_setg
by Gonglei
· 10 years ago
ef546f1
virtio: add feature checking helpers
by Cornelia Huck
· 10 years ago
0cd09c3
virtio: feature bit manipulation helpers
by Cornelia Huck
· 10 years ago
907eb3e
virtio-blk: switch to standard-headers
by Michael S. Tsirkin
· 10 years ago
c5c6d7f
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into staging
by Peter Maydell
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
9a92535
block/xen: Use blk_new_open() in blk_connect()
by Max Reitz
· 10 years ago
b0e5d90
dataplane: endianness-aware accesses
by Cornelia Huck
· 10 years ago
6b0126f
onenand: g_malloc() can't fail, bury dead error handling
by Markus Armbruster
· 10 years ago
75af1f3
block: introduce BDRV_REQUEST_MAX_SECTORS
by Peter Lieven
· 10 years ago
c99495a
virtio-blk: add a knob to disable request merging
by Peter Lieven
· 10 years ago
95f7142
virtio-blk: introduce multiread
by Peter Lieven
· 10 years ago
d901f3c
hw/virtio-blk: add a constant for max number of merged requests
by Peter Lieven
· 10 years ago
0c28d0d
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
e720677
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
by Paolo Bonzini
· 10 years ago
1dc936a
virtio-blk: Use blk_aio_ioctl
by Fam Zheng
· 10 years ago
75344fa
virtio-blk: Pass req to virtio_blk_handle_scsi_req
by Fam Zheng
· 10 years ago
07d31d0
NVMe: Set correct VS Value for 1.1 Compliant Controllers
by Anubhav Rakshit
· 10 years ago
e7026f1
nvme: Fix get/set number of queues feature
by Alex Friedman
· 10 years ago
bb00021
block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}
by Fam Zheng
· 11 years ago
99c9c3c
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-12-11' into staging
by Peter Maydell
· 10 years ago
df6f931
pflash_cfi02.c: associate "cfi.pflash02" to "Storage devices" category
by Antony Pavlov
· 10 years ago
be0677a
nvme: 64kB page size fixes
by Anton Blanchard
· 10 years ago
5d6e96e
blockdev: acquire AioContext in QMP 'transaction' actions
by Stefan Hajnoczi
· 10 years ago
729962f
blockdev: acquire AioContext in change-backing-file
by Stefan Hajnoczi
· 10 years ago
e344209
blockdev: acquire AioContext in eject, change, and block_passwd
by Stefan Hajnoczi
· 10 years ago
4ef3982
blockdev: acquire AioContext in blockdev-snapshot-delete-internal-sync
by Stefan Hajnoczi
· 10 years ago
1aba4be
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
720fdd6
nvme: remove superfluous check
by Gonglei
· 10 years ago
2f01dfa
xen_disk: fix unmapping of persistent grants
by Roger Pau Monne
· 10 years ago
b112a65
block: declare blockjobs and dataplane friends!
by Stefan Hajnoczi
· 10 years ago
26f8b3a
blockdev: Fix blockdev-add not to create DriveInfo
by Markus Armbruster
· 10 years ago
4be7463
hw: Convert from BlockDriverState to BlockBackend, mostly
by Markus Armbruster
· 10 years ago
2a30307
virtio-blk: Rename VirtIOBlkConf variables to conf
by Markus Armbruster
· 10 years ago
f751673
virtio-blk: Drop redundant VirtIOBlock member conf
by Markus Armbruster
· 10 years ago
7c84b1b
block: Rename BlockDriverAIOCB* to BlockAIOCB*
by Markus Armbruster
· 10 years ago
fa1d36d
block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
by Markus Armbruster
· 10 years ago
9ba10c9
block: Make BlockBackend own its BlockDriverState
by Markus Armbruster
· 10 years ago
7e7d56d
block: Connect BlockBackend to BlockDriverState
by Markus Armbruster
· 10 years ago
26f54e9
block: New BlockBackend
by Markus Armbruster
· 10 years ago
e4e9986
block: Split bdrv_new_root() off bdrv_new()
by Markus Armbruster
· 10 years ago
d749e10
bootindex: move calling add_boot_device_patch to bootindex setter function
by Gonglei
· 10 years ago
33739c7
nvma: ide: add bootindex to qom property
by Gonglei
· 10 years ago
3342ec3
virtio-blk: add bootindex to qom property
by Gonglei
· 10 years ago
Next »