commit | c3019efc713c0afd6f0c51602b378f1094ef6e89 | [log] [tgz] |
---|---|---|
author | Thomas Huth <huth@tuxfamily.org> | Sun Dec 16 22:52:10 2018 +0100 |
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | Wed Feb 06 21:07:53 2019 +0000 |
tree | ae11698908443415441de4a9d5dbfdf9b82f8d02 | |
parent | 47994e16b1d66411953623e7c0bf0cdcd50bd507 [diff] |
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>