From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [Qemu-devel] Virtualbox svga card in KVM Date: Mon, 15 Apr 2013 14:26:25 +0200 Message-ID: <516BF1F1.70606@redhat.com> References: <1363816855.57243.YahooMailNeo@web125304.mail.ne1.yahoo.com> <1312741258.12539352.1363877601391.JavaMail.root@redhat.com> <20130405070637.GA27940@stefanha-thinkpad.redhat.com> <1365205925.11890.YahooMailNeo@web125301.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Sriram Murthy , Stefan Hajnoczi , qemu list , "kvm@vger.kernel.org" To: Peter Maydell Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6163 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753838Ab3DOM0d (ORCPT ); Mon, 15 Apr 2013 08:26:33 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 04/08/13 17:11, Peter Maydell wrote: > On 6 April 2013 00:52, Sriram Murthy wrote: >> (actually, the virtualbox SVGA card is based off of the KVM VGA card) > > Is it possible to implement it as an extension to the VGA > card device, or has it diverged incompatibly such that it > has to be its own separate device model? Not needed. One just has to go write a windows driver. The virtual hardware can handle any resolution just fine. cheers, Gerd