From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THZ15-0003Yk-8g for qemu-devel@nongnu.org; Fri, 28 Sep 2012 07:46:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THZ10-0005rO-Vc for qemu-devel@nongnu.org; Fri, 28 Sep 2012 07:45:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THZ10-0005r7-Ma for qemu-devel@nongnu.org; Fri, 28 Sep 2012 07:45:54 -0400 Message-ID: <50658DEE.8060301@redhat.com> Date: Fri, 28 Sep 2012 13:45:50 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1348486090-21177-1-git-send-email-kraxel@redhat.com> <873925sm6e.fsf@codemonkey.ws> <5062A43A.1090506@redhat.com> <87wqzhuedo.fsf@codemonkey.ws> <5063E9EB.2020009@redhat.com> <20120928100600.GA7522@redhat.com> In-Reply-To: <20120928100600.GA7522@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] add pci-serial device. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Anthony Liguori Hi, >> For pci-serial windows needs a "driver" (which is just a inf file, the >> driver itself is shipped by windows). So in that case it is easier to >> go with our own ids I think, as we can simply ship a inf file then. >> When picking the IDs of other cards, existing as real hardware, users >> would have to hunt down the (non-redistributable) driver package for the >> real hardware to get it going in windows. >> >> cheers, >> Gerd > > Any way to bypass the need to distribute the inf? The usual way to pick ids supported by windows out-of-the-box unfortunaly doesn't fly for pci-serial cards. I'm happy that we don't have to code anything and just the inf file to hook up the serial.sys shipped by windows is enougth. I'm certainly open for better ideas though ... cheers, Gerd