[Bug 20098] Wine should, when possible, provide the kernel mode environment for kernel mode drivers

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 25 17:10:45 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=20098





--- Comment #21 from Alexandre Julliard <julliard at winehq.org>  2009-09-25 17:10:44 ---
(In reply to comment #17)
> (In reply to comment #15)
> > you can add RDMSR emulation in Wine
> 
> Please will you clarify the sitwation on adding RDMSR emulation to Wine ?  For
> this to be any better then my current work-a-round the emulation would need to
> call mknod(), I doubt if you would accept such a patch, but I feel I would ask.

If you want to write a patch that opens /dev/cpu/msr if it exists, it might be
accepted. Anything that calls mknod() wouldn't, because that's a silly thing to
do. We don't call mknod() when opening disk or serial devices either, just like
we don't call mount() when accessing /proc. These are part of the standard
system setup, based on sysadmin policies, user apps have no business messing
with that.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list