Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-16 Thread Michal Privoznik
On 16.09.2014 08:53, Martin Kletzander wrote: On Mon, Sep 15, 2014 at 04:50:23PM +0100, Daniel P. Berrange wrote: On Mon, Sep 15, 2014 at 05:44:17PM +0200, Martin Kletzander wrote: On Mon, Sep 15, 2014 at 05:36:16PM +0200, Michal Privoznik wrote: >On 15.09.2014 17:32, Martin Kletzander wrote: >

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Martin Kletzander
On Mon, Sep 15, 2014 at 04:50:23PM +0100, Daniel P. Berrange wrote: On Mon, Sep 15, 2014 at 05:44:17PM +0200, Martin Kletzander wrote: On Mon, Sep 15, 2014 at 05:36:16PM +0200, Michal Privoznik wrote: >On 15.09.2014 17:32, Martin Kletzander wrote: >>On Mon, Sep 15, 2014 at 04:22:18PM +0100, Dani

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Daniel P. Berrange
On Mon, Sep 15, 2014 at 05:44:17PM +0200, Martin Kletzander wrote: > On Mon, Sep 15, 2014 at 05:36:16PM +0200, Michal Privoznik wrote: > >On 15.09.2014 17:32, Martin Kletzander wrote: > >>On Mon, Sep 15, 2014 at 04:22:18PM +0100, Daniel P. Berrange wrote: > >>>On Mon, Sep 15, 2014 at 05:20:46PM +02

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Martin Kletzander
On Mon, Sep 15, 2014 at 05:36:16PM +0200, Michal Privoznik wrote: On 15.09.2014 17:32, Martin Kletzander wrote: On Mon, Sep 15, 2014 at 04:22:18PM +0100, Daniel P. Berrange wrote: On Mon, Sep 15, 2014 at 05:20:46PM +0200, Michal Privoznik wrote: On 15.09.2014 17:15, Martin Kletzander wrote: >O

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Michal Privoznik
On 15.09.2014 17:32, Martin Kletzander wrote: On Mon, Sep 15, 2014 at 04:22:18PM +0100, Daniel P. Berrange wrote: On Mon, Sep 15, 2014 at 05:20:46PM +0200, Michal Privoznik wrote: On 15.09.2014 17:15, Martin Kletzander wrote: >On Mon, Sep 15, 2014 at 03:43:55PM +0200, Michal Privoznik wrote: >>

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Martin Kletzander
On Mon, Sep 15, 2014 at 04:22:18PM +0100, Daniel P. Berrange wrote: On Mon, Sep 15, 2014 at 05:20:46PM +0200, Michal Privoznik wrote: On 15.09.2014 17:15, Martin Kletzander wrote: >On Mon, Sep 15, 2014 at 03:43:55PM +0200, Michal Privoznik wrote: >>Currently, the setns() wrapper is supported onl

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Daniel P. Berrange
On Mon, Sep 15, 2014 at 05:20:46PM +0200, Michal Privoznik wrote: > On 15.09.2014 17:15, Martin Kletzander wrote: > >On Mon, Sep 15, 2014 at 03:43:55PM +0200, Michal Privoznik wrote: > >>Currently, the setns() wrapper is supported only for x86_64 and i686 > >>which leaves us failing to build on oth

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Michal Privoznik
On 15.09.2014 17:15, Martin Kletzander wrote: On Mon, Sep 15, 2014 at 03:43:55PM +0200, Michal Privoznik wrote: Currently, the setns() wrapper is supported only for x86_64 and i686 which leaves us failing to build on other platforms like arm, aarch64 and so on. This means, that the wrapper needs

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Martin Kletzander
On Mon, Sep 15, 2014 at 05:08:01PM +0200, Michal Privoznik wrote: On 15.09.2014 16:20, Pavel Hrdina wrote: On 09/15/2014 03:43 PM, Michal Privoznik wrote: Currently, the setns() wrapper is supported only for x86_64 and i686 which leaves us failing to build on other platforms like arm, aarch64 a

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Martin Kletzander
On Mon, Sep 15, 2014 at 03:43:55PM +0200, Michal Privoznik wrote: Currently, the setns() wrapper is supported only for x86_64 and i686 which leaves us failing to build on other platforms like arm, aarch64 and so on. This means, that the wrapper needs to be extended to those platforms and make to

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Michal Privoznik
On 15.09.2014 16:20, Pavel Hrdina wrote: On 09/15/2014 03:43 PM, Michal Privoznik wrote: Currently, the setns() wrapper is supported only for x86_64 and i686 which leaves us failing to build on other platforms like arm, aarch64 and so on. This means, that the wrapper needs to be extended to thos

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Pavel Hrdina
On 09/15/2014 03:43 PM, Michal Privoznik wrote: Currently, the setns() wrapper is supported only for x86_64 and i686 which leaves us failing to build on other platforms like arm, aarch64 and so on. This means, that the wrapper needs to be extended to those platforms and make to fail on runtime no

Re: [libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Ján Tomko
On 09/15/2014 03:43 PM, Michal Privoznik wrote: > Currently, the setns() wrapper is supported only for x86_64 and i686 > which leaves us failing to build on other platforms like arm, aarch64 > and so on. This means, that the wrapper needs to be extended to those > platforms and make to fail on runt

[libvirt] [PATCH] virprocess: Extend list of platforms for setns wrapper

2014-09-15 Thread Michal Privoznik
Currently, the setns() wrapper is supported only for x86_64 and i686 which leaves us failing to build on other platforms like arm, aarch64 and so on. This means, that the wrapper needs to be extended to those platforms and make to fail on runtime not compile time. The syscall numbers for other pla