Re: [Qemu-devel] [PATCH] ppc/xics: register reset handlers for the ICP and ICS objects

2017-03-05 Thread David Gibson
On Fri, Mar 03, 2017 at 01:51:03PM +0100, Cédric Le Goater wrote: 1;4601;0c> The recent changes on the XICS layer removed the XICSState object to > let the sPAPR machine handle the ICP and ICS directly. The reset of > these objects was previously handled by XICSState, which was a SysBus > device, a

Re: [Qemu-devel] [PATCH] ppc/xics: register reset handlers for the ICP and ICS objects

2017-03-03 Thread Thomas Huth
On 03.03.2017 13:51, Cédric Le Goater wrote: > The recent changes on the XICS layer removed the XICSState object to > let the sPAPR machine handle the ICP and ICS directly. The reset of > these objects was previously handled by XICSState, which was a SysBus > device, and to keep the same behavior,

[Qemu-devel] [PATCH] ppc/xics: register reset handlers for the ICP and ICS objects

2017-03-03 Thread Cédric Le Goater
The recent changes on the XICS layer removed the XICSState object to let the sPAPR machine handle the ICP and ICS directly. The reset of these objects was previously handled by XICSState, which was a SysBus device, and to keep the same behavior, the ICP and ICS were assigned to SysbBus. But that b