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
> > Cc: qemu-triv...@nongnu.org; crwu...@gmail.com; ma...@denx.de; > > th...@redhat.com; Wu, Wentong > > Subject: [PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE > > disabled > > > > Update interrupt request when external interupt pends for

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

2020-06-12 Thread Philippe Mathieu-Daudé
gt; th...@redhat.com; Wu, Wentong > Subject: [PATCH] hw/nios2: Update interrupt request when CR_STATUS_PIE > disabled > > Update interrupt request when external interupt pends for STATUS_PIE > disabled. Otherwise on icount enabled nios2 target there will be cpu abort > when guest

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

2020-06-12 Thread Wu, Wentong
: Update interrupt request when CR_STATUS_PIE disabled 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

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

2020-06-10 Thread wentongw
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 ++ 1 file changed, 2 insertions(+)