Merge pull request #38 from parzival3/master

rootfs_overlay: qemu_edu: fix kernel module name
This commit is contained in:
Ciro Santilli 包子露宪 六四事件 法轮功
2018-11-04 21:21:05 +00:00
committed by GitHub

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.