From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39056) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOZz7-0007xL-6v for qemu-devel@nongnu.org; Wed, 17 Oct 2012 16:12:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOZz6-0003jx-9V for qemu-devel@nongnu.org; Wed, 17 Oct 2012 16:12:57 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:36982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOZz5-0003XZ-Pr for qemu-devel@nongnu.org; Wed, 17 Oct 2012 16:12:56 -0400 Message-ID: <507F113A.4030509@reactos.org> Date: Wed, 17 Oct 2012 22:12:42 +0200 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: 1350460465-23536-4-git-send-email-kraxel@redhat.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 3/7] serial: add windows inf file for the pci card to docs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kraxel@redhat.com, QEMU Developers > Signed-off-by: Gerd Hoffmann > --- > docs/qemupciserial.inf | 109 ++++++++++++++++++++++++++++++++++++++++= ++++++++ > 1 files changed, 109 insertions(+), 0 deletions(-) > create mode 100644 docs/qemupciserial.inf [...] Did you try to add emulation of a PCI serial card natively recognized by = Windows XP (at least), like SIIG CyberSerial card? Available models described in msports.inf are vendorId 131F, deviceId 100= 0, subsystem 00000000, revision 2, or with vendorId 131F, deviceId 2000, = class code 0700) Regards, Herv=E9