Re: [Qemu-devel] [PATCH v3 2/8] xics: add pre_save/post_load/cpu_setup dispatchers

2013-08-29 Thread Andreas Färber
Am 29.08.2013 10:25, schrieb Alexey Kardashevskiy: > On 08/23/2013 09:38 PM, Andreas Färber wrote: >> Am 23.08.2013 05:39, schrieb Alexey Kardashevskiy: >>> On 08/19/2013 11:54 PM, Andreas Färber wrote: Am 19.08.2013 07:55, schrieb Alexey Kardashevskiy: > The upcoming support of in-kernel

Re: [Qemu-devel] [PATCH v3 2/8] xics: add pre_save/post_load/cpu_setup dispatchers

2013-08-29 Thread Alexey Kardashevskiy
On 08/23/2013 09:38 PM, Andreas Färber wrote: > Am 23.08.2013 05:39, schrieb Alexey Kardashevskiy: >> On 08/19/2013 11:54 PM, Andreas Färber wrote: >>> Am 19.08.2013 07:55, schrieb Alexey Kardashevskiy: The upcoming support of in-kernel XICS will redefine migration callbacks for both ICS

Re: [Qemu-devel] [PATCH v3 2/8] xics: add pre_save/post_load/cpu_setup dispatchers

2013-08-26 Thread Alexander Graf
On 19.08.2013, at 07:55, Alexey Kardashevskiy wrote: > The upcoming support of in-kernel XICS will redefine migration callbacks > for both ICS and ICP so classes and callback pointers are added. > > This adds a cpu_setup callback to the XICS device class (as XICS-KVM > will do it different) and

Re: [Qemu-devel] [PATCH v3 2/8] xics: add pre_save/post_load/cpu_setup dispatchers

2013-08-23 Thread Andreas Färber
Am 23.08.2013 05:39, schrieb Alexey Kardashevskiy: > On 08/19/2013 11:54 PM, Andreas Färber wrote: >> Am 19.08.2013 07:55, schrieb Alexey Kardashevskiy: >>> The upcoming support of in-kernel XICS will redefine migration callbacks >>> for both ICS and ICP so classes and callback pointers are added.

Re: [Qemu-devel] [PATCH v3 2/8] xics: add pre_save/post_load/cpu_setup dispatchers

2013-08-22 Thread Alexey Kardashevskiy
On 08/19/2013 11:54 PM, Andreas Färber wrote: > Am 19.08.2013 07:55, schrieb Alexey Kardashevskiy: >> The upcoming support of in-kernel XICS will redefine migration callbacks >> for both ICS and ICP so classes and callback pointers are added. >> >> This adds a cpu_setup callback to the XICS device

Re: [Qemu-devel] [PATCH v3 2/8] xics: add pre_save/post_load/cpu_setup dispatchers

2013-08-19 Thread Andreas Färber
Am 19.08.2013 07:55, schrieb Alexey Kardashevskiy: > The upcoming support of in-kernel XICS will redefine migration callbacks > for both ICS and ICP so classes and callback pointers are added. > > This adds a cpu_setup callback to the XICS device class (as XICS-KVM > will do it different) and xics

[Qemu-devel] [PATCH v3 2/8] xics: add pre_save/post_load/cpu_setup dispatchers

2013-08-18 Thread Alexey Kardashevskiy
The upcoming support of in-kernel XICS will redefine migration callbacks for both ICS and ICP so classes and callback pointers are added. This adds a cpu_setup callback to the XICS device class (as XICS-KVM will do it different) and xics_dispatch_cpu_setup(). This also moves the place where xics_d