Re: [libvirt] [PATCH 1/4] QEMU guest agent support

2012-01-23 Thread Daniel P. Berrange
On Thu, Jan 19, 2012 at 03:18:00PM -0700, Eric Blake wrote: On 01/17/2012 04:44 AM, Michal Privoznik wrote: There is now a standard QEMU guest agent that can be installed and given a virtio serial channel channel type='unix' source mode='bind'

Re: [libvirt] [PATCH 1/4] QEMU guest agent support

2012-01-23 Thread Daniel P. Berrange
On Fri, Jan 20, 2012 at 07:16:22PM +0100, Michal Privoznik wrote: On 19.01.2012 23:18, Eric Blake wrote: On 01/17/2012 04:44 AM, Michal Privoznik wrote: There is now a standard QEMU guest agent that can be installed and given a virtio serial channel channel type='unix'

Re: [libvirt] [PATCH 1/4] QEMU guest agent support

2012-01-20 Thread Michal Privoznik
On 19.01.2012 23:18, Eric Blake wrote: On 01/17/2012 04:44 AM, Michal Privoznik wrote: There is now a standard QEMU guest agent that can be installed and given a virtio serial channel channel type='unix' source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/ Do we

Re: [libvirt] [PATCH 1/4] QEMU guest agent support

2012-01-19 Thread Eric Blake
On 01/17/2012 04:44 AM, Michal Privoznik wrote: There is now a standard QEMU guest agent that can be installed and given a virtio serial channel channel type='unix' source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/ Do we really want to be documenting a path in the

[libvirt] [PATCH 1/4] QEMU guest agent support

2012-01-17 Thread Michal Privoznik
There is now a standard QEMU guest agent that can be installed and given a virtio serial channel channel type='unix' source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/ target type='virtio' name='org.qemu.guest_agent.0'/ /channel The protocol that runs over the

[libvirt] [PATCH 1/4] QEMU guest agent support

2011-10-05 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com There is now a standard QEMU guest agent that can be installed and given a virtio serial channel channel type='unix' source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/ target type='virtio' name='org.qemu.guest_agent.0'/

Re: [libvirt] [PATCH 1/4] QEMU guest agent support

2011-10-05 Thread Eric Blake
On 10/05/2011 11:31 AM, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com There is now a standard QEMU guest agent that can be installed and given a virtio serial channel channel type='unix' source mode='bind' path='/var/lib/libvirt/qemu/f16x86_64.agent'/