From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] Add VirtIO Frame Buffer Support Date: Tue, 03 Nov 2009 08:24:58 +0200 Message-ID: <4AEFCCBA.9050408@redhat.com> References: <1257199759-2941-1-git-send-email-agraf@suse.de> <4AEFCBED.50804@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Alexander Graf Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, linux-fbdev-devel@lists.sourceforge.net, anthony@codemonkey.ws On 11/03/2009 08:22 AM, Alexander Graf wrote: > >>> This is especially important on machines that can't do MMIO, as all >>> current >>> graphics implementations qemu emulates I'm aware of so far fail here. >>> >> >> s390 virtual desktops? > > Well - have you ever tried installing SLES / RHEL on an S390? If not, > give it a shot and comment again :-) > I won't be able to until qemu support s390. How does it work today? Does installation over vnc work? -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5CpV-0001Mb-Nz for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:25:21 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5CpQ-0001Js-T7 for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:25:21 -0500 Received: from [199.232.76.173] (port=45690 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5CpQ-0001Jn-JC for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:25:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5CpP-0001Xh-W3 for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:25:16 -0500 Message-ID: <4AEFCCBA.9050408@redhat.com> Date: Tue, 03 Nov 2009 08:24:58 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1257199759-2941-1-git-send-email-agraf@suse.de> <4AEFCBED.50804@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Add VirtIO Frame Buffer Support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: linux-fbdev-devel@lists.sourceforge.net, qemu-devel@nongnu.org, kvm@vger.kernel.org On 11/03/2009 08:22 AM, Alexander Graf wrote: > >>> This is especially important on machines that can't do MMIO, as all >>> current >>> graphics implementations qemu emulates I'm aware of so far fail here. >>> >> >> s390 virtual desktops? > > Well - have you ever tried installing SLES / RHEL on an S390? If not, > give it a shot and comment again :-) > I won't be able to until qemu support s390. How does it work today? Does installation over vnc work? -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.