Re: [Qemu-devel] [PATCH v4 2/7] virtio-serial-pci: switch to the new API.

2013-04-03 Thread Peter Maydell
On 29 March 2013 09:02, wrote: > - > -/* backwards-compatibility with machines that were created with > - DEV_NVECTORS_UNSPECIFIED */ > -vdev->nvectors = proxy->nvectors == DEV_NVECTORS_UNSPECIFIED > -? proxy->serial.max_virtserial_ports > +

Re: [Qemu-devel] [PATCH v4 2/7] virtio-serial-pci: switch to the new API.

2013-04-03 Thread Amit Shah
On (Fri) 29 Mar 2013 [10:02:39], fred.kon...@greensocs.com wrote: > From: KONRAD Frederic > > Here the virtio-serial-pci is modified for the new API. The device > virtio-serial-pci extends virtio-pci. It creates and connects a > virtio-serial during the init. The properties are not changed. > di

[Qemu-devel] [PATCH v4 2/7] virtio-serial-pci: switch to the new API.

2013-03-29 Thread fred . konrad
From: KONRAD Frederic Here the virtio-serial-pci is modified for the new API. The device virtio-serial-pci extends virtio-pci. It creates and connects a virtio-serial during the init. The properties are not changed. Signed-off-by: KONRAD Frederic --- hw/virtio-pci.c | 130 +