[vbox-dev] [PATCH] Fix for ticket #7107
Dennis Lawler
Dennis_Lawler at symantec.com
Thu Jul 1 22:31:36 PDT 2010
Attached is a one-liner patch for VBoxGuest.sys for Windows guest
additions.
As mentioned in the ticket, the handler for IRP_MJ_POWER may be called
at DISPATCH_LEVEL at shutdown unless DO_POWER_PAGABLE is set in the
device object. The attached patch does just that. Another solution is
to simply make the routine nonpaged.
I have tested this patch on Windows 7 x86 CHK (where the defect
originally reproduced) and it works here - additional testing priori to
release may be desired to confirm no unexpected side-effects.
-Dennis Lawler
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.virtualbox.org/pipermail/vbox-dev/attachments/20100701/79b3dcc1/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: VBoxGuest.patch
Type: application/octet-stream
Size: 468 bytes
Desc: VBoxGuest.patch
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20100701/79b3dcc1/attachment-0001.obj
More information about the vbox-dev
mailing list