Re: [Xen-devel] [PATCH v3 19/25] x86emul: tell cmpxchg hook whether LOCK is in effect

2018-02-02 Thread Andrew Cooper
On 07/12/17 14:14, Jan Beulich wrote: > This is necessary for the hook to correctly perform the operation. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org

Re: [Xen-devel] [PATCH v3 19/25] x86emul: tell cmpxchg hook whether LOCK is in effect

2017-12-08 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 07 December 2017 14:14 > To: xen-devel > Cc: Andrew Cooper ; Paul Durrant > ; George Dunlap ; > Tim (Xen.org) > Subject: [PATCH v3 19/25] x86emul: tell cmpxchg hook whether LOCK is in > effect > > This is necessa

[Xen-devel] [PATCH v3 19/25] x86emul: tell cmpxchg hook whether LOCK is in effect

2017-12-07 Thread Jan Beulich
This is necessary for the hook to correctly perform the operation. Signed-off-by: Jan Beulich --- v3: New. --- a/tools/fuzz/x86_instruction_emulator/fuzz-emul.c +++ b/tools/fuzz/x86_instruction_emulator/fuzz-emul.c @@ -346,6 +346,7 @@ static int fuzz_cmpxchg( void *old, void *new,