From patchwork Mon Jul 13 08:32:47 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Avi Kivity X-Patchwork-Id: 35338 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n6D8Tp2o015299 for ; Mon, 13 Jul 2009 08:29:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754665AbZGMI3u (ORCPT ); Mon, 13 Jul 2009 04:29:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754681AbZGMI3u (ORCPT ); Mon, 13 Jul 2009 04:29:50 -0400 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 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6D8Tm4w021587; Mon, 13 Jul 2009 04:29:48 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6D8TkfW012558; Mon, 13 Jul 2009 04:29:47 -0400 Received: from cleopatra.tlv.redhat.com (cleopatra.tlv.redhat.com [10.35.255.11]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n6D8TjZT014673; Mon, 13 Jul 2009 04:29:46 -0400 Received: from balrog.qumranet.com (dhcp-1-197.tlv.redhat.com [10.35.1.197]) by cleopatra.tlv.redhat.com (Postfix) with ESMTP id BB1EE250061; Mon, 13 Jul 2009 11:29:44 +0300 (IDT) Message-ID: <4A5AF12F.108@redhat.com> Date: Mon, 13 Jul 2009 11:32:47 +0300 From: Avi Kivity User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: John Rousseau CC: KVM list Subject: Re: [ANNOUNCE] kvm-88 release References: <4A59E599.4080802@redhat.com> <4A59FBF2.2050904@gmail.com> <4A59FDB3.4040605@redhat.com> <4A5A2EC4.7090008@gmail.com> In-Reply-To: <4A5A2EC4.7090008@gmail.com> X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 07/12/2009 09:43 PM, John Rousseau wrote: > Losing -vga std allowed the guest to boot. Attached patch fixes it for me. Acked-by: John Rousseau 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)