]> git.proxmox.com Git - mirror_qemu.git/commit - hw/core/machine.c
vl: Replace DT_NOGRAPHIC with machine option
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 19 Apr 2016 19:55:25 +0000 (16:55 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 20 May 2016 17:28:54 +0000 (14:28 -0300)
commitcfc58cf37362a931990efc75f3f580dfec49ac1e
tree86de8478715152ed258c1db3c100efc4d37158c2
parentcf3dc71eb5141761c3aed0d936e390aeaa73a88b
vl: Replace DT_NOGRAPHIC with machine option

All DisplayType values are just UI options that don't affect any
hardware emulation code, except for DT_NOGRAPHIC. Replace
DT_NOGRAPHIC with DT_NONE plus a new "-machine graphics=on|off"
option, so hardware emulation code don't need to use the
display_type variable.

Cc: Michael Walle <michael@walle.cc>
Cc: Blue Swirl <blauwirbel@gmail.com>
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/machine.c
hw/lm32/milkymist.c
hw/nvram/fw_cfg.c
hw/sparc/sun4m.c
include/hw/boards.h
include/sysemu/sysemu.h
vl.c