summaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)Author
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
2018-05-22xen_disk: remove open-coded use of libxengnttabPaul Durrant
2018-05-22xen: add a meaningful declaration of grant_copy_segment into xen_common.hPaul Durrant
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-04-10hw/block/pflash_cfi: fix off-by-one errorPhilippe Mathieu-Daudé
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin
2018-03-26fdc: Exit if ISA controller does not support DMAAlexey Kardashevskiy
2018-03-08virtio-blk: fix race between .ioeventfd_stop() and vq handlerStefan Hajnoczi
2018-03-08virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is presentSergio Lopez
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-19trace: avoid SystemTap "char const" warningsStefan Hajnoczi
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-09Clean up includesMarkus Armbruster
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer
2018-02-08block: Move NVMe constants to a separate headerFam Zheng
2018-01-24Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-01-23hw/block: Fix pin-based interrupt behaviour of NVMeHikaru Nishida
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis