Re: [Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-07-10 Thread Serge Vakulenko
2015-07-09 9:29 GMT-07:00 Christopher Covington : > On 06/30/2015 09:57 PM, Serge Vakulenko wrote: >> >> $ /usr/local/qemu-mips/bin/qemu-system-mipsel -M pic32mx7-max32 >> -nographic -monitor none -serial stdio -bios boot-max32.hex -kernel >> unix.hex -sd sdcard.img >> Board: chipKIT Max32 >> Proce

Re: [Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-07-09 Thread Christopher Covington
On 06/30/2015 09:57 PM, Serge Vakulenko wrote: > Hi Peter and Leon, > > With a bit of thinking, I agree, that the question of session > termination on WAIT instruction is quite complicated in case of > multi-core system, background i/o activity, mipsR6 core etc. So I'm > going to find another solu

Re: [Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-07-01 Thread Serge Vakulenko
Hi Peter, 2015-06-30 19:21 GMT-07:00 Peter Crosthwaite : > On Tue, Jun 30, 2015 at 6:57 PM, Serge Vakulenko wrote: >> Hi Peter and Leon, >> >> With a bit of thinking, I agree, that the question of session >> termination on WAIT instruction is quite complicated in case of >> multi-core system, bac

Re: [Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-06-30 Thread Peter Crosthwaite
On Tue, Jun 30, 2015 at 6:57 PM, Serge Vakulenko wrote: > Hi Peter and Leon, > > With a bit of thinking, I agree, that the question of session > termination on WAIT instruction is quite complicated in case of > multi-core system, background i/o activity, mipsR6 core etc. So I'm > going to find ano

Re: [Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-06-30 Thread Serge Vakulenko
Hi Peter and Leon, With a bit of thinking, I agree, that the question of session termination on WAIT instruction is quite complicated in case of multi-core system, background i/o activity, mipsR6 core etc. So I'm going to find another solution for the task. What I essentially want here is to stop

Re: [Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-06-30 Thread Peter Crosthwaite
On Tue, Jun 30, 2015 at 7:10 AM, Leon Alrae wrote: > Hi Serge, > > On 30/06/2015 06:02, Serge Vakulenko wrote: >> Signed-off-by: Serge Vakulenko >> --- >> target-mips/op_helper.c | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c

Re: [Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-06-30 Thread Leon Alrae
Hi Serge, On 30/06/2015 06:02, Serge Vakulenko wrote: > Signed-off-by: Serge Vakulenko > --- > target-mips/op_helper.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c > index 2a9ddff..1b7caeb 100644 > --- a/target-mips/op_helper.

[Qemu-devel] [PATCH pic32 2/7] Stop simulation when processor is suspended forever by WAIT instruction with interrupts disabled.

2015-06-29 Thread Serge Vakulenko
Signed-off-by: Serge Vakulenko --- target-mips/op_helper.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index 2a9ddff..1b7caeb 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -22,6 +22,7 @@ #include "exec/helpe