Re: [Qemu-devel] [PATCH] tcg-hppa: Support deposit opcode.

2011-07-01 Thread Blue Swirl
Thanks, applied. On Tue, Jun 21, 2011 at 1:10 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- >  tcg/hppa/tcg-target.c |   24 >  tcg/hppa/tcg-target.h |    1 + >  2 files changed, 21 insertions(+), 4 deletions(-) > > diff --git a/tcg/hppa/tcg-target

[Qemu-devel] [PATCH] tcg-hppa: Support deposit opcode.

2011-06-20 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/hppa/tcg-target.c | 24 tcg/hppa/tcg-target.h |1 + 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/tcg/hppa/tcg-target.c b/tcg/hppa/tcg-target.c index 95f3316..16423aa 100644 --- a/tcg/hppa/tcg-target.c +++ b