From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB76c-0004aB-Rt for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB76X-00085D-Qx for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:21:50 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:35015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB76X-000856-Ih for qemu-devel@nongnu.org; Wed, 05 Feb 2014 13:21:45 -0500 Date: Wed, 5 Feb 2014 13:21:42 -0500 (EST) From: Miki Mishael Message-ID: <355206941.8636179.1391624502129.JavaMail.root@redhat.com> In-Reply-To: <1389778424-4482-1-git-send-email-mmishael@redhat.com> References: <1389778424-4482-1-git-send-email-mmishael@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2] qemu-ga: isa-serial support on Windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yan Vugenfirer , Michael Roth , Adam Litke , Ronen Hod , Anthony Liguori , Dmitry Fleytman Hello, I wonder if you have few minutes to review the patch and contribute to apply it to upstream. I appreciate your help. Link: http://lists.nongnu.org/archive/html/qemu-devel/2014-01/msg01823.html Thanks, Miki ----- Original Message ----- From: "Miki Mishael" To: qemu-devel@nongnu.org Cc: "Yan Vugenfirer" , "Michael Roth" , "Adam Litke" , "Ronen Hod" , "Anthony Liguori" , "Dmitry Fleytman" Sent: Wednesday, January 15, 2014 11:33:43 AM Subject: [Qemu-devel] [PATCH V2] qemu-ga: isa-serial support on Windows Add support for isa-serial method for qemu-ga on Windows, Added -p command line parameter for serial port name specification, e.g. "-p COM15". Changes since V1: * define default path for isa-serial for linux, "/dev/ttyS0". * replaced static void ga_serial_path_correction function for path correction with snprintf. * minor indentation fix. * fixed error output when setting timeout for com port fails. Miki Mishael (1): qemu-ga: isa-serial support on Windows qga/channel-win32.c | 20 ++++++++++++++++++-- qga/main.c | 12 +++++++++--- 2 files changed, 27 insertions(+), 5 deletions(-) -- 1.8.3.1