Home
last modified time | relevance | path

Searched hist:"42074 a9d" (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/qga/
H A Dguest-agent-core.h42074a9d Thu Jan 19 22:19:27 CST 2012 Michael Roth <mdroth@linux.vnet.ibm.com> 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.
H A Dcommands.c42074a9d Thu Jan 19 22:19:27 CST 2012 Michael Roth <mdroth@linux.vnet.ibm.com> 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.