From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [ANNOUNCE] kvm-88 release Date: Mon, 13 Jul 2009 11:32:47 +0300 Message-ID: <4A5AF12F.108@redhat.com> References: <4A59E599.4080802@redhat.com> <4A59FBF2.2050904@gmail.com> <4A59FDB3.4040605@redhat.com> <4A5A2EC4.7090008@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090507020300040100030807" Cc: KVM list To: John Rousseau Return-path: Received: from mx2.redhat.com ([66.187.237.31]:47863 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754391AbZGMI3t (ORCPT ); Mon, 13 Jul 2009 04:29:49 -0400 In-Reply-To: <4A5A2EC4.7090008@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: This is a multi-part message in MIME format. --------------090507020300040100030807 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 07/12/2009 09:43 PM, John Rousseau wrote: > Losing -vga std allowed the guest to boot. Attached patch fixes it for me. -- error compiling committee.c: too many arguments to function --------------090507020300040100030807 Content-Type: text/x-patch; name="fix-vga-hires.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fix-vga-hires.patch" diff --git a/hw/vga_int.h b/hw/vga_int.h index d715f30..1aaf5c5 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -217,5 +217,5 @@ void vga_draw_cursor_line_32(uint8_t *d1, const uint8_t *src1, extern const uint8_t sr_mask[8]; extern const uint8_t gr_mask[16]; -#define VGA_RAM_SIZE (8192 * 1024) +#define VGA_RAM_SIZE (16 * 1024 * 1024) --------------090507020300040100030807--