Re: [Qemu-devel] [PATCH] virtio-serial: Fix compat property name

2010-07-22 Thread Aurelien Jarno
On Wed, Jun 23, 2010 at 10:49:20PM +0530, Amit Shah wrote: > Starting with qemu -M pc-0.12 -device virtio-serial > > results in > > -device virtio-serial: Property 'virtio-serial-pci.max_nr_ports' not found > > The property name 'max_ports' is incorrectly named 'max_nr_ports'. Fix > that. > > A

Re: [Qemu-devel] [PATCH] virtio-serial: Fix compat property name

2010-07-14 Thread Amit Shah
On (Wed) Jun 23 2010 [22:49:20], Amit Shah wrote: > Starting with qemu -M pc-0.12 -device virtio-serial > > results in > > -device virtio-serial: Property 'virtio-serial-pci.max_nr_ports' not found > > The property name 'max_ports' is incorrectly named 'max_nr_ports'. Fix > that. > > Also fix t

[Qemu-devel] [PATCH] virtio-serial: Fix compat property name

2010-06-23 Thread Amit Shah
Starting with qemu -M pc-0.12 -device virtio-serial results in -device virtio-serial: Property 'virtio-serial-pci.max_nr_ports' not found The property name 'max_ports' is incorrectly named 'max_nr_ports'. Fix that. Also fix the ppc440 machine type bamboo-0.12 which has this typo. Reported-by: