From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Date: Thu, 29 Mar 2012 13:49:22 +0000 Subject: Re: Question about removing memslots Message-Id: <4F746862.1010909@redhat.com> List-Id: References: <1332919486.2882.88.camel@pasglop> <4F72DBE2.6060909@redhat.com> <1332928770.2882.98.camel@pasglop> <4F72E274.2090007@redhat.com> <1332929849.2882.101.camel@pasglop> <4F72ED38.5000007@redhat.com> <1332968658.2882.108.camel@pasglop> <4F742D3B.2060904@redhat.com> In-Reply-To: <4F742D3B.2060904@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Avi Kivity Cc: Benjamin Herrenschmidt , kvm@vger.kernel.org, Alexander Graf , kvm-ppc@vger.kernel.org, Scott Wood , Alex Williamson Hi, > As a workaround you can use -vga std or -vga qxl. The latter will work > even better when we have a kernel driver. There is a kernel driver for -vga std too ;) http://patchwork.ozlabs.org/patch/145479/ Didn't try on ppc though. There is a funky #ifdef TARGET_I386 in vbe_portio_list[], no idea why, but it makes me think a little tweak could be needed to make it fly. There shouldn't be any major roadblocks though. cheers, Gerd