Re: [Qemu-devel] [PATCH v6 39/73] i386: convert to cpu_interrupt_request

2019-03-02 Thread Emilio G. Cota
On Fri, Feb 08, 2019 at 11:00:23 +, Alex Bennée wrote: > > Emilio G. Cota writes: > > > Reviewed-by: Richard Henderson > > Signed-off-by: Emilio G. Cota > > --- > > target/i386/cpu.c| 2 +- > > target/i386/helper.c | 4 ++-- > > target/i386/svm_helper.c | 4 ++-- > > 3 files c

Re: [Qemu-devel] [PATCH v6 39/73] i386: convert to cpu_interrupt_request

2019-02-08 Thread Alex Bennée
Emilio G. Cota writes: > Reviewed-by: Richard Henderson > Signed-off-by: Emilio G. Cota > --- > target/i386/cpu.c| 2 +- > target/i386/helper.c | 4 ++-- > target/i386/svm_helper.c | 4 ++-- > 3 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/target/i386/cpu.c b/t

[Qemu-devel] [PATCH v6 39/73] i386: convert to cpu_interrupt_request

2019-01-29 Thread Emilio G. Cota
Reviewed-by: Richard Henderson Signed-off-by: Emilio G. Cota --- target/i386/cpu.c| 2 +- target/i386/helper.c | 4 ++-- target/i386/svm_helper.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index a37b984b61..35dea8c15