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 mmish...@redhat.com To: qemu

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 mmish...@redhat.com To: qemu

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

2014-01-19 Thread Miki Mishael
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, 80 insertions

[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 mmish...@redhat.com Signed-off-by: Dmitry Fleytman dfley...@redhat.com --- docs

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

2014-01-16 Thread Miki Mishael
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] 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 mmish...@redhat.com Signed-off-by: Dmitry Fleytman dfley...@redhat.com --- docs

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

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

[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 mmish...@redhat.com Signed-off-by: Dmitry Fleytman dfley...@redhat.com --- qga/channel-win32.c | 20 ++-- qga

[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 mmish...@redhat.com Signed-off-by: Dmitry Fleytman dfley...@redhat.com --- docs/qemupciserial.inf | 227

[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 mmish...@redhat.com Signed-off-by: Dmitry Fleytman dfley...@redhat.com --- qga/channel-win32.c | 27