qemu/hw/block
Kevin Wolf f6166a06ff block/qdev: Allow configuring WCE with qdev properties
As cache.writeback is a BlockBackend property and as such more related
to the guest device than the BlockDriverState, we already removed it
from the blockdev-add interface. This patch adds the new way to set it,
as a qdev property of the corresponding guest device.

For example: -drive if=none,file=test.img,node-name=img
             -device ide-hd,drive=img,write-cache=off

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
2016-07-13 13:32:27 +02:00
..
dataplane virtio-blk: dataplane multiqueue support 2016-06-28 13:08:32 +01:00
Makefile.objs
block.c block/qdev: Allow configuring WCE with qdev properties 2016-07-13 13:32:27 +02:00
cdrom.c
ecc.c
fdc.c
hd-geometry.c qemu-common: stop including qemu/bswap.h from qemu-common.h 2016-05-19 16:42:28 +02:00
m25p80.c hw/block/m25p80: fix resource leak 2016-07-07 13:47:01 +01:00
nand.c
nvme.c block/qdev: Allow configuring WCE with qdev properties 2016-07-13 13:32:27 +02:00
nvme.h
onenand.c onenand: Switch to byte-based block access 2016-05-12 15:22:09 +02:00
pflash_cfi01.c pflash: make TYPE_CFI_PFLASH0{1,2} macros public 2016-06-29 14:03:46 +02:00
pflash_cfi02.c pflash: make TYPE_CFI_PFLASH0{1,2} macros public 2016-06-29 14:03:46 +02:00
tc58128.c block: Use DIV_ROUND_UP 2016-06-07 18:19:24 +03:00
trace-events trace: split out trace events for hw/block/ directory 2016-06-20 17:22:15 +01:00
virtio-blk.c block/qdev: Allow configuring WCE with qdev properties 2016-07-13 13:32:27 +02:00
xen_blkif.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
xen_disk.c os-posix: include sys/mman.h 2016-06-16 18:39:03 +02:00