From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: console class in kvm Date: Mon, 26 Mar 2012 11:48:25 +0200 Message-ID: <20120326094824.GA14504@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: avi@redhat.com, Amit Shah , yan@daynix.com, qemu-devel@nongnu.org, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14840 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755264Ab2CZJsP (ORCPT ); Mon, 26 Mar 2012 05:48:15 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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