# # ChangeLog for trunk/src/VBox/VMM in vbox # # Generated by Trac 1.4.3.2 # Jan 7, 2025 8:25:00 AM Wed, 24 Jun 2015 12:24:28 GMT vboxsync [56620] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: comments. Wed, 24 Jun 2015 12:15:18 GMT vboxsync [56619] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: revert r101249, added comment to clarify usage. Wed, 24 Jun 2015 12:12:41 GMT vboxsync [56618] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: Don't read MSR unnecessarily. Tue, 23 Jun 2015 22:29:22 GMT vboxsync [56611] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) IOM/INSEx: Must dirty the page. Tue, 23 Jun 2015 16:33:36 GMT vboxsync [56607] * trunk/Config.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMRC/IOMRC.cpp (modified) IOM,IEM: split up VBOX_WITH_2ND_IEM_STEP into two steps, the first ... Mon, 22 Jun 2015 09:38:00 GMT vboxsync [56572] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: comment. Fri, 19 Jun 2015 09:32:20 GMT vboxsync [56551] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) Main/src-client: Don't resume a VM on host-resume unless it was ... Thu, 18 Jun 2015 12:11:56 GMT vboxsync [56514] * trunk/include/VBox/vmm/dbgfcorefmt.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp (modified) VMM/DBGF: Dump guest core with a more standardized CPU dump including ... Tue, 16 Jun 2015 16:37:52 GMT vboxsync [56460] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HM: comment. Mon, 15 Jun 2015 12:24:21 GMT vboxsync [56430] * trunk/src/VBox/VMM/VMMR3/EMR3Dbg.cpp (modified) compile fix with VBOX_WITH_DEBUGGER disabled Mon, 15 Jun 2015 09:59:55 GMT vboxsync [56424] * trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp (modified) VMM/GIM: Some extra checks while loading saved state and enabling ... Sun, 14 Jun 2015 19:35:54 GMT vboxsync [56421] * trunk/src/VBox/VMM/VMMAll/PATMAll.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) PATM: virt access handlers: Only use pvUser for asserting. Sun, 14 Jun 2015 18:51:55 GMT vboxsync [56420] * trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) csamCodePageWriteHandler: pvUser is the pointer to the CSAMPAGEREC in ... Sun, 14 Jun 2015 18:27:01 GMT vboxsync [56418] * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) assertion details. Sun, 14 Jun 2015 14:25:31 GMT vboxsync [56417] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Fixed bug in IOMInterpretINSEx and IOMInterpretOUTSEx introduced with ... Sun, 14 Jun 2015 12:26:09 GMT vboxsync [56416] * trunk/src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h (modified) IEM: Use the modified IOM string I/O APIs. Sun, 14 Jun 2015 12:08:29 GMT vboxsync [56415] * trunk/include/VBox/vmm/iom.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) IOM: Do the single I/O fallback in the string APIs instead of having ... Sun, 14 Jun 2015 03:43:56 GMT vboxsync [56413] * trunk/include/VBox/vmm/iem.h (modified) * trunk/include/VBox/vmm/iom.h (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxSCSI.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) IOM,DevATA,Dev*SCSI: Redid the string I/O callbacks so the devices ... Sun, 14 Jun 2015 03:42:38 GMT vboxsync [56412] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) Move internal/pgm.h bits to VBox/vmm/pgm.h. Sun, 14 Jun 2015 03:41:43 GMT vboxsync [56411] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/include/internal/pgm.h (modified) Move internal/pgm.h bits to VBox/vmm/pgm.h. Sat, 13 Jun 2015 18:39:47 GMT vboxsync [56404] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) DevATA: Read final PIO transfer unit in ring-0. Sat, 13 Jun 2015 18:21:54 GMT vboxsync [56403] * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) IOMIOPortWriteString,IOMIOPortReadString: Don't make all string I/O ... Sat, 13 Jun 2015 14:58:10 GMT vboxsync [56402] * trunk/include/VBox/vmm/pdmcritsect.h (modified) * trunk/include/iprt/critsect.h (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMCritSect.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) DevATA,PDMCritSect: Changed the AsyncIOSem from RTSEMEVENT to ... Fri, 12 Jun 2015 12:34:31 GMT vboxsync [56384] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) PGM: Disabled the virtual handler code for !VBOX_WITH_RAW_MODE. Fri, 12 Jun 2015 11:50:53 GMT vboxsync [56381] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/hm.h (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Stubbed VMMR0_DO_CALL_HYPERVISOR and VMMR0_DO_RAW_RUN when ... Thu, 11 Jun 2015 14:53:50 GMT vboxsync [56365] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HM: removed obsolete todo. Thu, 11 Jun 2015 14:52:57 GMT vboxsync [56364] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HM: g_HvmR0 -> g_HmR0. Thu, 11 Jun 2015 13:24:25 GMT vboxsync [56360] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HM: Cleanup and asserts. Thu, 11 Jun 2015 12:51:47 GMT vboxsync [56358] * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM/HM: Ignore HM Exclusive CFGM option on OS X, always uses global init. Wed, 10 Jun 2015 11:33:30 GMT vboxsync [56335] * trunk/include/VBox/err.sed (modified) * trunk/include/iprt/err.sed (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.def (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/np/vboxmrxnp.def (modified) * trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def (modified) * trunk/src/VBox/Additions/os2/VBoxSF/VBoxSF.def (modified) * trunk/src/VBox/Additions/solaris/Installer/vboxdevlink.sed (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer-darwin.m (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm (modified) * trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxIChatTheaterWrapper.m (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.def (modified) * trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.def (modified) * trunk/src/VBox/Runtime/common/err/errmsg.sed (modified) * trunk/src/VBox/Runtime/common/err/errmsgcom.sed (modified) * trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def (modified) * trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl.def (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) * trunk/src/VBox/VMM/VMMRC/VMMRCBuiltin.def (modified) * trunk/src/VBox/VMM/testcase/tstMicroRC.def (modified) *.def,*.sed,*.m,*.mm: whitespace and svn properties Tue, 09 Jun 2015 22:49:55 GMT vboxsync [56312] * trunk/src/VBox/VMM/VMMR3/DBGFOS.cpp (modified) * trunk/src/VBox/VMM/pure_test.sh (modified) * trunk/src/VBox/VMM/testcase/mkdsk.sh (modified) whitespace Tue, 09 Jun 2015 15:14:40 GMT vboxsync [56302] * trunk/include/VBox/vmm/dbgfcorefmt.h (modified) * trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp (modified) DBGFCoreWrite: bump version, comments, hungarian fixes and cleanup. Tue, 09 Jun 2015 11:15:22 GMT vboxsync [56287] * trunk/src/VBox/VMM/Docs-CodingGuidelines.cpp (modified) * trunk/src/VBox/VMM/Docs-RawMode.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAllA.asm (modified) * trunk/src/VBox/VMM/VMMAll/FTMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllAImpl.asm (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMAll/REMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllReal.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMMAllA.asm (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0Internal.h (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0Internal.h (modified) * trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.h (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Driver.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0Bth.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/TRPMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0TripleFaultHack.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0TripleFaultHackA.asm (modified) * trunk/src/VBox/VMM/VMMR3/CFGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGF.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFBp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFCpu.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFDisas.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFLog.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFMem.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFModule.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFOS.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFStack.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMHM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMR3Dbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMRaw.cpp (modified) * trunk/src/VBox/VMM/VMMR3/FTM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GMM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IEMR3.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMHeap.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMHyper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMPagePool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MMUkHeap.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMGuest.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMPatch.h (modified) * trunk/src/VBox/VMM/VMMR3/PATMR3Dbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMBlkCache.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMQueue.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMThread.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMBth.h (modified) * trunk/src/VBox/VMM/VMMR3/PGMDbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMGst.h (modified) * trunk/src/VBox/VMM/VMMR3/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMSavedState.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMShw.h (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SSM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/STAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMEmt.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) * trunk/src/VBox/VMM/VMMR3/VMMSwitcher.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMTests.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMReq.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/EMRCA.asm (modified) * trunk/src/VBox/VMM/VMMRC/IOMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/MMRamRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/MMRamRCA.asm (modified) * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PGMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PGMRCBth.h (modified) * trunk/src/VBox/VMM/VMMRC/PGMRCGst.h (modified) * trunk/src/VBox/VMM/VMMRC/PGMRCShw.h (modified) * trunk/src/VBox/VMM/VMMRC/SELMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlersA.asm (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRCBuiltin.def (modified) * trunk/src/VBox/VMM/VMMRC/VMMRCDeps.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64Stub.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/X86Stub.asm (modified) * trunk/src/VBox/VMM/dtrace/int-1.d (modified) * trunk/src/VBox/VMM/dtrace/lib/amd64/vbox-arch-types.d (modified) * trunk/src/VBox/VMM/dtrace/lib/vbox-types.d (modified) * trunk/src/VBox/VMM/dtrace/lib/x86/vbox-arch-types.d (modified) * trunk/src/VBox/VMM/dtrace/return-to-ring-3-aggregation-1.d (modified) * trunk/src/VBox/VMM/dtrace/vmexit-rip-aggregation-1.d (modified) * trunk/src/VBox/VMM/include/CFGMInternal.h (modified) * trunk/src/VBox/VMM/include/CSAMInternal.h (modified) * trunk/src/VBox/VMM/include/DBGFInternal.h (modified) * trunk/src/VBox/VMM/include/EMHandleRCTmpl.h (modified) * trunk/src/VBox/VMM/include/EMInternal.h (modified) * trunk/src/VBox/VMM/include/FTMInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.mac (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/include/IOMInline.h (modified) * trunk/src/VBox/VMM/include/IOMInternal.h (modified) * trunk/src/VBox/VMM/include/MMInternal.h (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) * trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h (modified) * trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h (modified) * trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h (modified) * trunk/src/VBox/VMM/include/PDMInline.h (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/include/PDMNetShaperInternal.h (modified) * trunk/src/VBox/VMM/include/PGMGstDefs.h (modified) * trunk/src/VBox/VMM/include/REMInternal.h (modified) * trunk/src/VBox/VMM/include/SELMInline.h (modified) * trunk/src/VBox/VMM/include/SELMInternal.h (modified) * trunk/src/VBox/VMM/include/SSMInternal.h (modified) * trunk/src/VBox/VMM/include/STAMInternal.h (modified) * trunk/src/VBox/VMM/include/TMInline.h (modified) * trunk/src/VBox/VMM/include/TRPMInternal.h (modified) * trunk/src/VBox/VMM/include/TRPMInternal.mac (modified) * trunk/src/VBox/VMM/include/VMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.mac (modified) * trunk/src/VBox/VMM/include/VMMTracing.h (modified) * trunk/src/VBox/VMM/include/internal/pgm.h (modified) * trunk/src/VBox/VMM/pure_test.sh (modified) * trunk/src/VBox/VMM/testcase/Instructions/InstructionTestGen.py (modified) * trunk/src/VBox/VMM/testcase/Instructions/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-32-big.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-64-big.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-64.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-big.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-common.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-common.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-iprt-r3-32.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-iprt-r3-64.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/env-iprt-r3.mac (modified) * trunk/src/VBox/VMM/testcase/Instructions/itgTableDaa.py (modified) * trunk/src/VBox/VMM/testcase/Instructions/itgTableDas.py (modified) * trunk/src/VBox/VMM/testcase/Instructions/tstVBInsTstR3.cpp (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/mkdsk.sh (modified) * trunk/src/VBox/VMM/testcase/tstAnimate.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm (modified) * trunk/src/VBox/VMM/testcase/tstCFGM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp (modified) * trunk/src/VBox/VMM/testcase/tstGlobalConfig.cpp (modified) * trunk/src/VBox/VMM/testcase/tstHelp.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) * trunk/src/VBox/VMM/testcase/tstInstrEmul.cpp (modified) * trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp (modified) * trunk/src/VBox/VMM/testcase/tstMicro.cpp (modified) * trunk/src/VBox/VMM/testcase/tstMicro.h (modified) * trunk/src/VBox/VMM/testcase/tstMicro.mac (modified) * trunk/src/VBox/VMM/testcase/tstMicroRC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstMicroRC.def (modified) * trunk/src/VBox/VMM/testcase/tstMicroRCA.asm (modified) * trunk/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp (modified) * trunk/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp (modified) * trunk/src/VBox/VMM/testcase/tstSSM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMM-HM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMMFork.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMREQ.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructDTrace.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) * trunk/src/VBox/VMM/testcase/tstX86-1.cpp (modified) * trunk/src/VBox/VMM/testcase/tstX86-1A.asm (modified) * trunk/src/VBox/VMM/testcase/tstX86-FpuSaveRestore.cpp (modified) * trunk/src/VBox/VMM/testcase/tstX86-FpuSaveRestoreA.asm (modified) * trunk/src/VBox/VMM/tools/Makefile.kmk (modified) * trunk/src/VBox/VMM/tools/VBoxVMMPreload.cpp (modified) * trunk/src/VBox/VMM/tools/VBoxVMMPreloadHardened.cpp (modified) VMM: Updated (C) year. Tue, 09 Jun 2015 11:06:39 GMT vboxsync [56286] * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/MM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMTests.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.mac (modified) * trunk/src/VBox/VMM/VMMRC/VMMRCA.asm (modified) * trunk/src/VBox/VMM/VMMRC/VMMRCDeps.cpp (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) Cleaned up all grep hits for 'VMMGC'. Tue, 09 Jun 2015 10:46:34 GMT vboxsync [56284] * trunk/Config.kmk (modified) * trunk/debian/lintian-override.in (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/EFI/DevSmc.cpp (modified) * trunk/src/VBox/Devices/GIMDev/GIMDev.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/DevIoApic.cpp (modified) * trunk/src/VBox/Devices/PC/DevLPC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/Parallel/DevParallel.cpp (modified) * trunk/src/VBox/Devices/Serial/DevSerial.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) * trunk/src/VBox/Installer/darwin/Makefile.kmk (modified) * trunk/src/VBox/Installer/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Installer/freebsd/pkg_plist (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/debian/lintian-override.in (modified) * trunk/src/VBox/Installer/linux/deffiles (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) * trunk/src/VBox/Installer/win/VBoxMergeApp.wxi (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.def (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g ... Mon, 08 Jun 2015 10:35:35 GMT vboxsync [56271] * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/include/VBox/vusb.h (modified) * trunk/src/VBox/Devices/Storage/UsbMsd.cpp (modified) * trunk/src/VBox/Devices/USB/DevOHCI.cpp (modified) * trunk/src/VBox/Devices/USB/VUSBDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) VUSB: Rename VUSBIDevIsEmulated to VUSBIDevIsSavedStateSupported to ... Fri, 05 Jun 2015 11:50:26 GMT vboxsync [56258] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEM: Don't handle rIP specially in 16-bit mode. Fri, 05 Jun 2015 10:58:47 GMT vboxsync [56255] * trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp (modified) updates Fri, 05 Jun 2015 10:54:51 GMT vboxsync [56252] * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) updated pci raw config docs; read config. Wed, 03 Jun 2015 10:25:51 GMT vboxsync [56214] * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HMR0: todo is done. Wed, 27 May 2015 12:21:35 GMT vboxsync [56095] * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) VMM: logrel nit. Wed, 27 May 2015 12:08:47 GMT vboxsync [56094] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) cpumR3LoadCpuIdInner: More correct assertion as we don't actually ... Wed, 27 May 2015 12:03:48 GMT vboxsync [56093] * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) Adjusted release log line. Wed, 27 May 2015 09:10:22 GMT vboxsync [56089] * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) removed invalid assertion. Tue, 26 May 2015 16:39:58 GMT vboxsync [56085] * trunk/Config.kmk (modified) * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.h (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Audio/alsaaudio.c (deleted) * trunk/src/VBox/Devices/Audio/audio.c (deleted) * trunk/src/VBox/Devices/Audio/audio.h (deleted) * trunk/src/VBox/Devices/Audio/audio_int.h (deleted) * trunk/src/VBox/Devices/Audio/audio_template.h (deleted) * trunk/src/VBox/Devices/Audio/audiosniffer.c (deleted) * trunk/src/VBox/Devices/Audio/coreaudio.c (deleted) * trunk/src/VBox/Devices/Audio/dsound_template.h (deleted) * trunk/src/VBox/Devices/Audio/dsoundaudio.c (deleted) * trunk/src/VBox/Devices/Audio/filteraudio.c (deleted) * trunk/src/VBox/Devices/Audio/mixeng.c (deleted) * trunk/src/VBox/Devices/Audio/mixeng.h (deleted) * trunk/src/VBox/Devices/Audio/mixeng_template.h (deleted) * trunk/src/VBox/Devices/Audio/noaudio.c (deleted) * trunk/src/VBox/Devices/Audio/ossaudio.c (deleted) * trunk/src/VBox/Devices/Audio/pulseaudio.c (deleted) * trunk/src/VBox/Devices/Audio/rate_template.h (deleted) * trunk/src/VBox/Devices/Audio/solaudio.c (deleted) * trunk/src/VBox/Devices/Audio/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/Audio/winaudio.c (deleted) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/AudioSnifferInterface.h (deleted) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/AudioSnifferInterface.cpp (deleted) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) PDM/Audio: Removed old audio architecture. Tue, 26 May 2015 16:38:55 GMT vboxsync [56084] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HM: group preempt STAM counters under 'HM/Switch'. Tue, 26 May 2015 16:24:10 GMT vboxsync [56083] * trunk/src/VBox/VMM/VMMRC/IOMRC.cpp (modified) Build fix. Tue, 26 May 2015 14:40:22 GMT vboxsync [56081] * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) HMSVMR0/IOIO: fUpdateRipAlready Tue, 26 May 2015 14:36:27 GMT vboxsync [56080] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMRC/IOMRC.cpp (modified) IOM,HM: Let IEM take over the MMIO handling from IOM when ... Tue, 26 May 2015 14:34:10 GMT vboxsync [56078] * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) PGM: Must reallocate the new pfnHandlerRC members. Tue, 26 May 2015 11:26:35 GMT vboxsync [56072] * trunk/include/VBox/vmm/iom.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMRC/IOMRC.cpp (modified) IOM: Moved some RC code into IOMRC.cpp. Mon, 25 May 2015 16:09:01 GMT vboxsync [56064] * trunk/Config.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMHM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMRaw.cpp (modified) * trunk/src/VBox/VMM/include/EMHandleRCTmpl.h (modified) * trunk/src/VBox/VMM/include/EMInternal.h (modified) Committed the VBOX_WITH_FIRST_IEM_STEP code, removing the #else cases. Mon, 25 May 2015 15:51:11 GMT vboxsync [56063] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) IOMAllMMIO.cpp: IEM experiment (disabled). Mon, 25 May 2015 15:46:04 GMT vboxsync [56062] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMAllPhys.cpp: Fixed a couple of typos - IEM not IOM is OK with ... Mon, 25 May 2015 15:44:38 GMT vboxsync [56061] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) IEMAll.cpp: return code adjusted assertion. Sun, 24 May 2015 17:49:19 GMT vboxsync [56056] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMPhysRead/Write: Enabled ring-0 and raw-mode access handlers for ... Sun, 24 May 2015 15:55:01 GMT vboxsync [56055] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMPhysRead,PGMPhysWrite: Compile the code for calling the new ring-0 ... Sun, 24 May 2015 15:52:28 GMT vboxsync [56054] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) PGM,CSAM: Documented that pfnInvalidateR3 does't work for the last 9 ... Sun, 24 May 2015 15:12:41 GMT vboxsync [56053] * trunk/src/VBox/VMM/include/PGMInternal.h (modified) padding typo Sun, 24 May 2015 14:56:38 GMT vboxsync [56052] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM: Added non-PF raw-mode context virtual page access handler ... Sun, 24 May 2015 14:11:46 GMT vboxsync [56051] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMTests.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM: Added VMMGC_MAIN_MODULE_NAME -> VMMRC_MAIN_MODULE_NAME and ... Sun, 24 May 2015 14:10:27 GMT vboxsync [56050] * trunk/src/VBox/VMM/VMMR3/PDMLdr.cpp (modified) PDMLdr.cpp: Made PDMR3LdrGetSymbolRCLazy handle VMMRC.rc lazy loading ... Sat, 23 May 2015 21:21:05 GMT vboxsync [56049] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) build fix Sat, 23 May 2015 20:28:52 GMT vboxsync [56048] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h (modified) * trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, ... Fri, 22 May 2015 21:10:03 GMT vboxsync [56047] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/err.mac (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) * trunk/src/VBox/VMM/include/EMHandleRCTmpl.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) VBox/err.h,err.mac,TRPMRC,VMM,EM: Removed unused return codes ... Fri, 22 May 2015 21:06:53 GMT vboxsync [56046] * trunk/src/VBox/VMM/VMMRC/SELMRC.cpp (modified) SELMRC.cpp: USe VINF_EM_RAW_EMULATE_INSTR for the case where we ... Fri, 22 May 2015 21:05:29 GMT vboxsync [56045] * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) PATMRC.cpp: docs Fri, 22 May 2015 21:05:00 GMT vboxsync [56044] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) PGMAllPool.cpp: doc update Fri, 22 May 2015 21:03:49 GMT vboxsync [56043] * trunk/src/VBox/VMM/VMMAll/PATMAll.cpp (modified) PATMAll.cpp: docs Fri, 22 May 2015 21:03:03 GMT vboxsync [56042] * trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp (modified) CSAMAll.cpp: Removed strict rc todo. Fri, 22 May 2015 15:39:57 GMT vboxsync [56034] * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) VMM/HM: comment typos. Fri, 22 May 2015 10:11:22 GMT vboxsync [56025] * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified) VMM/HM: Comments please, as I don't want to spend another 30 minutes ... Thu, 21 May 2015 19:22:15 GMT vboxsync [56021] * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/tools/bin/gen-slickedit-workspace.sh (modified) IEM_STATIC and stuff. Thu, 21 May 2015 18:14:21 GMT vboxsync [56017] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) Physical access handler cleanups. Thu, 21 May 2015 17:08:57 GMT vboxsync [56016] * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) build fix Thu, 21 May 2015 17:04:14 GMT vboxsync [56013] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PATMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/SELMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp (modified) * trunk/src/VBox/VMM/include/CSAMInternal.h (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/include/SELMInternal.h (modified) * trunk/src/VBox/VMM/include/TRPMInternal.h (modified) PGM: Made the virtual handler callbacks return VBOXSTRICTRC and ... Thu, 21 May 2015 16:48:14 GMT vboxsync [56011] * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) TRPMRCHandler.cpp: Also return to ring-3 if VMCPU_FF_TRPM_SYNC_IDT is ... Thu, 21 May 2015 16:46:49 GMT vboxsync [56010] * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) TRPMRCHandler.cpp: Also return to ring-3 if VMCPU_FF_TRPM_SYNC_IDT is ... Wed, 20 May 2015 23:24:44 GMT vboxsync [55988] * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku-stubs.c (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/Main/src-all/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImplLegacy.cpp (modified) * trunk/src/VBox/Main/src-client/HGCM.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/src-server/PerformanceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/PerformanceDarwin.cpp (modified) * trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp (modified) * trunk/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) * trunk/src/VBox/Runtime/common/log/logrel.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more ... Wed, 20 May 2015 17:35:22 GMT vboxsync [55980] * trunk/include/iprt/log.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku-stubs.c (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.c (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-haiku.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp (modified) * trunk/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c (modified) * trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c (modified) * trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c (modified) * trunk/src/VBox/Additions/solaris/Virtio/VirtioPci-solaris.c (modified) * trunk/src/VBox/Additions/solaris/Virtio/VirtioRing-solaris.c (modified) * trunk/src/VBox/Additions/x11/VBoxClient/main.cpp (modified) * trunk/src/VBox/Debugger/DBGCCommands.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/lwip-new/vbox/include/lwip-log.h (modified) * trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c (modified) * trunk/src/VBox/Main/src-all/Logging.cpp (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) * trunk/src/VBox/Runtime/common/log/logrel.cpp (modified) * trunk/src/VBox/Runtime/common/misc/assert.cpp (modified) * trunk/src/VBox/Runtime/r3/init.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) * trunk/src/VBox/VMM/VMMR3/DBGFLog.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMRaw.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMTests.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.def (modified) * trunk/src/recompiler/Sun/crt/stdio.h (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) * trunk/src/recompiler/osdep.h (modified) * trunk/src/recompiler/qemu-log.h (modified) iprt/log.h,++: Added extended logger instance getters that also ... Wed, 20 May 2015 17:00:04 GMT vboxsync [55979] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Fix burn. Wed, 20 May 2015 15:38:56 GMT vboxsync [55972] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) build fix Wed, 20 May 2015 15:16:16 GMT vboxsync [55970] * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) VMM/PDM: Change PDMR3PowerOff to always call the power off ... Wed, 20 May 2015 12:42:53 GMT vboxsync [55966] * trunk/include/VBox/types.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/SELMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM,++: VBOXSTRICTRC for physical access handlers. Tue, 19 May 2015 14:27:00 GMT vboxsync [55937] * trunk/include/VBox/vmm/patm.h (modified) * trunk/src/VBox/VMM/VMMAll/CSAMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PATMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) * trunk/src/VBox/VMM/include/CSAMInternal.h (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) CSAM,PATM: Changed csamRCCodePageWritePfHandler to store the pvFault ... Tue, 19 May 2015 10:59:49 GMT vboxsync [55929] * trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp (modified) VMM/GIM: Backout temporary change. Tue, 19 May 2015 09:59:57 GMT vboxsync [55926] * trunk/src/VBox/VMM/VMMR3/GIMKvm.cpp (modified) VMM/GIM: temporary change for test build. Mon, 18 May 2015 13:36:19 GMT vboxsync [55910] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) pgmPoolAccessHandler: Make use of the enmOrigin to detect device ... Mon, 18 May 2015 13:09:16 GMT vboxsync [55909] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/include/IOMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM,++: Made the ring-3 physical access handler callbacks present in ... Mon, 18 May 2015 12:02:58 GMT vboxsync [55903] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/include/IOMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) PGM: Added a pVCpu parameter to all physical handler callouts and ... Mon, 18 May 2015 10:17:35 GMT vboxsync [55900] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/SELMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp (modified) PGM: Added a pVCpu parameter to all virtual handler callouts and also ... Mon, 18 May 2015 09:47:57 GMT vboxsync [55899] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/FTM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h (modified) * trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp (modified) * trunk/src/VBox/VMM/testcase/tstAnimate.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) PGM: Added an access origin to memory read & write calls that ... Mon, 18 May 2015 09:02:07 GMT vboxsync [55897] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) PGMR3HandlerVirtualTypeRegister: Dropped the pszModRC parameter as ... Sun, 17 May 2015 20:20:30 GMT vboxsync [55896] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/IOM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/include/IOMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) PGM: Renamed the ring-0 and raw-mode context physical page access ... Sun, 17 May 2015 19:42:38 GMT vboxsync [55895] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/CSAMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PATMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/SELMRC.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp (modified) * trunk/src/VBox/VMM/include/CSAMInternal.h (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/include/SELMInternal.h (modified) * trunk/src/VBox/VMM/include/TRPMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) Added pvUser to the raw-mode context virtual handler callbacks. Sun, 17 May 2015 18:23:10 GMT vboxsync [55894] * trunk/src/VBox/VMM/include/SELMInternal.h (modified) build fix Sun, 17 May 2015 18:19:53 GMT vboxsync [55893] * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) build fix Sun, 17 May 2015 18:14:56 GMT vboxsync [55892] * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) build fix Sun, 17 May 2015 18:06:25 GMT vboxsync [55890] * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) build fix Sun, 17 May 2015 18:01:37 GMT vboxsync [55889] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATMSSM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR3/SELM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TRPM.cpp (modified) * trunk/src/VBox/VMM/include/CSAMInternal.h (modified) * trunk/src/VBox/VMM/include/PATMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInline.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/include/SELMInternal.h (modified) * trunk/src/VBox/VMM/include/TRPMInternal.h (modified) * trunk/src/VBox/VMM/include/TRPMInternal.mac (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) VMM: Split up virtual handlers just like the physical ones, such that ...