]> git.proxmox.com Git - qemu.git/commit
qemu-ga: separate out common commands from posix-specific ones
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 20 Jan 2012 04:19:27 +0000 (22:19 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 23 Feb 2012 21:40:16 +0000 (15:40 -0600)
commit42074a9d4d4cf0b7c2a3210de424f9b11268abb4
tree293663e51df0c4f8a72177cb8604cc9667315d25
parent125b310e1d62e3a1dc1e7758563e598957ca7ae4
qemu-ga: separate out common commands from posix-specific ones

Many of the current RPC implementations are very much POSIX-specific
and require complete re-writes for Windows. There are however a small
set of core guest agent commands that are common to both, and other
commands such as guest-file-* which *may* be portable. So we introduce
commands.c for the latter, and will rename guest-agent-commands.c to
commands-posix.c in a future commit. Windows implementations will go in
commands-win32.c, eventually.
Makefile.objs
qga/commands.c [new file with mode: 0644]
qga/guest-agent-commands.c
qga/guest-agent-core.h