Re: [libvirt] RE: Re: kvm-81: save / restore does not work - missing incoming stdio feature

2009-01-22 Thread Richard W.M. Jones
On Thu, Jan 22, 2009 at 12:10:51PM +, Daniel P. Berrange wrote: > On Mon, Jan 19, 2009 at 01:01:15PM +, Daniel P. Berrange wrote: > > On Mon, Jan 19, 2009 at 01:53:48PM +0100, Daniel Schwager wrote: > > > Hi Daniel, > > > > > > Charles Duffy (thanks Charles !) told me how to fix libvirt fo

Re: [libvirt] RE: Re: kvm-81: save / restore does not work - missing incoming stdio feature

2009-01-22 Thread Daniel P. Berrange
On Mon, Jan 19, 2009 at 01:01:15PM +, Daniel P. Berrange wrote: > On Mon, Jan 19, 2009 at 01:53:48PM +0100, Daniel Schwager wrote: > > Hi Daniel, > > > > Charles Duffy (thanks Charles !) told me how to fix libvirt for using > > the > > new "-incoming" API - yust replace "stdio" with "exec:cat"

Re: [libvirt] RE: Re: kvm-81: save / restore does not work - missing incoming stdio feature

2009-01-20 Thread Daniel P. Berrange
On Mon, Jan 19, 2009 at 07:20:07PM -0500, Mark Wagner wrote: > Daniel P. Berrange wrote: > >On Mon, Jan 19, 2009 at 01:53:48PM +0100, Daniel Schwager wrote: > >>Hi Daniel, > >> > >>Charles Duffy (thanks Charles !) told me how to fix libvirt for using > >>the > >>new "-incoming" API - yust replace "

Re: [libvirt] RE: Re: kvm-81: save / restore does not work - missing incoming stdio feature

2009-01-19 Thread Mark Wagner
Daniel P. Berrange wrote: On Mon, Jan 19, 2009 at 01:53:48PM +0100, Daniel Schwager wrote: Hi Daniel, Charles Duffy (thanks Charles !) told me how to fix libvirt for using the new "-incoming" API - yust replace "stdio" with "exec:cat" .. Works like a charm, tested with FC9, libvirt.0.5.1-2 an

Re: [libvirt] RE: Re: kvm-81: save / restore does not work - missing incoming stdio feature

2009-01-19 Thread Daniel P. Berrange
On Mon, Jan 19, 2009 at 01:53:48PM +0100, Daniel Schwager wrote: > Hi Daniel, > > Charles Duffy (thanks Charles !) told me how to fix libvirt for using > the > new "-incoming" API - yust replace "stdio" with "exec:cat" .. > > Works like a charm, tested with FC9, libvirt.0.5.1-2 and KVM-83 Unfor

[libvirt] RE: Re: kvm-81: save / restore does not work - missing incoming stdio feature

2009-01-19 Thread Daniel Schwager
Hi Daniel, Charles Duffy (thanks Charles !) told me how to fix libvirt for using the new "-incoming" API - yust replace "stdio" with "exec:cat" .. Works like a charm, tested with FC9, libvirt.0.5.1-2 and KVM-83 Here's the patch for libvirt: diff -uNr libvirt-0.5.1/src/qemu_driver.c libvirt-0.5