Re: [Qemu-devel] [PATCH v3 0/6] block: Move BB options from blockdev-add to qdev

2016-07-08 Thread Kevin Wolf
Am 06.07.2016 um 16:45 hat Kevin Wolf geschrieben: > This series adds some device level options (write-cache, werror, rerror) > to qdev that used to be specified with -drive and made their way into > blockdev-add. They are at the same time removed from blockdev-add, which > is going to be changed i

[Qemu-devel] [PATCH v3 0/6] block: Move BB options from blockdev-add to qdev

2016-07-06 Thread Kevin Wolf
This series adds some device level options (write-cache, werror, rerror) to qdev that used to be specified with -drive and made their way into blockdev-add. They are at the same time removed from blockdev-add, which is going to be changed in a later patch series so that it only creates block nodes