qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

usage of virtio-blk-device etc (microvm?)


From: Michael Tokarev
Subject: usage of virtio-blk-device etc (microvm?)
Date: Mon, 30 Aug 2021 20:26:58 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Hi!

I tried to run the microvm variant of qemu-system, and found out
there's very little information about it available.

In particular, I wasn't able to have a hdd in the virtual machine
using virtio-blk-device like this:

 -drive file=foo,if=none,id=drv -device virtio-blk-device,drive=drv

What modules/options are needed within linux guest to see such a
drive?  By loading just virtio-blk module (which loads all its
dependencies) the drive isn't becoming available, like it usually
happens after loading virtio-pci with the pci version of virtio-blk.

Also, is there a way to use virtio-blk-device with, say, q35 machine
type? That is, to have virtio-BUS too?

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]