VirtualBox

Changeset 21225 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jul 5, 2009 3:20:41 PM (16 years ago)
Author:
vboxsync
Message:

Eliminated the VMMDEVHYP[PTR|PHYS]* types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r21219 r21225  
    13581358            {
    13591359                /* 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);
    13611361                req->header.requestType = VMMDevReq_SetHypervisorInfo;
    13621362                req->header.rc          = VERR_GENERAL_FAILURE;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette