Re: [Qemu-devel] [PATCH 02/10] xics: Handle KVM ICP reset from the common code

2019-02-17 Thread David Gibson
On Fri, Feb 15, 2019 at 12:39:54PM +0100, Greg Kurz wrote: > The KVM ICP reset handler simply writes the ICP state to KVM. This > doesn't need the overkill parent_reset logic we have today. Call > icp_set_kvm_state() from the base ICP reset function instead. > > Since there are no other users for

Re: [Qemu-devel] [PATCH 02/10] xics: Handle KVM ICP reset from the common code

2019-02-15 Thread Cédric Le Goater
On 2/15/19 12:39 PM, Greg Kurz wrote: > The KVM ICP reset handler simply writes the ICP state to KVM. This > doesn't need the overkill parent_reset logic we have today. Call > icp_set_kvm_state() from the base ICP reset function instead. > > Since there are no other users for ICPStateClass::parent

[Qemu-devel] [PATCH 02/10] xics: Handle KVM ICP reset from the common code

2019-02-15 Thread Greg Kurz
The KVM ICP reset handler simply writes the ICP state to KVM. This doesn't need the overkill parent_reset logic we have today. Call icp_set_kvm_state() from the base ICP reset function instead. Since there are no other users for ICPStateClass::parent_reset, and it isn't currently expected to chang