Re: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-15 Thread Laurent Vivier
Le 15/03/2018 à 15:19, James Cowgill a écrit : > Hi, > > On 15/03/18 13:00, Laurent Vivier wrote: >> Le 15/03/2018 à 11:52, James Cowgill a écrit : >>> Hi, >>> >>> On 14/03/18 16:13, Laurent Vivier wrote: Le 14/03/2018 à 16:31, James Cowgill a écrit : > +enum { > +HWCAP_MIPS_R6

Re: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-15 Thread James Cowgill
Hi, On 15/03/18 13:00, Laurent Vivier wrote: > Le 15/03/2018 à 11:52, James Cowgill a écrit : >> Hi, >> >> On 14/03/18 16:13, Laurent Vivier wrote: >>> Le 14/03/2018 à 16:31, James Cowgill a écrit : +enum { +HWCAP_MIPS_R6 = (1 << 0), +HWCAP_MIPS_MSA = (1 <

Re: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-15 Thread Laurent Vivier
Le 15/03/2018 à 11:52, James Cowgill a écrit : > Hi, > > On 14/03/18 16:13, Laurent Vivier wrote: >> Le 14/03/2018 à 16:31, James Cowgill a écrit : >>> Add support for the two currently defined HWCAP bits on MIPS - R6 and >>> MSA. >>> >>> Buglink: https://bugs.launchpad.net/qemu/+bug/1754372 >>> S

Re: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-15 Thread James Cowgill
Hi, On 14/03/18 16:13, Laurent Vivier wrote: > Le 14/03/2018 à 16:31, James Cowgill a écrit : >> Add support for the two currently defined HWCAP bits on MIPS - R6 and >> MSA. >> >> Buglink: https://bugs.launchpad.net/qemu/+bug/1754372 >> Signed-off-by: James Cowgill >> --- >> This was resent beca

Re: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-14 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180314142018.13612-1-james.cowg...@mips.com Subject: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

Re: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-14 Thread Laurent Vivier
Le 14/03/2018 à 16:31, James Cowgill a écrit : > Add support for the two currently defined HWCAP bits on MIPS - R6 and > MSA. > > Buglink: https://bugs.launchpad.net/qemu/+bug/1754372 > Signed-off-by: James Cowgill > --- > This was resent because I think I messed up my email config. Apologies if

Re: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-14 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180314153121.23838-1-james.cowg...@mips.com Subject: [Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-14 Thread James Cowgill
Add support for the two currently defined HWCAP bits on MIPS - R6 and MSA. Buglink: https://bugs.launchpad.net/qemu/+bug/1754372 Signed-off-by: James Cowgill --- This was resent because I think I messed up my email config. Apologies if you receive this twice. linux-user/elfload.c | 24 +

[Qemu-devel] [PATCH] linux-user: implement HWCAP bits on MIPS

2018-03-14 Thread James Cowgill
Add support for the two currently defined HWCAP bits on MIPS - R6 and MSA. Buglink: https://bugs.launchpad.net/qemu/+bug/1754372 Signed-off-by: James Cowgill --- linux-user/elfload.c | 24 1 file changed, 24 insertions(+) diff --git a/linux-user/elfload.c b/linux-user/e