Re: [libvirt] [PATCH v3 3/9] util: add RISC-V architectures

2018-08-24 Thread Andrea Bolognani
On Thu, 2018-08-23 at 17:30 +0200, Andrea Bolognani wrote: > On Wed, 2018-08-22 at 11:15 +0200, Lubomir Rintel wrote: > > +VIR_ARCH_RISCV32, /* RISC-V 64 LE > > http://en.wikipedia.org/wiki/RISC-V */ > > This should be 32 LE ... > > > +VIR_ARCH_RIS

Re: [libvirt] [PATCH v3 3/9] util: add RISC-V architectures

2018-08-23 Thread Andrea Bolognani
On Wed, 2018-08-22 at 11:15 +0200, Lubomir Rintel wrote: > +VIR_ARCH_RISCV32, /* RISC-V 64 LE > http://en.wikipedia.org/wiki/RISC-V */ This should be 32 LE ... > +VIR_ARCH_RISCV64, /* RISC-V 32 BE > http://en.wikipedia.org/wiki/RISC-V */