Re: [Qemu-devel] [PATCH 1/4] target-ppc: implement load atomic instruction

2017-02-08 Thread Nikunj A Dadhania
David Gibson writes: > [ Unknown signature status ] > On Mon, Feb 06, 2017 at 03:59:57PM +0530, Nikunj A Dadhania wrote: >> From: Balamuruhan S >> >> lwat: Load Word Atomic >> ldat: Load Doubleword Atomic >> >> The instruction includes as function code (5 bits) which gives a detail >> on the o

Re: [Qemu-devel] [PATCH 1/4] target-ppc: implement load atomic instruction

2017-02-08 Thread David Gibson
On Mon, Feb 06, 2017 at 03:59:57PM +0530, Nikunj A Dadhania wrote: > From: Balamuruhan S > > lwat: Load Word Atomic > ldat: Load Doubleword Atomic > > The instruction includes as function code (5 bits) which gives a detail > on the operation to be performed. The patch implements five such > func

[Qemu-devel] [PATCH 1/4] target-ppc: implement load atomic instruction

2017-02-06 Thread Nikunj A Dadhania
From: Balamuruhan S lwat: Load Word Atomic ldat: Load Doubleword Atomic The instruction includes as function code (5 bits) which gives a detail on the operation to be performed. The patch implements five such functions. Signed-off-by: Balamuruhan S Signed-off-by: Harish S Signed-off-by: Athir