rootfs_overlay: qemu_edu: fix kernel module name

This commit is contained in:
Enrico Tolotto
2018-11-04 20:31:20 +01:00
parent 8fb9db3931
commit 2a78702b71

View File

@@ -10,7 +10,7 @@ lspci -k
cat /proc/interrupts
# Setup.
insmod pci.ko
insmod qemu_edu.ko
/mknoddev.sh lkmc_pci
# Shows that this module owns the PCI device.
@@ -49,7 +49,7 @@ sleep 1
# Teardown.
rm /dev/lkmc_pci
rmmod pci
rmmod qemu_edu
# Interrupt counts after we generate our interrupts.
# Compare with before.