Windows PCI Device Driver Development Guide: Supporting Function Level Reset (FLR)

Windows PCI Device Driver Development Guide: Supporting Function Level Reset (FLR)

In the previous article (Implementing a PCIe Device in Qemu: Implementing Function Level Reset (FLR)), we added the FLR functionality to the PCIe device simulated in Qemu and triggered the reset operation of the device by writing to the PCIe configuration space using windbg. However, the FLR triggered by manually writing to the configuration space … Read more