From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbmOP-0005Fo-Ki for qemu-devel@nongnu.org; Tue, 15 Sep 2015 05:19:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbmOM-00048T-HT for qemu-devel@nongnu.org; Tue, 15 Sep 2015 05:19:13 -0400 Message-ID: <1442308746.2895.19.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 15 Sep 2015 11:19:06 +0200 In-Reply-To: <1442296289.3146.8.camel@kernel.crashing.org> References: <1442296289.3146.8.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ppc/spapr: Allow VIRTIO_VGA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Benjamin Herrenschmidt Cc: qemu-ppc@nongnu.org, agraf@suse.de, qemu-devel@nongnu.org On Di, 2015-09-15 at 15:51 +1000, Benjamin Herrenschmidt wrote: > It works fine with the Linux driver out of the box Do you actually want the vga compatibility bits on pseries? There also is virtio-gpu-pci (same thing as virtio-vga but without vga compatibility), which should already be enabled on ppc64. The linux kvm driver certainly doesn't need vga compatibility. For slof support it might be useful though, the vga compatibility bits in virtio-vga are fully compatible to stdvga, so slof support should be as simple as adding a PCI ID ... cheers, Gerd