Age | Commit message (Expand) | Author |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini |
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 |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2018-12-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ... | Peter Maydell |
2018-12-14 | hw/block/tc58128.c: Don't use load_image() | Peter Maydell |
2018-12-13 | block/noenand: Convert sysbus init function to realize function | Mao Zhongyi |
2018-12-12 | virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1 | Dongli Zhang |
2018-12-12 | virtio-blk: rename iov to out_iov in virtio_blk_handle_request() | Dongli Zhang |
2018-11-27 | nvme: Fix spurious interrupts | Keith Busch |
2018-11-22 | nvme: fix bug with PCI IRQ pins on teardown | Logan Gunthorpe |