Re: [Qemu-devel] Guest-sync-delimited and sentinel issue

2012-03-16 Thread Michael Roth
On Fri, Mar 16, 2012 at 05:04:22PM +0100, Michal Privoznik wrote: > On 16.03.2012 15:49, Michael Roth wrote: > > On Fri, Mar 16, 2012 at 01:47:42PM +0100, Michal Privoznik wrote: > >> Hi guys, > >> > >> I was just implementing support for guest-sync-delimited into libvirt. My > >> intent is to iss

Re: [Qemu-devel] Guest-sync-delimited and sentinel issue

2012-03-16 Thread Michal Privoznik
On 16.03.2012 15:49, Michael Roth wrote: > On Fri, Mar 16, 2012 at 01:47:42PM +0100, Michal Privoznik wrote: >> Hi guys, >> >> I was just implementing support for guest-sync-delimited into libvirt. My >> intent is to issue this command prior any other command to determine if GA >> is available or

Re: [Qemu-devel] Guest-sync-delimited and sentinel issue

2012-03-16 Thread Eric Blake
On 03/16/2012 06:47 AM, Michal Privoznik wrote: > Hi guys, > > I was just implementing support for guest-sync-delimited into libvirt. My > intent is to issue this command prior any other command to determine if GA is > available or not. The big advantage is - it doesn't change the state of the

Re: [Qemu-devel] Guest-sync-delimited and sentinel issue

2012-03-16 Thread Michael Roth
On Fri, Mar 16, 2012 at 01:47:42PM +0100, Michal Privoznik wrote: > Hi guys, > > I was just implementing support for guest-sync-delimited into libvirt. My > intent is to issue this command prior any other command to determine if GA is > available or not. The big advantage is - it doesn't change

[Qemu-devel] Guest-sync-delimited and sentinel issue

2012-03-16 Thread Michal Privoznik
Hi guys, I was just implementing support for guest-sync-delimited into libvirt. My intent is to issue this command prior any other command to determine if GA is available or not. The big advantage is - it doesn't change the state of the guest so from libvirt POV it's harmless. The other big adv