Re: [Qemu-devel] [PATCH 3/4] xics: rework initialization

2013-07-31 Thread Andreas Färber
Am 17.07.2013 08:37, schrieb Alexey Kardashevskiy: > Currently RTAS and hypercalls are registered in the XICS class init > function. The upcoming XICS-KVM will inherit from XICS but will use > another API to register RTAS tokens with KVM so registration has > to move from the class init function (c

[Qemu-devel] [PATCH 3/4] xics: rework initialization

2013-07-16 Thread Alexey Kardashevskiy
Currently RTAS and hypercalls are registered in the XICS class init function. The upcoming XICS-KVM will inherit from XICS but will use another API to register RTAS tokens with KVM so registration has to move from the class init function (common for both XICS and XICS-KVM) to the _realize function