Re: [Qemu-devel] [PATCH v6 09/18] i8259: Factor out base class for KVM reuse

2012-01-13 Thread Anthony Liguori
On 01/13/2012 11:35 AM, Jan Kiszka wrote: Analogously to the APIC, we will reuse some parts of the user space i8259 model for KVM. In this case it is a common device state, a common vmstate, the property list, a reset core and some init bits. This also introduces a common helper to instantiate a

[Qemu-devel] [PATCH v6 09/18] i8259: Factor out base class for KVM reuse

2012-01-13 Thread Jan Kiszka
Analogously to the APIC, we will reuse some parts of the user space i8259 model for KVM. In this case it is a common device state, a common vmstate, the property list, a reset core and some init bits. This also introduces a common helper to instantiate a single i8259 chip from the cascade-creating