mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue