VirtualBox

Changeset 80281 in vbox for trunk/src/VBox/VMM/VMMR3/GMM.cpp


Ignore:
Timestamp:
Aug 15, 2019 7:29:37 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132736
Message:

VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GMM.cpp

    r80191 r80281  
    2424#include <VBox/vmm/gmm.h>
    2525#include <VBox/vmm/vmm.h>
    26 #include <VBox/vmm/vm.h>
     26#include <VBox/vmm/vmcc.h>
    2727#include <VBox/sup.h>
    2828#include <VBox/err.h>
     
    309309
    310310    /* Must be callable from any thread, so can't use VMMR3CallR0. */
    311     int rc = SUPR3CallVMMR0Ex(pVM->pVMR0, NIL_VMCPUID, VMMR0_DO_GMM_QUERY_HYPERVISOR_MEM_STATS, 0, &Req.Hdr);
     311    int rc = SUPR3CallVMMR0Ex(VMCC_GET_VMR0_FOR_CALL(pVM), NIL_VMCPUID, VMMR0_DO_GMM_QUERY_HYPERVISOR_MEM_STATS, 0, &Req.Hdr);
    312312    if (rc == VINF_SUCCESS)
    313313    {
     
    444444
    445445    /* Must be callable from any thread, so can't use VMMR3CallR0. */
    446     int rc = SUPR3CallVMMR0Ex(pVM->pVMR0, NIL_VMCPUID, VMMR0_DO_GMM_FIND_DUPLICATE_PAGE, 0, &Req.Hdr);
     446    int rc = SUPR3CallVMMR0Ex(VMCC_GET_VMR0_FOR_CALL(pVM), NIL_VMCPUID, VMMR0_DO_GMM_FIND_DUPLICATE_PAGE, 0, &Req.Hdr);
    447447    if (rc == VINF_SUCCESS)
    448448        return Req.fDuplicate;
Note: See TracChangeset for help on using the changeset viewer.

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