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, <[email protected]> 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.
