* Qemu guest agent
@ 2017-03-05 14:03 Isorkin
2017-03-05 21:37 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Isorkin @ 2017-03-05 14:03 UTC (permalink / raw)
To: help-guix
Hi.
how to enable support for qemu-guest-agent (https://wiki.libvirt.org/page/Qemu_guest_agent) on the virtual machines?
--
С уважением,
Isorkin mailto:Isorkin@mail.ru
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Qemu guest agent
2017-03-05 14:03 Qemu guest agent Isorkin
@ 2017-03-05 21:37 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-03-05 21:37 UTC (permalink / raw)
To: Isorkin; +Cc: help-guix
On Sun, Mar 05, 2017 at 05:03:47PM +0300, Isorkin wrote:
> how to enable support for qemu-guest-agent
> (https://wiki.libvirt.org/page/Qemu_guest_agent) on the virtual
> machines?
I don't have any experience with the QEMU guest agent, but that page
says this: "Currently, QEMU exposes GA via virtio serial port."
I found some instructions from the Fedora project [0]:
------
When starting qemu or kvm guests from the command line, add something
like this:
-device virtio-serial \
-chardev socket,path=/tmp/foo,server,nowait,id=foo \
-device virtserialport,chardev=foo,name=org.fedoraproject.port.0
------
I recommend you consult the QEMU manual and help channels for further
instructions.
[0]
https://fedoraproject.org/wiki/Features/VirtioSerial
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-05 21:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-05 14:03 Qemu guest agent Isorkin
2017-03-05 21:37 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.