From patchwork Mon Aug 22 17:12:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,2/6] vmware-vga: Disable verbose mode Date: Mon, 22 Aug 2011 07:12:09 -0000 From: Jan Kiszka X-Patchwork-Id: 110961 Message-Id: To: Anthony Liguori , qemu-devel Elimiates 'vmsvga_value_write: guest runs Linux.' messages from the console. CC: Andrzej Zaborowski Signed-off-by: Jan Kiszka --- hw/vmware_vga.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/vmware_vga.c b/hw/vmware_vga.c index 4fac38b..8c63e48 100644 --- a/hw/vmware_vga.c +++ b/hw/vmware_vga.c @@ -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