From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6q1-0006ms-2r for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:04:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB6pw-00027Z-RF for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:04:41 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:60790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6pw-00027S-JR for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:04:36 -0500 Date: Wed, 5 Feb 2014 13:04:32 -0500 (EST) From: Miki Mishael Message-ID: <832412435.8628850.1391623472568.JavaMail.root@redhat.com> In-Reply-To: <1390149785-5129-1-git-send-email-mmishael@redhat.com> References: <1390149785-5129-1-git-send-email-mmishael@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V3 00/01] Docs: Introduce multiport serial support in qemupciserial.inf. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Yan Vugenfirer , Michael Roth , Ronen Hod , Gerd Hoffmann , Anthony Liguori , Paolo Bonzini , Dmitry Fleytman Hello, I wonder if you have few minutes to review the patch and contribute to appl= y it to upstream. I appreciate your help. Link: http://lists.gnu.org/archive/html/qemu-devel/2014-01/msg02290.html Thanks, Miki ----- Original Message ----- From: "Miki Mishael" To: qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , "Yan Vugenfirer" , "Michael Roth" , "Ronen Hod" , "Herv=EF=BF=BD Poussineau" , "Gerd Hoffmann" = , "Anthony Liguori" , "Paolo Bonzin= i" , "Dmitry Fleytman" Sent: Sunday, January 19, 2014 6:43:04 PM Subject: [Qemu-devel] [PATCH V3 00/01] Docs: Introduce multiport serial=09s= upport in qemupciserial.inf. Support for pci-serial-2x and pci-serial-4x was added to inf file. Standard Windows driver mf.sys used to split single function device into per-port nodes. =20 Changes since V2: * Removed ntamd64 sections since the device does not have operating system-specific requirements for ntamd64.=20 Referance: http://msdn.microsoft.com/en-us/library/windows/hardware/ff547417(v=3Dvs.= 85).aspx #creating_inf_files_for_x64_based_systems__windows_xp_and_later_ =20 "Because Windows Server 2003 SP1 and later require an .ntamd64 platform extension on an INF Models section name, but do not require this extension on other section names, the simplest approach to create and to maintain a cross-operating system INF file for x64-based systems is to include the .ntamd64 extension only on the names of Models sections." Changes since V1: * Removed subsystem & revision strings from the hardware ID string of pci-serial, pci-serial-2x and pci-serial-4x. Miki Mishael (1): Docs: Introduce multiport serial support in =20 qemupciserial.inf. docs/qemupciserial.inf | 167 +++++++++++++++++++++++----------------------= ---- 1 file changed, 80 insertions(+), 87 deletions(-) --=20 1.8.3.1