[libvirt] [Qemu-devel] [PULL 25/26] block: Remove deprecated -drive option serial

Peter Maydell peter.maydell at linaro.org
Mon Jun 25 10:01:46 UTC 2018


On 22 June 2018 at 16:40, Daniel P. Berrangé <berrange at redhat.com> wrote:
>  - SD card - requires -drive with if=sd, no -device support AFAICT

Hmm? You can use -device if you want:
  -drive if=none,id=mydrive,... -device sd-card,...,drive=mydrive
(the sd-card device then plugs into the sd controller device
via the sd-bus bus).

Most command lines floating around on the web use if=sd, though
(which doesn't require explicit creation of the sd-card device.)

I think one or two controllers might not yet have been converted
to use sd-bus.

thanks
-- PMM




More information about the libvir-list mailing list