Re: [Qemu-devel] [Qemu-ppc] [PATCH 7/8] target-ppc: Add Load Quadword and Reserve

2014-01-27 Thread Tom Musta
On 1/27/2014 12:59 PM, Alexander Graf wrote: > > On 27.01.2014, at 18:54, Tom Musta wrote: > >> This patch adds the Load Quadword and Reserve (lqarx) instruction, >> which is new in Power ISA 2.07. >> >> Signed-off-by: Tom Musta >> --- >> target-ppc/translate.c | 34 ++

Re: [Qemu-devel] [Qemu-ppc] [PATCH 7/8] target-ppc: Add Load Quadword and Reserve

2014-01-27 Thread Alexander Graf
On 27.01.2014, at 18:54, Tom Musta wrote: > This patch adds the Load Quadword and Reserve (lqarx) instruction, > which is new in Power ISA 2.07. > > Signed-off-by: Tom Musta > --- > target-ppc/translate.c | 34 ++ > 1 files changed, 34 insertions(+), 0 deletion