RE: [PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE disabled

2020-06-17 Thread Wu, Wentong
> > > > Update interrupt request when external interupt pends for STATUS_PIE > > disabled. Otherwise on icount enabled nios2 target there will be cpu > > abort when guest code changes state register with wrctl instruction. > > > > Signed-off-by: Wentong Wu > > --- > > hw/nios2/cpu_pic.c | 2 ++

Re: [PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE disabled

2020-06-16 Thread Peter Maydell
On Thu, 11 Jun 2020 at 01:23, wentongw wrote: > > Update interrupt request when external interupt pends for STATUS_PIE > disabled. Otherwise on icount enabled nios2 target there will be cpu > abort when guest code changes state register with wrctl instruction. > > Signed-off-by: Wentong Wu > ---

RE: [PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE disabled

2020-06-16 Thread Wu, Wentong
>Hi, >On 6/12/20 3:43 PM, Wu, Wentong wrote: > > Hi, > >Can any body help review this patch ? Thanks in advance! > You just sent this patch yesterday... Please give reviewers more time. > See: > https://wiki.qemu.org/Contribute/SubmitAPatch#Participating_in_Code_Review > In particular: >

Re: [PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE disabled

2020-06-12 Thread Philippe Mathieu-Daudé
Hi, On 6/12/20 3:43 PM, Wu, Wentong wrote: > Hi, > Can any body help review this patch ? Thanks in advance! You just sent this patch yesterday... Please give reviewers more time. See: https://wiki.qemu.org/Contribute/SubmitAPatch#Participating_in_Code_Review In particular:

RE: [PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE disabled

2020-06-12 Thread Wu, Wentong
Hi, Can any body help review this patch ? Thanks in advance! BR -Original Message- From: Wu, Wentong Sent: Thursday, June 11, 2020 4:13 PM To: qemu-devel@nongnu.org Cc: qemu-triv...@nongnu.org; crwu...@gmail.com; ma...@denx.de; th...@redhat.com; Wu, Wentong Subject: [PATCH] hw/nios2: