[Qemu-devel] Email address change for Eric Johnson

2013-02-10 Thread Johnson, Eric
My email address is changing from: er...@mips.com to eric.john...@imgtec.com I've already subscribed the new email address to the list. Emails to the previous address will forward to my new address for an unspecified amount of time. The MIPS Technologies website (http://www.mips.com) announces

Re: [Qemu-devel] [PATCH v2] target-mips: Fix incorrect shift for SHILO and SHILOV

2012-12-05 Thread Johnson, Eric
Sorry mail wrap issue. > -Original Message- > From: Jovanovic, Petar > Sent: Wednesday, December 05, 2012 3:31 PM > To: Johnson, Eric; qemu-devel@nongnu.org > Cc: blauwir...@gmail.com; rth7...@gmail.com; afaer...@suse.de; > aurel...@aurel32.net > Subject: RE: [

Re: [Qemu-devel] [PATCH v2] target-mips: Fix incorrect shift for SHILO and SHILOV

2012-12-05 Thread Johnson, Eric
=mips@nongnu.org] On Behalf Of Johnson, Eric > Sent: Wednesday, December 05, 2012 12:42 PM > To: Jovanovic, Petar; qemu-devel@nongnu.org > Cc: blauwir...@gmail.com; rth7...@gmail.com; afaer...@suse.de; > aurel...@aurel32.net > Subject: Re: [Qemu-devel] [PATCH v2] target-mips: Fix

Re: [Qemu-devel] [PATCH v2] target-mips: Fix incorrect shift for SHILO and SHILOV

2012-12-05 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Petar Jovanovic > Sent: Tuesday, December 04, 2012 3:29 PM > To: qemu-devel@nongnu.org > Cc: blauwir...@gmail.com; Jovanovic, Petar; rth7...@gmail.

Re: [Qemu-devel] [PATCH] target-mips: Fix incorrect code and test for INSV

2012-12-05 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Petar Jovanovic > Sent: Monday, November 26, 2012 7:13 AM > To: qemu-devel@nongnu.org > Cc: Jovanovic, Petar; aurel...@aurel32.net > Subject: [Qemu

Re: [Qemu-devel] [PATCH 5/7] target-mips: use DSP unions for unary DSP operators

2012-12-04 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Aurelien Jarno > Sent: Friday, November 16, 2012 3:04 AM > To: qemu-devel@nongnu.org > Cc: Aurelien Jarno > Subject: [Qemu-devel] [PATCH 5/7] targe

Re: [Qemu-devel] [PATCH 7/7] target-mips: implement DSP (d)append sub-class with TCG

2012-12-04 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Aurelien Jarno > Sent: Friday, November 16, 2012 3:04 AM > To: qemu-devel@nongnu.org > Cc: Aurelien Jarno > Subject: [Qemu-devel] [PATCH 7/7] targe

Re: [Qemu-devel] [PATCH 4/7] target-mips: use DSP unions for binary DSP operators

2012-12-04 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Aurelien Jarno > Sent: Friday, November 16, 2012 3:04 AM > To: qemu-devel@nongnu.org > Cc: Aurelien Jarno > Subject: [Qemu-devel] [PATCH 4/7] targe

Re: [Qemu-devel] [PATCH 6/7] target-mips: use DSP unions for reduction add instructions

2012-12-04 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Aurelien Jarno > Sent: Friday, November 16, 2012 3:04 AM > To: qemu-devel@nongnu.org > Cc: Aurelien Jarno > Subject: [Qemu-devel] [PATCH 6/7] targe

Re: [Qemu-devel] [RFC] 1.4 release schedule

2012-12-03 Thread Johnson, Eric
I think you meant to change the 1.3.0 to 1.4.0 for the milestones on the Wiki. ;-) > -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Anthony Liguori > Sent: Monday, December 03, 2012 1:30 PM > To

Re: [Qemu-devel] MIPS exception number limits?

2012-11-27 Thread Johnson, Eric
> -Original Message- > From: Richard Henderson [mailto:rth7...@gmail.com] On Behalf Of Richard > Henderson > Sent: Tuesday, November 27, 2012 1:19 PM > To: Johnson, Eric > Cc: "陳韋任 (Wei-Ren Chen)"; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] MIPS exce

Re: [Qemu-devel] MIPS exception number limits?

2012-11-26 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of ??? (Wei-Ren Chen) > Sent: Thursday, November 22, 2012 11:34 AM > To: qemu-devel@nongnu.org > Subject: [Qemu-devel] MIPS exception number limits? >

Re: [Qemu-devel] [PATCH 3/7] target-mips: add unions to access DSP elements

2012-11-20 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Aurelien Jarno > Sent: Friday, November 16, 2012 3:04 AM > To: qemu-devel@nongnu.org > Cc: Aurelien Jarno > Subject: [Qemu-devel] [PATCH 3/7] targe

Re: [Qemu-devel] [PATCH 2/7] target-mips: generate a reserved instruction exception on CPU without DSP

2012-11-20 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Richard Henderson > Sent: Friday, November 16, 2012 2:03 PM > To: Aurelien Jarno > Cc: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH 2/7

Re: [Qemu-devel] [PATCH 1/7] target-mips: fix DSP loads with rd = 0

2012-11-20 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Aurelien Jarno > Sent: Friday, November 16, 2012 3:04 AM > To: qemu-devel@nongnu.org > Cc: Aurelien Jarno > Subject: [Qemu-devel] [PATCH 1/7] targe

Re: [Qemu-devel] [PATCH v3] target-mips: Clean up microMIPS32 major opcode

2012-11-20 Thread Johnson, Eric
> -Original Message- > From: 陳韋任 (Wei-Ren Chen) [mailto:che...@iis.sinica.edu.tw] > Sent: Tuesday, November 20, 2012 10:05 PM > To: qemu-devel@nongnu.org > Cc: Johnson, Eric; Aurelien Jarno; Jia Liu > Subject: [PATCH v3] target-mips: Clean up microMIPS32 major opcode &

Re: [Qemu-devel] [PATCH v2] target-mips: Add comments on POOL32Axf encoding

2012-11-20 Thread Johnson, Eric
> -Original Message- > From: 陳韋任 (Wei-Ren Chen) [mailto:che...@iis.sinica.edu.tw] > Sent: Tuesday, November 20, 2012 9:51 PM > To: qemu-devel@nongnu.org > Cc: Johnson, Eric; Aurelien Jarno; Jia Liu > Subject: [PATCH v2] target-mips: Add comments on POOL32Axf encoding &

Re: [Qemu-devel] [PATCH v2] target-mips: Clean up microMIPS32 major opcode

2012-11-20 Thread Johnson, Eric
, 2012 6:06 PM > To: qemu-devel@nongnu.org; qemu-triv...@nongnu.org > Cc: Johnson, Eric; Jia Liu; Aurelien Jarno > Subject: [PATCH v2] target-mips: Clean up microMIPS32 major opcode > > Hi all, > > I check MIPS microMIPS manual [1], and found the major opcode might be > wr

Re: [Qemu-devel] [PATCH] target-mips: Add comments on POOL32Axf encoding

2012-11-20 Thread Johnson, Eric
ch page. -Eric > -Original Message- > From: 陳韋任 (Wei-Ren Chen) [mailto:che...@iis.sinica.edu.tw] > Sent: Thursday, November 15, 2012 6:30 PM > To: qemu-devel@nongnu.org; qemu-triv...@nongnu.org > Cc: Johnson, Eric; Aurelien Jarno; Jia Liu > Subject: [PATCH] target-mips

Re: [Qemu-devel] Question about comment on MIPS POOL32AXF encoding

2012-11-15 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of ??? (Wei-Ren Chen) > Sent: Thursday, November 15, 2012 1:03 AM > To: qemu-devel@nongnu.org > Cc: Jia Liu > Subject: [Qemu-devel] Question about com

Re: [Qemu-devel] [PATCH] target-mips: Clean up microMIPS32 major opcode

2012-11-15 Thread Johnson, Eric
> -Original Message- > From: 陳韋任 (Wei-Ren Chen) [mailto:che...@iis.sinica.edu.tw] > Sent: Wednesday, November 14, 2012 9:51 PM > To: Johnson, Eric > Cc: qemu-devel@nongnu.org; qemu-triv...@nongnu.org; Jia Liu; Aurelien > Jarno > Subject: Re: [Qemu-devel] [PATCH]

Re: [Qemu-devel] [PATCH] target-mips: Clean up microMIPS32 major opcode

2012-11-15 Thread Johnson, Eric
> -Original Message- > From: Aurelien Jarno [mailto:aurel...@aurel32.net] > Sent: Thursday, November 15, 2012 6:04 AM > To: Johnson, Eric > Cc: 陳韋任 (Wei-Ren Chen); qemu-devel@nongnu.org; qemu-triv...@nongnu.org; > che...@cs.nctu.edu.tw; Jia Liu > Subject: Re: [Qemu-

Re: [Qemu-devel] [PATCH] target-mips: Clean up microMIPS32 major opcode

2012-11-14 Thread Johnson, Eric
k for either MIPS64 or microMIPS64. Eric On Nov 14, 2012, at 7:27 PM, "陳韋任 (Wei-Ren Chen)" wrote: > On Thu, Nov 15, 2012 at 02:34:31AM +0000, Johnson, Eric wrote: >> Hi Chen, >> >> Please only remove the POOL48A opcode. >> >> The others are docu

Re: [Qemu-devel] [PATCH] target-mips: Clean up microMIPS32 major opcode

2012-11-14 Thread Johnson, Eric
Hi Chen, Please only remove the POOL48A opcode. The others are documented in the microMIPS64 Instruction Set manual ( http://www.mips.com/secure-download/index.dot?product_name=/auth/MD00087-2B-MIPS64BIS-AFP-03.51.pdf ). See http://www.mips.com/products/architectures/mips64/ for other relavent

Re: [Qemu-devel] [PATCH] mips/malta: fix CBUS UART interrupt pin

2012-11-14 Thread Johnson, Eric
system_memory, FPGA_ADDRESS, env->irq[4], > serial_hds[2]); > > /* Load firmware in flash / BIOS. */ > dinfo = drive_get(IF_PFLASH, 0, fl_idx); > -- > 1.7.10.4 > I double checked with a Malta expert here. He verified that the CBUS UART is connected to the HW2 interrupt pin. Reviewed-by: Eric Johnson -Eric

Re: [Qemu-devel] [PATCH 5/6] pixman: build internal version early

2012-11-14 Thread Johnson, Eric
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Wednesday, November 14, 2012 4:42 AM [...] > On 11/13/12 19:41, Johnson, Eric wrote: [...] > > I wasn't sure how to submit a patch to an unsubmitted patch. > > As usual: "

Re: [Qemu-devel] [PATCH 5/6] pixman: build internal version early

2012-11-13 Thread Johnson, Eric
recreate. -Eric > -Original Message- > From: Peter Maydell [mailto:peter.mayd...@linaro.org] > Sent: Tuesday, November 13, 2012 10:30 AM > To: Gerd Hoffmann > Cc: qemu-devel@nongnu.org; Johnson, Eric > Subject: Re: [Qemu-devel] [PATCH 5/6] pixman: build internal versio

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-07 Thread Johnson, Eric
/s390x/event-facility.c: In function 'command_handler': /home/ericj/work/qemu/kraxel.org/hw/s390x/event-facility.c:110: warning: 'rc' may be used uninitialized in this function make[1]: *** [hw/s390x/event-facility.o] Error 1 > -Original Message- > From: qemu-

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-07 Thread Johnson, Eric
This may not be the prettiest fix for the pixman dependency but it seems to work. diff --git a/configure b/configure index f0bc726..fcb744e 100755 --- a/configure +++ b/configure @@ -4154,6 +4154,10 @@ echo "QEMU_CFLAGS+=$cflags" >> $config_target_mak echo "QEMU_INCLUDES+=$includes" >> $config_t

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-06 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Stefan Weil > Sent: Sunday, November 04, 2012 4:11 AM > To: Blue Swirl > Cc: Peter Maydell; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATC

Re: [Qemu-devel] MIPS DSP for Qemu

2012-10-08 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Peter Maydell > Sent: Friday, October 05, 2012 8:07 AM > To: Kotler, Reed > Cc: Lau, David; Fuhler, Rich; Gilmore, Douglas; qemu-devel@nongnu.org;

Re: [Qemu-devel] [PATCH v10 14/14] target-mips-ase-dsp: Change TODO file

2012-10-08 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Jia Liu > Sent: Monday, October 08, 2012 1:51 AM > To: qemu-devel@nongnu.org > Cc: aurel...@aurel32.net > Subject: [Qemu-devel] [PATCH v10 14/14] t

Re: [Qemu-devel] [PATCH v7 04/14] target-mips-ase-dsp: Add branch instructions

2012-09-10 Thread Johnson, Eric
> -Original Message- > From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Aurelien Jarno > Sent: Thursday, September 06, 2012 2:11 AM > To: Jia Liu > Cc: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH v7 04/14]

Re: [Qemu-devel] r4k doesn't support movz

2012-05-18 Thread Johnson, Eric
Hi Zhi-zhou Zhang, You are correct. This should not be a reserved instruction exception on MIPS64 (nor should MOVN). -Eric From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel-bounces+ericj=mips@nongnu.org] On Behalf Of Zhi-zhou Zhang Sent: Friday, May 18, 2012 4:39 AM T

Re: [Qemu-devel] [PATCH 09/15] target-mips: Clean includes

2012-02-28 Thread Johnson, Eric
You may want to just put those includes inside an '#ifdef MIPS_DEBUG_DISAS' instead of removing them. Although I suppose we could just add back the minimum needed along with the patches to fix the compile when MIPS_DEBUG_DISAS is defined. -Original Message- From: qemu-devel-bounces+eric

Re: [Qemu-devel] [PATCH] Add privilege level check to several Cop0 instructions.

2011-09-17 Thread Johnson, Eric
The patch applies to a8467c7a0e8b024a18608ff7db31ca2f2297e641. -Original Message- From: qemu-devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel-bounces+ericj=mips@nongnu.org] On Behalf Of Eric Johnson Sent: Saturday, September 17, 2011 5:06 PM To: qemu-devel@nongnu.org; aurel.