diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/vl.c b/system/vl.c index da2654aa77..2bcd9efb9a 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 }, |