[Qemu-devel] Re: [PATCH] virtio-serial: Simplify virtio_serial_load()

2010-06-25 Thread Markus Armbruster
Did this fall through the cracks? Markus Armbruster writes: > For all i, ports_map[i] is used in and only in the i-th iteration. > Replace the dynamic array by a scalar variable. > > Signed-off-by: Markus Armbruster > --- > hw/virtio-serial-bus.c | 12 +++- > 1 files changed, 3 inser

[Qemu-devel] Re: [PATCH] virtio-serial: Simplify virtio_serial_load()

2010-06-01 Thread Amit Shah
On (Mon) May 31 2010 [16:19:43], Markus Armbruster wrote: > For all i, ports_map[i] is used in and only in the i-th iteration. > Replace the dynamic array by a scalar variable. > > Signed-off-by: Markus Armbruster > --- > hw/virtio-serial-bus.c | 12 +++- > 1 files changed, 3 insertion