> > if (vdev->status == 0) { > > - virtio_reset(vdev); > > - msix_unuse_all_vectors(&proxy->pci_dev); > > + virtio_pci_reset(DEVICE(proxy)); > > } > > > > /* Linux before 2.6.34 drives the device without enabling > > Aren't there two call sites in virtio_ioport_write?
/me was specifically fixing clear-status code paths mentioned in the commit message. Yes, there is another one, not fully sure what is supposed to happen there. cheers, Gerd