]> git.proxmox.com Git - qemu.git/commit
qemu-ga: fix confusing GAChannelMethod comparison
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 19 Feb 2013 14:12:34 +0000 (15:12 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 11 Mar 2013 23:53:46 +0000 (18:53 -0500)
commit9e7c23db13b23febac4ba2d22419aa8f1884929e
treeaf59e309e94d3fc8bf04819a88fe8121722f50cd
parented2cbf74446b008f9de526a50e4b06265635120c
qemu-ga: fix confusing GAChannelMethod comparison

In commit 7868e26e5930f49ca942311885776b938dcf3b77
("qemu-ga: add initial win32 support") support was added for qemu-ga on
Windows using virtio-serial.  Other channel methods (ISA serial and UNIX
domain socket) are not supported on Windows.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/channel-win32.c