Re: [libvirt] [jenkins-ci PATCH] lcitool: Fix name for ppc64le architecture

2019-03-11 Thread Andrea Bolognani
On Mon, 2019-03-11 at 18:13 +0100, Erik Skultety wrote: > On Mon, Mar 11, 2019 at 05:50:57PM +0100, Andrea Bolognani wrote: [...] > > @@ -118,7 +118,7 @@ class Util: > > "mips": "mips", > > "mipsel": "mipsel", > > "mips64el": "mips64el", > > -"ppc6

Re: [libvirt] [jenkins-ci PATCH] lcitool: Fix name for ppc64le architecture

2019-03-11 Thread Erik Skultety
On Mon, Mar 11, 2019 at 05:50:57PM +0100, Andrea Bolognani wrote: > We're only exposing libvirt architecture names externally, > which means the correct value for little-endian 64-bit PowerPC > is ppc64le (VIR_ARCH_PPC64LE). > > Note that, while "ppc64el" is not an architecture name > libvirt would

[libvirt] [jenkins-ci PATCH] lcitool: Fix name for ppc64le architecture

2019-03-11 Thread Andrea Bolognani
We're only exposing libvirt architecture names externally, which means the correct value for little-endian 64-bit PowerPC is ppc64le (VIR_ARCH_PPC64LE). Note that, while "ppc64el" is not an architecture name libvirt would recognize, mips64el (VIR_ARCH_MIPS64EL) and mipsel (VIR_ARCH_MIPSEL) are ind