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" <[email protected]> To: [email protected] Cc: "Yan Vugenfirer" <[email protected]>, "Michael Roth" <[email protected]>, "Adam Litke" <[email protected]>, "Ronen Hod" <[email protected]>, "Anthony Liguori" <[email protected]>, "Dmitry Fleytman" <[email protected]> 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
