Re: [PATCH 1/4] spapr: Don't check capabilities removed between CAS calls

2020-03-25 Thread David Gibson
On Wed, Mar 25, 2020 at 04:25:30PM +0100, Greg Kurz wrote: > We currently check if some capability in OV5 was removed by the guest > since the previous CAS, and we trigger a CAS reboot in that case. This > was required because it could call for a device-tree property or node > removal, that we didn

[PATCH 1/4] spapr: Don't check capabilities removed between CAS calls

2020-03-25 Thread Greg Kurz
We currently check if some capability in OV5 was removed by the guest since the previous CAS, and we trigger a CAS reboot in that case. This was required because it could call for a device-tree property or node removal, that we didn't support until recently (see commit 6787d27b04a7 "spapr: add opti