On 05/10/12 22:08, Jan Kiszka wrote: > Call msi_reset on device reset as still required by the core.
Note: msi on xhci is disabled by default (and also broken as far I know). > +static void xhci_reset(void *opaque) > +{ > + XHCIState *xhci = opaque; > + if (xhci->msi) > + msi_reset(&xhci->pci_dev); } > + xhci_reset_full(xhci); > +} And can't we let the pci core handle it so we don't need ugly wrappers like this? cheers, Gerd