[Qemu-devel] Re: [PATCH] net: Fix hotplug with pci_add

2010-06-08 Thread Amit Shah
On (Tue) Jun 08 2010 [17:31:04], Gerd Hoffmann wrote: > On 06/08/10 17:17, Amit Shah wrote: > >The correct model type wasn't getting added when hotplugging nics with > >pci_add. > > > >Testcase: start VM with default nic type. In the qemu_monitor: > > > >(qemu) pci_add auto nic model=virtio > > > >

[Qemu-devel] Re: [PATCH] net: Fix hotplug with pci_add

2010-06-08 Thread Gerd Hoffmann
On 06/08/10 17:17, Amit Shah wrote: The correct model type wasn't getting added when hotplugging nics with pci_add. Testcase: start VM with default nic type. In the qemu_monitor: (qemu) pci_add auto nic model=virtio > This results in a nic hot-plug of the same nic type as the default. Same