Re: [Qemu-devel] [PATCH V2] qemu-ga: isa-serial support on Windows

2014-02-05 Thread Miki Mishael
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@non

Re: [Qemu-devel] [PATCH V3 00/01] Docs: Introduce multiport serial support in qemupciserial.inf.

2014-02-05 Thread Miki Mishael
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.gnu.org/archive/html/qemu-devel/2014-01/msg02290.html Thanks, Miki - Original Message - From: "Miki Mishael" To: qemu-devel@non

[Qemu-devel] [PATCH V3 01/01] Docs: Introduce multiport serial support in qemupciserial.inf.

2014-01-19 Thread Miki Mishael
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. Signed-off-by: Miki Mishael Signed-off-by: Dmitry Fleytman --- docs/qemupciserial.inf | 167

[Qemu-devel] [PATCH V3 00/01] Docs: Introduce multiport serial support in qemupciserial.inf.

2014-01-19 Thread Miki Mishael
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 qemupciserial.inf. docs/qemupciserial.inf | 167 +++-- 1 file changed,

[Qemu-devel] [PATCH] Docs: Introduce multiport serial support in qemupciserial.inf.

2014-01-16 Thread Miki Mishael
Support for pci-serial-2x and pci-serial-4x added to inf file. Standard Windows driver mf.sys used to split single function device into per-port nodes. Signed-off-by: Miki Mishael Signed-off-by: Dmitry Fleytman --- docs/qemupciserial.inf | 227

[Qemu-devel] [PATCH V2 00/01] Docs: Introduce multiport serial support in qemupciserial.inf.

2014-01-16 Thread Miki Mishael
l-2x and pci-serial-4x. Miki Mishael (1): Docs: Introduce multiport serial support in qemupciserial.inf. docs/qemupciserial.inf | 227 ++--- 1 file changed, 140 insertions(+), 87 deletions(-) -- 1.8.3.1

[Qemu-devel] [PATCH V2] qemu-ga: isa-serial support on Windows

2014-01-15 Thread Miki Mishael
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". Signed-off-by: Miki Mishael Signed-off-by: Dmitry Fleytman --- qga/channel-win32.c | 20 ++-- qga/main.c | 12 +

[Qemu-devel] [PATCH V2] qemu-ga: isa-serial support on Windows

2014-01-15 Thread Miki Mishael
on 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,

[Qemu-devel] [PATCH] qemu-ga: isa-serial support on Windows

2014-01-05 Thread Miki Mishael
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". Signed-off-by: Miki Mishael Signed-off-by: Dmitry Fleytman --- qga/channel-win32.c | 27 +-- qga/main.c

[Qemu-devel] [PATCH] Docs: Introduce multiport serial support in qemupciserial.inf

2014-01-05 Thread Miki Mishael
Support for pci-serial-2x and pci-serial-4x added to inf file. Standard Windows driver mf.sys used to split single function device into per-port nodes. Signed-off-by: Miki Mishael Signed-off-by: Dmitry Fleytman --- docs/qemupciserial.inf | 227