Searched hist:"48 ff7a625b3611d075d8798585df86455bb2d1fd" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/qga/ |
H A D | guest-agent-core.h | 48ff7a625b3611d075d8798585df86455bb2d1fd Wed Jul 20 15:19:37 CDT 2011 Michael Roth <mdroth@linux.vnet.ibm.com> guest agent: qemu-ga daemon
This is the actual guest daemon, it listens for requests over a virtio-serial/isa-serial/unix socket channel and routes them through to dispatch routines, and writes the results back to the channel in a manner similar to QMP.
A shorthand invocation:
qemu-ga -d
Is equivalent to:
qemu-ga -m virtio-serial -p /dev/virtio-ports/org.qemu.guest_agent.0 \ -f /var/run/qemu-ga.pid -d
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
|
/openbmc/qemu/ |
H A D | Makefile | 48ff7a625b3611d075d8798585df86455bb2d1fd Wed Jul 20 15:19:37 CDT 2011 Michael Roth <mdroth@linux.vnet.ibm.com> guest agent: qemu-ga daemon
This is the actual guest daemon, it listens for requests over a virtio-serial/isa-serial/unix socket channel and routes them through to dispatch routines, and writes the results back to the channel in a manner similar to QMP.
A shorthand invocation:
qemu-ga -d
Is equivalent to:
qemu-ga -m virtio-serial -p /dev/virtio-ports/org.qemu.guest_agent.0 \ -f /var/run/qemu-ga.pid -d
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
|
H A D | configure | 48ff7a625b3611d075d8798585df86455bb2d1fd Wed Jul 20 15:19:37 CDT 2011 Michael Roth <mdroth@linux.vnet.ibm.com> guest agent: qemu-ga daemon
This is the actual guest daemon, it listens for requests over a virtio-serial/isa-serial/unix socket channel and routes them through to dispatch routines, and writes the results back to the channel in a manner similar to QMP.
A shorthand invocation:
qemu-ga -d
Is equivalent to:
qemu-ga -m virtio-serial -p /dev/virtio-ports/org.qemu.guest_agent.0 \ -f /var/run/qemu-ga.pid -d
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
|