From 2a78702b71d6f34b7c42032fef493d1d73a6b7f5 Mon Sep 17 00:00:00 2001 From: Enrico Tolotto Date: Sun, 4 Nov 2018 20:31:20 +0100 Subject: [PATCH] rootfs_overlay: qemu_edu: fix kernel module name --- rootfs_overlay/qemu_edu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs_overlay/qemu_edu.sh b/rootfs_overlay/qemu_edu.sh index a03495b..cd17f80 100755 --- a/rootfs_overlay/qemu_edu.sh +++ b/rootfs_overlay/qemu_edu.sh @@ -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.