Re: [libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-30 Thread Chen Hanxiao
> -Original Message- > From: Daniel P. Berrange [mailto:berra...@redhat.com] > Sent: Monday, October 28, 2013 7:29 PM > To: Michal Privoznik > Cc: Chen Hanxiao; libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH]lxc: improve readability of > lxcContainer[Send|Wai

Re: [libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-28 Thread Daniel P. Berrange
On Mon, Oct 21, 2013 at 02:28:37PM +0100, Michal Privoznik wrote: > On 16.10.2013 08:27, Chen Hanxiao wrote: > > From: Chen Hanxiao > > > > Currently, lxcContainer[Send|Waitfor]Continue only tell > > us 'fd', but we had to deal with the interaction between > > lxc_[container|controller|process].

Re: [libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-24 Thread Chen Hanxiao
> -Original Message- > From: Martin Kletzander [mailto:mklet...@redhat.com] > Sent: Thursday, October 24, 2013 6:52 PM > To: Chen Hanxiao > Cc: 'Michal Privoznik'; libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH]lxc: improve readability of > lxc

Re: [libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-24 Thread Martin Kletzander
On Thu, Oct 24, 2013 at 05:55:59PM +0800, Chen Hanxiao wrote: > > > > > Subject: Re: [libvirt] [PATCH]lxc: improve readability of > > > lxcContainer[Send|Waitfor]Continue > > > > > > On 16.10.2013 08:27, Chen Hanxiao wrote: > > > > From:

Re: [libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-24 Thread Chen Hanxiao
> > Subject: Re: [libvirt] [PATCH]lxc: improve readability of > > lxcContainer[Send|Waitfor]Continue > > > > On 16.10.2013 08:27, Chen Hanxiao wrote: > > > From: Chen Hanxiao > > > > I think this can be achieved even without this hack. We already ca

Re: [libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-21 Thread Chen Hanxiao
> -Original Message- > From: Michal Privoznik [mailto:mpriv...@redhat.com] > Sent: Monday, October 21, 2013 9:29 PM > To: Chen Hanxiao > Cc: libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH]lxc: improve readability of > lxcContainer[Send|Waitfor]Continue >

Re: [libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-21 Thread Michal Privoznik
On 16.10.2013 08:27, Chen Hanxiao wrote: > From: Chen Hanxiao > > Currently, lxcContainer[Send|Waitfor]Continue only tell > us 'fd', but we had to deal with the interaction between > lxc_[container|controller|process]. > This patch adds parameters to identify the caller. > > Signed-off-by: Chen

[libvirt] [PATCH]lxc: improve readability of lxcContainer[Send|Waitfor]Continue

2013-10-16 Thread Chen Hanxiao
From: Chen Hanxiao Currently, lxcContainer[Send|Waitfor]Continue only tell us 'fd', but we had to deal with the interaction between lxc_[container|controller|process]. This patch adds parameters to identify the caller. Signed-off-by: Chen Hanxiao --- src/lxc/lxc_container.c | 16 +