Changeset 10917 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 28, 2008 2:53:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp
r8155 r10917 51 51 PCFGMNODE pRoot = CFGMR3GetRoot(pVM); 52 52 int rc = CFGMR3InsertInteger(pRoot, "RamSize", 32*1024*1024); 53 AssertRC(rc); 54 55 /* rc = CFGMR3InsertInteger(pRoot, "EnableNestedPaging", false); 56 AssertRC(rc); */ 53 57 54 58 PCFGMNODE pHWVirtExt; … … 66 70 67 71 RTR3Init(); 72 73 /* 74 * Doesn't work and I'm sick of rebooting the machine to try figure out 75 * what the heck is going wrong. (Linux sucks at this) 76 */ 77 RTPrintf(TESTCASE ": This testcase hits a bunch of breakpoint assertions which\n" 78 TESTCASE ": causes kernel panics on linux regardless of what\n" 79 TESTCASE ": RTAssertDoBreakpoint returns. Only checked AMD-V on linux.\n"); 80 /** @todo Make tstVMM-HwAccm to cause kernel panics. */ 81 return 1; 68 82 69 83 /*
Note:
See TracChangeset
for help on using the changeset viewer.