VirtualBox

Changeset 105352 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Jul 16, 2024 11:21:19 AM (10 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164005
Message:

VMM/VMR3Req,iprt/cdefs.h: Adjustments of VMR3ReqCallUV family to fit darwin/arm64 restrictions. bugref:10725

Location:
trunk/src/VBox/VMM/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstAnimate.cpp

    r99897 r105352  
    848848            rc = VMR3ReqCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)loadMem, 3, pVM, FileRawMem, &offRawMem);
    849849        else
    850             rc = VMR3ReqCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)SSMR3Load,
    851                                   7, pVM, pszSavedState, (uintptr_t)NULL /*pStreamOps*/, (uintptr_t)NULL /*pvUser*/,
     850            rc = VMR3ReqCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)SSMR3Load, 7,
     851                                  pVM, pszSavedState, (uintptr_t)NULL /*pStreamOps*/, (uintptr_t)NULL /*pvUser*/,
    852852                                  SSMAFTER_DEBUG_IT, (uintptr_t)NULL /*pfnProgress*/, (uintptr_t)NULL /*pvProgressUser*/);
    853853        if (RT_SUCCESS(rc))
  • trunk/src/VBox/VMM/testcase/tstVMREQ.cpp

    r105332 r105352  
    330330    CHECK_ARG_EX(8, uArg8, a_Type); \
    331331    return VINF_SUCCESS; \
    332 } \
    333 \
    334 \
     332}
     333
     334/* The max is now 9. See @bugref{10725}.
    335335static DECLCALLBACK(int) a_BaseName##_10Args(a_Type uArg0, a_Type uArg1, a_Type uArg2, a_Type uArg3, a_Type uArg4, \
    336336                                             a_Type uArg5, a_Type uArg6, a_Type uArg7, a_Type uArg8, a_Type uArg9) \
     
    458458    CHECK_ARG_EX(14, uArg14, a_Type); \
    459459    return VINF_SUCCESS; \
    460 }
     460} */
    461461
    462462#if ARCH_BITS == 64
     
    561561    cCalled += 1; \
    562562    RTTEST_CHECK(g_hTest, g_cCalled == cCalled); \
    563     \
     563/* The max is now 9. See @bugref{10725}.
    564564    rc = VMR3ReqCallWaitU(pUVM, VMCPUID_ANY, (PFNRT)a_CallbackBaseName##_10Args, 10, \
    565565                          a_fnRandArg(a_Type, 0), a_fnRandArg(a_Type, 1), a_fnRandArg(a_Type, 2), a_fnRandArg(a_Type, 3), \
     
    611611    RTTEST_CHECK_RC(g_hTest, rc, VINF_SUCCESS); \
    612612    cCalled += 1; \
    613     RTTEST_CHECK(g_hTest, g_cCalled == cCalled)
     613    RTTEST_CHECK(g_hTest, g_cCalled == cCalled) */
    614614
    615615
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