On Mon, Oct 18, 2010 at 12:17:53PM +0900, Isaku Yamahata wrote: > +static void xio3130_upstream_flr(PCIDevice *d) > +{ > + /* TODO: not enabled until qdev reset clean up > + waiting for Anthony's qdev cealn up */
typo > +#if 0 > + /* So far, sticky bit registers or register which must be preserved > + over FLR aren't emulated. So just reset this device. */ > + pci_device_reset(d); > +#endif > +} -- MST