index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
Age
Commit message (
Expand
)
Author
2019-03-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2019-03-07
isa: express SuperIO dependencies with Kconfig
Paolo Bonzini
2019-03-07
virtio: express virtio dependencies with Kconfig
Yang Zhong
2019-03-07
isa: express dependencies with kconfig
Paolo Bonzini
2019-03-07
block: fix recursion in hw/block/dataplane
Paolo Bonzini
2019-03-07
build: convert pci.mak to Kconfig
Paolo Bonzini
2019-03-07
build: switch to Kconfig
Paolo Bonzini
2019-03-07
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
hw/block/virtio-blk: Clean req->dev repetitions
Anastasiia Rusakova
2019-03-06
block/pflash_cfi02: Fix memory leak and potential use-after-free
Stephen Checkoway
2019-02-28
xen-block: stop leaking memory in xen_block_drive_create()
Paul Durrant
2019-02-28
xen-block: report error condition from vbd_name_to_disk()
Paul Durrant
2019-02-28
xen-block: remove redundant assignment
Paul Durrant
2019-02-28
dataplane/xen-block: remove dead code
Paul Durrant
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-02-25
virtio-blk: Increase in_flight for request restart BH
Kevin Wolf
2019-02-22
virtio-blk: add DISCARD and WRITE_ZEROES features
Stefano Garzarella
2019-02-22
virtio-blk: set config size depending on the features enabled
Stefano Garzarella
2019-02-22
virtio-blk: add "discard" and "write-zeroes" properties
Stefano Garzarella
2019-02-22
virtio-blk: add host_features field in VirtIOBlock
Stefano Garzarella
2019-02-22
virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
Stefano Garzarella
2019-02-13
virtio-blk: set correct config size for the host driver
Changpeng Liu
2019-02-12
virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdev
Stefano Garzarella
2019-02-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-02-05
vhost-user-blk: add discard/write zeroes features support
Changpeng Liu
2019-02-04
xen-block: handle resize callback
Paul Durrant
2019-01-31
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2019-01-31' int...
Peter Maydell
2019-01-31
nvme: use pci_dev directly in nvme_realize
Li Qiang
2019-01-31
nvme: ensure the num_queues is not zero
Li Qiang
2019-01-31
nvme: use TYPE_NVME instead of constant string
Li Qiang
2019-01-30
virtio-blk: remove duplicate definition of VirtIOBlock *s pointer
Stefano Garzarella
2019-01-30
hw/block: clean up stale xen_disk trace entries
Paul Durrant
2019-01-21
hw/block/xen: use proper format string for printing sectors
Alex Bennée
2019-01-14
qemu: avoid memory leak while remove disk
Jian Wang
2019-01-14
xen-block: avoid repeated memory allocation
Tim Smith
2019-01-14
xen-block: improve response latency
Tim Smith
2019-01-14
xen-block: improve batching behaviour
Tim Smith
2019-01-14
xen: remove the legacy 'xen_disk' backend
Paul Durrant
2019-01-14
xen: automatically create XenBlockDevice-s
Paul Durrant
2019-01-14
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
2019-01-14
xen: purge 'blk' and 'ioreq' from function names in dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: remove 'ioreq' struct/varable/field names from dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: remove 'XenBlkDev' and 'blkdev' names from dataplane/xen-block
Paul Durrant
2019-01-14
xen: add header and build dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: remove unnecessary code from dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: duplicate xen_disk.c as basis of dataplane/xen-block.c
Paul Durrant
2019-01-14
xen: add xenstore watcher infrastructure
Paul Durrant
2019-01-14
xen: create xenstore areas for XenDevice-s
Paul Durrant
2019-01-14
xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
Paul Durrant
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
[next]