Zhou Zheng Sheng has posted comments on this change. Change subject: faqemu: remove the fake /dev/kvm after vdsmd stops ......................................................................
Patch Set 1: Thanks Ryan Harper, Yaniv Bronhaim, on my machine, when I probe the kvm and kvm_intel, the char device is not created automatically, and the fake device is still there. [root@zhshzhouf17 dev]# lsmod | grep kvm [root@zhshzhouf17 dev]# l /dev/kvm ls: cannot access /dev/kvm: No such file or directory [root@zhshzhouf17 dev]# touch /dev/kvm [root@zhshzhouf17 dev]# l /dev/kvm -rw-r--r--. 1 root root 0 Sep 12 09:49 /dev/kvm [root@zhshzhouf17 dev]# modprobe -v kvm insmod /lib/modules/3.5.3-1.fc17.x86_64/kernel/arch/x86/kvm/kvm.ko [root@zhshzhouf17 dev]# modprobe -v kvm_intel insmod /lib/modules/3.5.3-1.fc17.x86_64/kernel/arch/x86/kvm/kvm-intel.ko nested=1 [root@zhshzhouf17 dev]# l /dev/kvm -rw-rw-r--+ 1 root root 0 Sep 12 09:49 /dev/kvm I examined /var/log/messages and dmesg, but could not find any clues. Notice the fake device I touched is 644, but after I probed the kvm modules, the fake device turned into 664. Is this a bit strange? -- To view, visit http://gerrit.ovirt.org/7885 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1c1183acf90cd32444b1c26fa20aa843e4a0556d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Zhou Zheng Sheng <[email protected]> Gerrit-Reviewer: Ryan Harper <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Zhou Zheng Sheng <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
