mirror of https://github.com/xqemu/xqemu.git
vmware-vga: Disable verbose mode
Elimiates 'vmsvga_value_write: guest runs Linux.' messages from the console. CC: Andrzej Zaborowski <balrogg@gmail.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
8a9501bae2
commit
ca0508df2e
|
@ -27,7 +27,7 @@
|
|||
#include "pci.h"
|
||||
#include "vmware_vga.h"
|
||||
|
||||
#define VERBOSE
|
||||
#undef VERBOSE
|
||||
#undef DIRECT_VRAM
|
||||
#define HW_RECT_ACCEL
|
||||
#define HW_FILL_ACCEL
|
||||
|
|
Loading…
Reference in New Issue