summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell
2018-12-14hw/block/tc58128.c: Don't use load_image()Peter Maydell
2018-12-13block/noenand: Convert sysbus init function to realize functionMao Zhongyi
2018-12-12virtio-blk: fix comment for virtio_blk_rw_complete as nalloc is initially -1Dongli Zhang
2018-12-12virtio-blk: rename iov to out_iov in virtio_blk_handle_request()Dongli Zhang
2018-11-27nvme: Fix spurious interruptsKeith Busch
2018-11-22nvme: fix bug with PCI IRQ pins on teardownLogan Gunthorpe
2018-11-22nvme: fix CMB endianness confusionPaolo Bonzini
2018-11-22Revert "nvme: fix oob access issue(CVE-2018-16847)"Kevin Wolf
2018-11-22nvme: fix out-of-bounds access to the CMBPaolo Bonzini
2018-11-22nvme: call blk_drain in NVMe reset code to avoid lockupsIgor Druzhinin
2018-11-19hw/block/onenand: use qemu_log_mask() for reportingPeter Maydell
2018-11-19hw/block/onenand: Fix off-by-one error allowing out-of-bounds readPeter Maydell
2018-11-19fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabledMark Cave-Ayland
2018-11-19nvme: fix oob access issue(CVE-2018-16847)Li Qiang
2018-11-12nvme: free cmbuf in nvme_exitLi Qiang
2018-11-12nvme: don't unref ctrl_mem when device unrealizedLi Qiang
2018-11-05vhost-user-blk: start vhost when guest kicksYongji Xie
2018-11-05virtio-blk: fix comment for virtio_blk_rw_completeYaowei Bai
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-08-15block: Remove deprecated -drive geometry optionsKevin Wolf
2018-07-10Revert "block: Remove deprecated -drive geometry options"Cornelia Huck
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-07-02hw/block: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-07-02hw/xen: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-30Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2018-06-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180629'...Peter Maydell
2018-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-06-29hw/block/fdc: Replace error_setg(&error_abort) by assert()Philippe Mathieu-Daudé
2018-06-29hw/block/pflash_cfi: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/block/nvme: add optional parameter num_queues for nvme deviceWeiping Zhang
2018-06-28Replace '-enable-kvm' with '-accel kvm' in docs and help textsThomas Huth
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-06-15m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater
2018-06-15hw/block/pflash_cfi02: Convert away from old_mmioPeter Maydell
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-15block: Remove deprecated -drive geometry optionsKevin Wolf
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01vhost-blk: turn on pre-defined RO feature bitChangpeng Liu
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-06-01hw/block/nvme: Include "qemu/cutils.h" directly in the source filePhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie
2018-05-24Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'...Peter Maydell
2018-05-22xen_disk: be consistent with use of xendev and blkdev->xendevPaul Durrant
2018-05-22xen_disk: use a single entry iovecPaul Durrant
2018-05-22xen_disk: remove use of grant map/unmapPaul Durrant