Changeset 21225 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jul 5, 2009 3:20:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/vboxmod.c
r21219 r21225 1358 1358 { 1359 1359 /* communicate result to VMM, align at 4MB */ 1360 req->hypervisorStart = ( VMMDEVHYPPTR32)(uintptr_t)RT_ALIGN_P(hypervisorArea, 0x400000);1360 req->hypervisorStart = (RTGCPTR32)(uintptr_t)RT_ALIGN_P(hypervisorArea, 0x400000); 1361 1361 req->header.requestType = VMMDevReq_SetHypervisorInfo; 1362 1362 req->header.rc = VERR_GENERAL_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.