From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMfvt-0003qc-TT for qemu-devel@nongnu.org; Wed, 18 May 2011 08:32:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMfvs-0007uC-QT for qemu-devel@nongnu.org; Wed, 18 May 2011 08:32:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMfvs-0007u7-JT for qemu-devel@nongnu.org; Wed, 18 May 2011 08:32:56 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4ICWtAF008613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 18 May 2011 08:32:55 -0400 From: Markus Armbruster References: <4DD0D207.9040600@redhat.com> Date: Wed, 18 May 2011 14:32:53 +0200 In-Reply-To: <4DD0D207.9040600@redhat.com> (Gerd Hoffmann's message of "Mon, 16 May 2011 09:28:07 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] Why does -device qxl-vga not suppress default vga? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > On 05/13/11 16:18, Markus Armbruster wrote: >> VGA, cirrus-vga and vmware-svga do. Gerd, you added it (commit >> a19cbfb3), care to explain? > > Just forgot to add it to the list when merging. > I'll go stuff a patch into the spice patch queue. I took the liberty to include a fix in "[PATCH 0/3] qdev-device-use.txt update & trivial bonus fixes". Hope that's okay. [...]