Open chr device for all serial ports
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 14 Sep 2009 17:30:16 +0000 (19:30 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 14 Sep 2009 17:34:12 +0000 (19:34 +0200)
commit55338f1dd4648d78ee130d83a92f1059ff1f3887
tree65ad20dee7b0bec5cd066041810c626b514a6e0a
parent7b270ef2a3f1429b3a97aab4f5a3332da61591b9
Open chr device for all serial ports

Now that labels must be unique, the chr devices can't be opened anymore
within the serial port code (in case they are not already opened in
vl.c), as they end up with the same label. Instead opened so
non-assigned one directly in vl.c, with a different label.

This make MIPS Malta board emulation working again.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
vl.c