Re: [Qemu-devel] [PATCH 3/5] i8259: generalize statistics into common code

2017-12-15 Thread Peter Xu
On Fri, Dec 15, 2017 at 08:28:07AM -0300, Philippe Mathieu-Daudé wrote: [...] > > diff --git a/include/hw/isa/i8259_internal.h > > b/include/hw/isa/i8259_internal.h > > index 6954b6ec5f..f742c2a726 100644 > > --- a/include/hw/isa/i8259_internal.h > > +++ b/include/hw/isa/i8259_internal.h > > @@

Re: [Qemu-devel] [PATCH 3/5] i8259: generalize statistics into common code

2017-12-15 Thread Philippe Mathieu-Daudé
On 12/10/2017 03:38 AM, Peter Xu wrote: > It was only for userspace i8259. Move it to general code so that > kvm-i8259 can also use it in the future. > > Signed-off-by: Peter Xu > --- > hw/intc/i8259.c | 37 + > hw/intc/i8259_common.c

[Qemu-devel] [PATCH 3/5] i8259: generalize statistics into common code

2017-12-09 Thread Peter Xu
It was only for userspace i8259. Move it to general code so that kvm-i8259 can also use it in the future. Signed-off-by: Peter Xu --- hw/intc/i8259.c | 37 + hw/intc/i8259_common.c | 41 + inclu