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 <arm...@redhat.com> > --- > hw/virtio-serial-bus.c | 12 +++--------- > 1 files changed, 3 insertions(+), 9 deletions(-)
Thanks, Acked-by: Amit Shah <amit.s...@redhat.com> Amit