From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5Cq4-0007pk-Ur for qemu-devel@nongnu.org; Mon, 20 Jan 2014 06:16:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5Cpz-0008Vt-DX for qemu-devel@nongnu.org; Mon, 20 Jan 2014 06:16:20 -0500 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:60357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5Cpy-0008T7-RG for qemu-devel@nongnu.org; Mon, 20 Jan 2014 06:16:15 -0500 Message-ID: <52DD056E.9000602@reactos.org> Date: Mon, 20 Jan 2014 12:15:58 +0100 From: =?ISO-8859-1?Q?Herv=E9_Poussineau?= MIME-Version: 1.0 References: <1390149785-5129-1-git-send-email-mmishael@redhat.com> <1390149785-5129-2-git-send-email-mmishael@redhat.com> In-Reply-To: <1390149785-5129-2-git-send-email-mmishael@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V3 01/01] Docs: Introduce multiport serial support in qemupciserial.inf. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Miki Mishael Cc: "Michael S. Tsirkin" , Yan Vugenfirer , qemu-devel@nongnu.org, Michael Roth , Ronen Hod , Gerd Hoffmann , Anthony Liguori , Paolo Bonzini , Dmitry Fleytman Miki Mishael a =E9crit : > Support for pci-serial-2x and pci-serial-4x > was added to the inf file. > Standard Windows driver mf.sys used to > split single function device into per-port nodes. >=20 > Signed-off-by: Miki Mishael > Signed-off-by: Dmitry Fleytman > --- Reviewed-by: Herv=E9 Poussineau