Re: [Qemu-devel] [PATCH] target-i386: remove superfluous TARGET_HAS_SMC macro

2015-03-25 Thread Michael Tokarev
Applied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] target-i386: remove superfluous TARGET_HAS_SMC macro

2015-03-21 Thread Paolo Bonzini
On 21/03/2015 18:29, Emilio G. Cota wrote: > Suggested-by: Paolo Bonzini > Signed-off-by: Emilio G. Cota > --- > target-i386/cpu.h | 2 -- > translate-all.c | 4 > 2 files changed, 6 deletions(-) > > diff --git a/target-i386/cpu.h b/target-i386/cpu.h > index 15db6d7..4ee12ca 100644 > -

[Qemu-devel] [PATCH] target-i386: remove superfluous TARGET_HAS_SMC macro

2015-03-21 Thread Emilio G. Cota
Suggested-by: Paolo Bonzini Signed-off-by: Emilio G. Cota --- target-i386/cpu.h | 2 -- translate-all.c | 4 2 files changed, 6 deletions(-) diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 15db6d7..4ee12ca 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -31,8 +31,6 @@