[Qemu-devel] [Bug 1754372] [NEW] Set MIPS MSA in ELF Auxiliary Vectors

2018-03-08 Thread Gonzalo
Public bug reported: The MIPS MSA feature is currently not set in the ELF auxiliary vector. That is, querying the AT_HWCAP key of the ELF auxiliary vectors for a MIPS CPU that has the MSA feature should return a value that has the second bit [0] set. >From [0], `HWCAP_MIPS_MSA` is defined to `1

[Qemu-devel] [Bug 1734792] Re: qemu-x86_64 fails with unsupported syscall 319

2018-04-12 Thread Gonzalo
Not only qemu-x86_64, but also: qemu-aarch64 => qemu: Unsupported syscall: 279 qemu-arm => qemu: Unsupported syscall: 385 qemu-mips => qemu: Unsupported syscall: 4354 qemu-mips64 => qemu: Unsupported syscall: 5314 qemu-powerpc => qemu: Unsupported syscall: 360 qemu-powerpc64 => qemu: Unsupported

[Qemu-devel] [Bug 1754372] Re: Set MIPS MSA in ELF Auxiliary Vectors

2018-04-13 Thread Gonzalo
Thanks ! -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1754372 Title: Set MIPS MSA in ELF Auxiliary Vectors Status in QEMU: Fix Committed Bug description: The MIPS MSA feature is currently