Statistics
| Branch: | Revision:

root / qga / channel-win32.c @ 1dc324d2

History | View | Annotate | Download (9.4 kB)

# Date Author Comment
7868e26e 02/23/2012 11:43 pm Michael Roth

qemu-ga: add initial win32 support

This adds a win32 channel implementation that makes qemu-ga functional
on Windows using virtio-serial (unix-listen/isa-serial not currently
implemented). Unlike with the posix implementation, we do not use
GIOChannel for the following reasons:...