qemu-patch-raspberry4/hw/block
Fam Zheng a616fb75c2 virtio-blk: Drop x-data-plane option
The official way of enabling dataplane is through the "iothread"
property that references an iothread object created by "-object
iothread".  Since the old "x-data-plane=on" way now even crashes, it's
probably easier to just drop it:

$ qemu-system-x86_64 -drive file=null-co://,id=d0,if=none \
    -device virtio-blk-pci,drive=d0,x-data-plane=on

ERROR:/home/fam/work/qemu/qom/object.c:1515:
object_get_canonical_path_component: assertion failed: (obj->parent != NULL)
Aborted

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1449485967-19240-1-git-send-email-famz@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2015-12-07 16:47:16 +00:00
..
dataplane virtio-blk: Drop x-data-plane option 2015-12-07 16:47:16 +00:00
block.c
cdrom.c
ecc.c
fdc.c hw/block/fdc: Implement tray status 2015-10-23 18:18:23 +02:00
hd-geometry.c
m25p80.c
Makefile.objs
nand.c nand: fix flash erase when oob is in memory 2015-11-25 14:27:43 +01:00
nvme.c nvme: Account for failed and invalid operations 2015-11-12 16:22:46 +01:00
nvme.h nvme: implement the Flush command 2015-07-14 15:55:19 +02:00
onenand.c Fix bad error handling after memory_region_init_ram() 2015-09-18 14:39:29 +02:00
pflash_cfi01.c
pflash_cfi02.c
tc58128.c
virtio-blk.c virtio-blk: Drop x-data-plane option 2015-12-07 16:47:16 +00:00
xen_blkif.h
xen_disk.c xen_disk: Remove ioreq.postsync 2015-11-25 11:04:55 +00:00