Cédric Le Goater 30bf9ed168 spapr: fix CAS-generated reset
The OV5_MMU_RADIX_300 requires special handling in the CAS negotiation
process. It is cleared from the option vector of the guest before
evaluating the changes and re-added later. But, when testing for a
possible CAS reset :

    spapr->cas_reboot = spapr_ovec_diff(ov5_updates,
                                        ov5_cas_old, spapr->ov5_cas);

the bit OV5_MMU_RADIX_300 will each time be seen as removed from the
previous OV5 set, hence generating a reset loop.

Fix this problem by also clearing the same bit in the ov5_cas_old set.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-09-15 10:29:48 +10:00
..
2016-10-04 13:28:07 +01:00
2017-08-31 12:29:07 +02:00
2017-09-08 16:15:17 +03:00
2017-08-02 18:30:13 -03:00
2017-09-08 09:30:55 +10:00
2017-08-10 14:33:43 +01:00
2016-05-18 15:04:27 +03:00
2016-01-29 15:07:25 +00:00
2017-09-15 10:29:48 +10:00
2017-08-30 18:23:26 +02:00
2017-09-04 18:41:01 +01:00
2017-08-31 12:29:07 +02:00
2016-10-28 18:17:24 +03:00
2017-08-30 18:23:25 +02:00