Re: [Qemu-devel] [PATCH v2] SPARC: Fix LEON3 power down instruction

2014-01-14 Thread Edgar E. Iglesias
On Tue, Jan 14, 2014 at 08:04:40AM +0100, Sebastian Huber wrote: > Hello, > > maybe this patch can be qualified as trivial? Hi, I've applied it, thanks. Cheers, Edgar > > http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg03488.html > > On 2014-01-07 19:07, Sebastian Huber wrote: > >

Re: [Qemu-devel] [PATCH v2] SPARC: Fix LEON3 power down instruction

2014-01-13 Thread Sebastian Huber
Hello, maybe this patch can be qualified as trivial? http://lists.nongnu.org/archive/html/qemu-devel/2013-11/msg03488.html On 2014-01-07 19:07, Sebastian Huber wrote: Hello, would somebody mind committing this. On 12/06/2013 06:48 PM, Richard Henderson wrote: On 11/27/2013 08:50 PM, Sebasti

Re: [Qemu-devel] [PATCH v2] SPARC: Fix LEON3 power down instruction

2014-01-07 Thread Sebastian Huber
Hello, would somebody mind committing this. On 12/06/2013 06:48 PM, Richard Henderson wrote: On 11/27/2013 08:50 PM, Sebastian Huber wrote: Synchronize the program counter before the power down helper call otherwise interrupts will return to the wrong context. Signed-off-by: Sebastian Huber

Re: [Qemu-devel] [PATCH v2] SPARC: Fix LEON3 power down instruction

2013-12-06 Thread Richard Henderson
On 11/27/2013 08:50 PM, Sebastian Huber wrote: > Synchronize the program counter before the power down helper call > otherwise interrupts will return to the wrong context. > > Signed-off-by: Sebastian Huber > --- > target-sparc/translate.c |1 + > 1 files changed, 1 insertions(+), 0 deletion

[Qemu-devel] [PATCH v2] SPARC: Fix LEON3 power down instruction

2013-11-26 Thread Sebastian Huber
Synchronize the program counter before the power down helper call otherwise interrupts will return to the wrong context. Signed-off-by: Sebastian Huber --- target-sparc/translate.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target-sparc/translate.c b/target-sparc/tr