aboutsummaryrefslogtreecommitdiff
path: root/hw/block
AgeCommit message (Expand)AuthorFilesLines
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen1-0/+1
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+7
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer2-2/+2
2022-05-12hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507)Philippe Mathieu-Daudé1-0/+8
2022-05-12coroutine: Rename qemu_coroutine_inc/dec_pool_size()Kevin Wolf1-4/+2
2022-03-09Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int...Peter Maydell1-0/+1
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell1-1/+1
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow1-1/+1
2022-03-08hw/block: m25p80: Add support for w25q01jvqPatrick Williams1-0/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell2-0/+2
2022-03-04block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_o...Emanuele Giuseppe Esposito1-1/+1
2022-02-15Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell1-0/+5
2022-02-14util: adjust coroutine pool size to virtio block queueHiroki Narukawa1-0/+5
2022-02-11hw/block/fdc-isa: Respect QOM properties when building AMLBernhard Beschow1-4/+7
2022-01-28hw/block/m25p80: Add support for Micron Xccela flash mt35xu01gFrancisco Iglesias1-0/+2
2022-01-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+1
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy1-2/+1
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi1-14/+2
2022-01-12virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi1-11/+3
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi1-2/+2
2022-01-07hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei1-0/+1
2022-01-07vhost-user-blk: propagate error return from generic vhostRoman Kagan1-1/+1
2022-01-07vhost-user-blk: reconnect on any error during realizeRoman Kagan1-1/+1
2021-12-06virtio-blk: Fix clean up of host notifiers for single MR transaction.Mark Mielke1-1/+1
2021-12-02hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196Philippe Mathieu-Daudé1-1/+13
2021-12-02hw/block/fdc: Extract blk_create_empty_drive()Philippe Mathieu-Daudé1-2/+7
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2-3/+2
2021-07-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+16
2021-07-06block: Add backend_defaults propertyAkihiko Odaki1-4/+38
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz1-0/+16
2021-06-30vhost-user-blk: Implement reconnection during realizeKevin Wolf1-1/+15
2021-06-30vhost-user-blk: Factor out vhost_user_blk_realize_connect()Kevin Wolf1-16/+32
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-4/+5
2021-06-30vhost-user-blk: Add Error parameter to vhost_user_blk_start()Kevin Wolf1-16/+15
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-2/+2
2021-06-25hw/block/fdc: Add description to floppy controllersPhilippe Mathieu-Daudé2-0/+3
2021-06-25hw/block/fdc: Extract SysBus floppy controllers to fdc-sysbus.cPhilippe Mathieu-Daudé5-220/+256
2021-06-25hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé4-268/+325
2021-06-25hw/block/fdc: Declare shared prototypes in fdc-internal.hPhilippe Mathieu-Daudé2-122/+167
2021-06-25hw/block/fdc: Replace disabled fprintf() by trace eventPhilippe Mathieu-Daudé2-6/+2
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella2-2/+2
2021-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-55/+30
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf1-0/+1
2021-05-18vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf1-0/+2
2021-05-18vhost-user-blk: Improve error reporting in realizeKevin Wolf1-12/+11
2021-05-18vhost-user-blk: Don't reconnect during initialisationKevin Wolf1-42/+17
2021-05-18vhost-user-blk: Make sure to set Error on realize failureKevin Wolf1-3/+1
2021-05-17hw/nvme: move nvme emulation out of hw/blockKlaus Jensen8-8293/+0
2021-05-17hw/block/nvme: move zoned constraints checksKlaus Jensen1-24/+28
2021-05-17hw/block/nvme: remove irrelevant zone resource checksKlaus Jensen1-13/+0