Re: [Qemu-devel] [PATCH v3 5/8] xics: split to xics and xics-common

2013-08-26 Thread Alexander Graf
On 19.08.2013, at 07:55, Alexey Kardashevskiy wrote: > The upcoming XICS-KVM support will use bits of emulated XICS code. > So this introduces new level of hierarchy - "xics-common" class. Both > emulated XICS and XICS-KVM will inherit from it and override class > callbacks when required. > > Th

[Qemu-devel] [PATCH v3 5/8] xics: split to xics and xics-common

2013-08-18 Thread Alexey Kardashevskiy
The upcoming XICS-KVM support will use bits of emulated XICS code. So this introduces new level of hierarchy - "xics-common" class. Both emulated XICS and XICS-KVM will inherit from it and override class callbacks when required. The new "xics-common" class implements: 1. replaces static "nr_irqs"