]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
Fix vga_interface_type for command line argument '-device VGA'
authorMark Wu <wudxw@linux.vnet.ibm.com>
Mon, 10 Mar 2014 14:37:40 +0000 (22:37 +0800)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 19:53:19 +0000 (20:53 +0100)
commitd44229c54f7477035c7e914dd12c84e01bbd4123
tree0bdd28ced4713108dd5758ee74678154e853045c
parentd7f0a59ff02affb8270ad9b6ee7e60974ac92df0
Fix vga_interface_type for command line argument '-device VGA'

Some machine (like pseries) initialization code determines if it has
graphics according to vga_interface_type. In the original code,
vga_interface_type is evaluated to VGA_NONE even if a VGA is added
via '-device VGA'. It causes the machine not aware of the graphics
device configured. Add a new VGA device type to indicate that it has a
VGA device, which will be initialized in QOM device initialization.

Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Mark Wu <wudxw@linux.vnet.ibm.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/sysemu/sysemu.h
vl.c