I am running QEMU on Ubuntu. My target system runs Windows 10. I am writing a simulated device to test the a Windows device driver
If my Windows device driver is at interrupt level when it invokes my simulated device (eg reads/writes a port) does the code in my simulated device also run ar interrupt level?
Thank you