On Wed, Sep 30, 2015 at 03:01:13PM +0200, Paolo Bonzini wrote: > > > On 30/09/2015 02:18, Gabriel L. Somlo wrote: > > Yes, we're OK. Throughout it all I *meant* to write 0x0B (bee), but my > > brain sometimes mistakenly makes me write 0x08 (eight) instead. Sorry for > > the confusion... :) > > IIRC from the pvpanic trainwreck, Windows XP and 2003 always complain > even for 0x0B about a missing driver.
Don't have 2003, but dug up and started my old xp_sp3 image, and Device Manager only complains when _STA defaults to 0x0f (i.e. when I omit generating it in aml completely). With _STA set to 0x0b (like in the latest version of the patch), the fw_cfg device does not show up with a missing device complaint on xp. Thanks, --Gabriel