]> git.proxmox.com Git - mirror_qemu.git/commit
hw/sparc64: Create VGA device only if it has really been requested
authorThomas Huth <huth@tuxfamily.org>
Sun, 16 Dec 2018 21:52:10 +0000 (22:52 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 6 Feb 2019 21:07:53 +0000 (21:07 +0000)
commitc3019efc713c0afd6f0c51602b378f1094ef6e89
treeae11698908443415441de4a9d5dbfdf9b82f8d02
parent47994e16b1d66411953623e7c0bf0cdcd50bd507
hw/sparc64: Create VGA device only if it has really been requested

The sun4u/sun4v machine currently always creates a VGA device, even if
the user started QEMU with "-nodefaults" or "-vga none". That's likely
not what the users expect in this case, so add a check whether the VGA
adapter has really been requested.

Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/sparc64/sun4u.c