Message ID | 20231121115957.1351656-2-dwmw2@infradead.org |
---|---|
State | New |
Headers | show |
Series | [PULL,for-8.2,1/2] vl: disable default serial when xen-console is enabled | expand |
diff --git a/system/vl.c b/system/vl.c index 5af7ced2a1..8109231834 100644 --- a/system/vl.c +++ b/system/vl.c @@ -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 },