qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v2 0/3] Virtio-refactoring.


From: KONRAD Frédéric
Subject: Re: [Qemu-devel] [RFC PATCH v2 0/3] Virtio-refactoring.
Date: Thu, 22 Nov 2012 16:15:14 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2

Did you get the full patchset ? The 01 and 02 seems to be lost on
the mailing list. :s.

On 22/11/2012 16:08, Peter Maydell wrote:
On 22 November 2012 14:50,  <address@hidden> wrote:
There are still two issues with the command line :

     * When I use ./qemu* -device virtio-blk -device virtio-pci
       It is said that no virtio-bus are present.
Does it work if you create the devices in the other order?
Yes the other order works.


     * The virtio-blk is plugged in the last created virtio-bus if no "bus="
       option is present. It's an issue as we can only plug one virtio-device.
Anthony said this might Just Work (ie that we should find the
first non-full bus rather than just the first one), and if it
doesn't work it should be fairly straightforward to make it work.
Yes, maybe it is implemented in the QOM ? Because when I use
qdev_get_parent_bus(qdev) in virtio_blk_qdev_init, it gives me
the last created Virtiobus.

Fred.




reply via email to

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