qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Re: KQEMU error, unable to get major 254


From: Darryl Dixon
Subject: [Qemu-devel] [PATCH] Re: KQEMU error, unable to get major 254
Date: Fri, 11 Feb 2005 14:41:04 +1300

I have worked around this temporarily with the following patch:

diff -ru qemu/kqemu/install.sh qemu_major250/kqemu/install.sh
--- qemu/kqemu/install.sh       2005-02-11 11:10:28.000000000 +1300
+++ qemu_major250/kqemu/install.sh      2005-02-11 14:24:04.000000000 +1300
@@ -20,5 +20,5 @@
# Create the kqemu device. No special priviledge is needed to use kqemu.
device="/dev/kqemu"
rm -f $device
-mknod $device c 254 0
+mknod $device c 250 0
chmod 666 $device
Only in qemu_major250/kqemu: .kmod.o.cmd
diff -ru qemu/kqemu/kqemu.h qemu_major250/kqemu/kqemu.h
--- qemu/kqemu/kqemu.h  2005-02-11 11:10:28.000000000 +1300
+++ qemu_major250/kqemu/kqemu.h 2005-02-11 14:23:46.000000000 +1300
@@ -1,7 +1,7 @@
#ifndef KQEMU_H
#define KQEMU_H

-#define KQEMU_MAJOR 254
+#define KQEMU_MAJOR 250

#define KQEMU_VERSION 0x010000



Cheers,
D




On Fri, 2005-02-11 at 14:19 +1300, Darryl Dixon wrote:
Hi Fabrice,

    I have managed to download the latest cvs and tried it out on Fedora Core 3 (kernel 2.6.10).  It seems that for some reason the kqemu module is unable to be assigned major device number 254.  Below are the errors:
address@hidden ~]# modprobe kqemu
FATAL: Error inserting kqemu (/lib/modules/2.6.10-1.760_FC3/misc/kqemu.ko): Device or resource busy
address@hidden ~]# tail /var/log/messages
Feb 11 14:14:07 localhost kernel: QEMU Accelerator Module version 1.0.0, Copyright (c) 2005 Fabrice Bellard
Feb 11 14:14:07 localhost kernel: This is a proprietary product. Read the LICENSE file for more information
Feb 11 14:14:07 localhost kernel: Redistribution of this module is prohibited without authorization
Feb 11 14:14:07 localhost kernel: kqemu: could not get major 254


Regards,
--
Darryl Dixon <address@hidden>
--
Darryl Dixon <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]