Il 08/01/2014 18:17, Hani Benhabiles ha scritto: > For this reason, the loop in assign_device_name() specifically check that the > ID > doesn't exist already and uses the next value if it does. > > How would something like: > (qemu) device_add virtio-net-pci > ==> ID: virtio-net-pci.0 > > Be more problematic than: > (qemu) device_add virtio-net-pci,id=virtio-net-pci.0
(qemu) device_add virtio-net-pci (qemu) device_add virtio-net-pci,id=virtio-net-pci.0 works without your patches, fails with them (IIUC). Paolo