qemu/include/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
..
block.h block/qdev: Allow configuring WCE with qdev properties 2016-07-13 13:32:27 +02:00
fdc.h fdc: add function to determine drive chs limits 2016-03-11 14:55:15 +02:00
flash.h Clean up decorations and whitespace around header guards 2016-07-12 16:20:46 +02:00