Re: How to simulate a device which generates an interrupt every 8.3 ms

2020-12-11 Thread Jakob Bohm
On 2020-12-10 12:07, Peter Maydell wrote: On Thu, 10 Dec 2020 at 05:28, Weiss, Howard wrote: Hi – I am writing a Windows 10 device driver which receives an interrupt from hardware every 8.3 ms. I am simulating the hardware device in a linux QEMU/KVM VM with Windows 10 installed. How do

Re: How to simulate a device which generates an interrupt every 8.3 ms

2020-12-10 Thread Peter Maydell
On Thu, 10 Dec 2020 at 05:28, Weiss, Howard wrote: > > Hi – > > > > I am writing a Windows 10 device driver which receives an interrupt from > hardware every 8.3 ms. I am simulating the hardware device in a linux > QEMU/KVM VM with Windows 10 installed. How do I program my simulated device >

How to simulate a device which generates an interrupt every 8.3 ms

2020-12-09 Thread Weiss, Howard
Hi - I am writing a Windows 10 device driver which receives an interrupt from hardware every 8.3 ms. I am simulating the hardware device in a linux QEMU/KVM VM with Windows 10 installed. How do I program my simulated device to generate an interrupt every 8.3 ms? Under windows, I would generat