public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Avi Kivity <avi@redhat.com>
To: John Rousseau <jrrousseau@gmail.com>
Cc: KVM list <kvm@vger.kernel.org>
Subject: Re: [ANNOUNCE] kvm-88 release
Date: Mon, 13 Jul 2009 11:32:47 +0300	[thread overview]
Message-ID: <4A5AF12F.108@redhat.com> (raw)
In-Reply-To: <4A5A2EC4.7090008@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

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


[-- Attachment #2: fix-vga-hires.patch --]
[-- Type: text/x-patch, Size: 342 bytes --]

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)
 

  reply	other threads:[~2009-07-13  8:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-12 13:31 [ANNOUNCE] kvm-88 release Avi Kivity
2009-07-12 15:06 ` John Rousseau
2009-07-12 15:13   ` Avi Kivity
2009-07-12 18:43     ` John Rousseau
2009-07-13  8:32       ` Avi Kivity [this message]
2009-07-13 11:27         ` John Rousseau
2009-07-13  8:40     ` Michael Tokarev
2009-07-13  9:08       ` Avi Kivity
2009-07-13 10:01         ` Erik Rull
2009-07-13 11:20           ` Avi Kivity
2009-07-13 15:00           ` Anthony Liguori
2009-07-12 16:01 ` [ANNOUNCE] kvm-88 release (CAN NOT install modules on debian/amd64/2.6.30) John Wong
2009-07-12 17:45   ` Avi Kivity
2009-07-17 23:59   ` Marcelo Tosatti
2009-07-19  3:41     ` John Wong
2009-07-20 14:42       ` Marcelo Tosatti
2009-07-20 17:05         ` John Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A5AF12F.108@redhat.com \
    --to=avi@redhat.com \
    --cc=jrrousseau@gmail.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox