From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URiUX-0000UA-Io for qemu-devel@nongnu.org; Mon, 15 Apr 2013 08:26:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URiUT-0005qi-4b for qemu-devel@nongnu.org; Mon, 15 Apr 2013 08:26:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URiUS-0005qW-Sy for qemu-devel@nongnu.org; Mon, 15 Apr 2013 08:26:33 -0400 Message-ID: <516BF1F1.70606@redhat.com> Date: Mon, 15 Apr 2013 14:26:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 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> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Virtualbox svga card in KVM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Hajnoczi , qemu list , "kvm@vger.kernel.org" , Sriram Murthy 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