From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: Question about removing memslots Date: Thu, 29 Mar 2012 15:49:22 +0200 Message-ID: <4F746862.1010909@redhat.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Benjamin Herrenschmidt , kvm@vger.kernel.org, Alexander Graf , kvm-ppc@vger.kernel.org, Scott Wood , Alex Williamson To: Avi Kivity Return-path: In-Reply-To: <4F742D3B.2060904@redhat.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 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