Re: [Qemu-devel] [PATCH 2/2] spapr: Simulate CAS for qtest

2019-03-03 Thread David Gibson
On Fri, Mar 01, 2019 at 04:33:38PM -0600, Michael Roth wrote: > Quoting Greg Kurz (2019-03-01 13:32:37) > > The RTAS event hotplug code for machine types 2.8 and newer depends on > > the CAS negotiated ov5 in order to work properly. However, there's no > > CAS when running under qtest. There has be

Re: [Qemu-devel] [PATCH 2/2] spapr: Simulate CAS for qtest

2019-03-01 Thread Michael Roth
Quoting Greg Kurz (2019-03-01 13:32:37) > The RTAS event hotplug code for machine types 2.8 and newer depends on > the CAS negotiated ov5 in order to work properly. However, there's no > CAS when running under qtest. There has been a tentative to trick the > code by faking the OV5_HP_EVT bit, but i