This example consists of a QEMU device and a kernel module.
To start it, do the following:
-
./run.sh
-
To ensure it works, run
modprobe msi-example && dmesg -w
in the VM shell. Thegot an interrupt
message should appear every second. -
To restore the repository state, run
git restore . && git clean -fd
.