From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC6XF-00005x-BM for qemu-devel@nongnu.org; Mon, 26 Mar 2012 05:48:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SC6X9-0005ej-8q for qemu-devel@nongnu.org; Mon, 26 Mar 2012 05:48:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SC6X9-0005eW-1Q for qemu-devel@nongnu.org; Mon, 26 Mar 2012 05:48:15 -0400 Date: Mon, 26 Mar 2012 11:48:25 +0200 From: "Michael S. Tsirkin" Message-ID: <20120326094824.GA14504@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] console class in kvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: avi@redhat.com, Amit Shah , yan@daynix.com, qemu-devel@nongnu.org, kvm@vger.kernel.org kvm used to carry this commit: commit 4667e6ec0df770867095d8093562d93c94d96ca2 Author: Avi Kivity Date: Thu Feb 12 11:43:17 2009 +0200 Change virtio-console to PCI_CLASS_OTHERS As a PCI_CLASS_DISPLAY_OTHER, it reduces primary display somehow on Windows XP (possibly Windows disables acceleration since it fails to find a driver). Signed-off-by: Avi Kivity This seems to have been dropped. Is the issue gone? Could relevant parties speak up please? Do we want to merge this commit into qemu.git? -- MST