From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Duffy Subject: Re: Unknown device found in window xp domain Date: Fri, 20 Feb 2009 10:13:01 -0600 Message-ID: <499ED68C.2080407@messageone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:55123 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301AbZBTQNO (ORCPT ); Fri, 20 Feb 2009 11:13:14 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LaXzy-0006yd-FM for kvm@vger.kernel.org; Fri, 20 Feb 2009 16:13:10 +0000 Received: from rrcs-71-41-149-67.sw.biz.rr.com ([71.41.149.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2009 16:13:10 +0000 Received: from Charles_Duffy by rrcs-71-41-149-67.sw.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Feb 2009 16:13:10 +0000 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Daniel Schwager wrote: > My devicemanager shows me a unknown device with the following ID: > > PCI\VEN_1AF4&DEV_1003&SUBSYS_00031AF4&REV_00\3&13C0B0C5&0&28 This would be the virtio replacement for the serial console. Windows doesn't really have a "serial" console at all, so don't worry about it. > One more question: I installed the original Intel Pro1000 > Ethernet driver (works well) - but you provide also your > own network driver (on souceforge) - should I take > intel's or qemu driver ? The one on sourceforge is a driver for the virtio device, not the e1000 device -- so if you're using an e1000, the Intel driver is appropriate; if you change your VM to use a virtio device, you'll need the one off sourceforge.