vl: disable default serial when xen-console is enabled
If a Xen console is configured on the command line, do not add a default serial port. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
af9264da80
commit
87bfffdf75
@ -198,6 +198,7 @@ static const struct {
|
||||
const char *driver;
|
||||
int *flag;
|
||||
} default_list[] = {
|
||||
{ .driver = "xen-console", .flag = &default_serial },
|
||||
{ .driver = "isa-serial", .flag = &default_serial },
|
||||
{ .driver = "isa-parallel", .flag = &default_parallel },
|
||||
{ .driver = "isa-fdc", .flag = &default_floppy },
|
||||
|
Loading…
Reference in New Issue
Block a user