From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOjQX-0004ks-3B for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:17:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOjQW-0006AP-5a for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:17:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOjQV-00068G-Tf for qemu-devel@nongnu.org; Thu, 18 Oct 2012 02:17:52 -0400 Message-ID: <507F9F0C.4050508@redhat.com> Date: Thu, 18 Oct 2012 08:17:48 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: 1350460465-23536-4-git-send-email-kraxel@redhat.com <507F113A.4030509@reactos.org> In-Reply-To: <507F113A.4030509@reactos.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [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: =?ISO-8859-1?Q?Herv=E9_Poussineau?= Cc: QEMU Developers On 10/17/12 22:12, Herv=E9 Poussineau wrote: >> Signed-off-by: Gerd Hoffmann >=20 >> --- >> docs/qemupciserial.inf | 109 >> ++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 files changed, 109 insertions(+), 0 deletions(-) >> create mode 100644 docs/qemupciserial.inf > [...] >=20 > Did you try to add emulation of a PCI serial card natively recognized b= y > Windows XP (at least), > like SIIG CyberSerial card? Thats the only one. Looked at the linux code for it, a comment mumbled something about a eeprom holding card configuration, /me figured I better don't go that route. If it would have been a simple card with just a 16550 & nothing else I would have picked it. cheers, Gerd