On 06/08/2018 16:33, Emanuele Giuseppe Esposito wrote: > +void qpci_init_spapr(QPCIBusSPAPR *ret, QTestState *qts, QGuestAllocator > *alloc) > +{ > assert(qts); > > + /* tests cannot use spapr, needs to be fixed first */ > + ret->bus.has_buggy_msi = TRUE; > +
Perhaps you can revert the logic and call that "msi_is_available"? It's more generic than "buggy". It says if we can or not use MSI. Thanks, Laurent