# # ChangeLog for trunk/include in vbox # # Generated by Trac 1.4.3.2 # Feb 6, 2025 1:52:30 PM Thu, 05 Sep 2013 15:35:22 GMT vboxsync [48313] * trunk/include/VBox/ExtPack/ExtPack.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ExtPackManagerImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/ExtPackManager+Console: add a way to load HGCM modules from an ... Thu, 05 Sep 2013 09:57:44 GMT vboxsync [48297] * trunk/doc/manual/en_US/SDKRef.xml (modified) * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/include/MediumLock.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/include/TokenImpl.h (added) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.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/MediumLock.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/TokenImpl.cpp (added) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstMediumLock.cpp (modified) Main/Medium: redesign API level medium locking, needed conversions ... Thu, 05 Sep 2013 00:32:23 GMT vboxsync [48284] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive ... Wed, 04 Sep 2013 14:06:50 GMT vboxsync [48267] * trunk/include/VBox/err.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM: Allow VT-x to be used in SMX mode, more granular error checking. Tue, 03 Sep 2013 12:44:22 GMT vboxsync [48248] * trunk/include/VBox/vmm/iom.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) Comments. Mon, 02 Sep 2013 17:09:24 GMT vboxsync [48234] * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) VMM: PDMR3UsbCreateEmulatedDevice Mon, 02 Sep 2013 14:52:50 GMT vboxsync [48230] * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp (modified) VMM: Propagate errors properly while leaving HM context. Mon, 02 Sep 2013 11:54:23 GMT vboxsync [48227] * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp (modified) VMM: Ensure longjmps after hmR0[Vmx|Svm]LeaveSession() don't happen. Sat, 31 Aug 2013 18:47:14 GMT vboxsync [48216] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.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) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM/HM: Cleanup. Sat, 31 Aug 2013 18:38:37 GMT vboxsync [48215] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Cleanup. Fri, 30 Aug 2013 22:13:19 GMT vboxsync [48209] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM: Apparently we use underscores in unions/structs in other places. ... Fri, 30 Aug 2013 22:05:31 GMT vboxsync [48208] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM: Cleanup, hungarian and comments. Thu, 29 Aug 2013 12:45:46 GMT vboxsync [48151] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) Netware 6 is reading MSR_P4_LASTBRANCH_0 (0x1db). Thu, 29 Aug 2013 10:45:24 GMT vboxsync [48143] * trunk/include/iprt/x86.h (modified) x86.h: some new MSRs. _BIT defines for some EFLAGS. Thu, 29 Aug 2013 09:39:53 GMT vboxsync [48140] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/hm_vmx.mac (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Safer longjmp coverage, only restore host state when ... Wed, 28 Aug 2013 17:14:38 GMT vboxsync [48130] * trunk/include/VBox/vmm/hm.h (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM: Enable thread-context hooks. Reimplemented event injection logic ... Wed, 28 Aug 2013 10:57:27 GMT vboxsync [48120] * trunk/include/iprt/x86.h (modified) Another intel MSR. Wed, 28 Aug 2013 10:40:43 GMT vboxsync [48119] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) Another intel MSR. Tue, 27 Aug 2013 16:42:30 GMT vboxsync [48094] * trunk/include/VBox/settings.h (modified) settings/xml: cosmetics. Tue, 27 Aug 2013 16:39:15 GMT vboxsync [48093] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) NAT/xml: loopback mappings introduces NATNetwork entities: ... Tue, 27 Aug 2013 04:20:58 GMT vboxsync [48076] * trunk/include/iprt/cpp/ministring.h (modified) Spell "afterwards" correctly in comments. Mon, 26 Aug 2013 15:05:20 GMT vboxsync [48066] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) CPUM: Fake MSR_IA32_MCG_STATUS reads. Corrected MSR names, IA32_MCP ... Mon, 26 Aug 2013 15:01:08 GMT vboxsync [48063] * trunk/include/VBox/com/defs.h (modified) com/defs.h: Another dead interface RPC status (windows). Fri, 23 Aug 2013 18:11:36 GMT vboxsync [48037] * trunk/include/VBox/vmm/hm.h (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HM: Preemption hooks, work in progress. Hopefully I didn't break ... Thu, 22 Aug 2013 17:58:17 GMT vboxsync [48004] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) Fixed initialization. Thu, 22 Aug 2013 17:45:07 GMT vboxsync [48003] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMM: CPUMR0Init -> CPUMR0InitVM renamed. Thu, 22 Aug 2013 17:32:46 GMT vboxsync [48002] * trunk/include/VBox/vmm/hm_vmx.h (modified) include/VBox/vmm: missed return. Thu, 22 Aug 2013 16:03:03 GMT vboxsync [47999] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM/HM: Better error reporting for unsupported VT-x feature combos. Thu, 22 Aug 2013 15:09:32 GMT vboxsync [47996] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) More MSRs fixes on AMD64. MSR_K8_NB_CFG is for recent linux kernels ... Thu, 22 Aug 2013 14:31:52 GMT vboxsync [47991] * trunk/doc/manual/en_US/user_VBoxManage.xml (modified) * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: Made the exclusive HW virtualization use setting global rather ... Thu, 22 Aug 2013 13:56:52 GMT vboxsync [47989] * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMAll/VMMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and ... Thu, 22 Aug 2013 13:01:54 GMT vboxsync [47988] * trunk/include/VBox/com/defs.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) Solaris reads MSR_RAPL_POWER_UNIT, give it some fake values. Thu, 22 Aug 2013 08:27:04 GMT vboxsync [47982] * trunk/include/VBox/RemoteDesktop/VRDEVideoIn.h (modified) VRDEVideoIn.h: extended frame info Tue, 20 Aug 2013 22:11:52 GMT vboxsync [47942] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) CPUM: Ignore MSR_K8_INT_PENDING access. Tue, 20 Aug 2013 08:02:48 GMT vboxsync [47876] * trunk/include/VBox/apic.mac (modified) * trunk/include/VBox/err.mac (modified) * trunk/include/iprt/x86.mac (modified) kmk incs Mon, 19 Aug 2013 17:10:39 GMT vboxsync [47853] * trunk/include/VBox/com/EventQueue.h (modified) Build fix; forgot the include file. Mon, 19 Aug 2013 16:34:02 GMT vboxsync [47848] * trunk/include/VBox/com/array.h (modified) * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/comimpl.xsl (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) Main: API event for multitouch input. Mon, 19 Aug 2013 14:03:17 GMT vboxsync [47844] * trunk/include/VBox/apic.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM: X2APIC + NMI. Only tested on AMD64. Mon, 19 Aug 2013 11:12:55 GMT vboxsync [47839] * trunk/include/iprt/x86.h (modified) x86.h: APICBASE fields. Mon, 19 Aug 2013 09:03:37 GMT vboxsync [47834] * trunk/include/iprt/file.h (modified) IPRT/file.h: Documentation. Sun, 18 Aug 2013 12:33:32 GMT vboxsync [47830] * trunk/include/VBox/vscsi.h (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Devices/Storage: Missing changes Sun, 18 Aug 2013 12:30:02 GMT vboxsync [47829] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvBlock.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h (modified) * trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) Devices/Storage: Preparations for non 512 byte sector sizes. Add a ... Fri, 16 Aug 2013 15:30:15 GMT vboxsync [47817] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) * trunk/src/VBox/Main/include/GuestFileImpl.h (modified) * trunk/src/VBox/Main/include/GuestProcessImpl.h (modified) * trunk/src/VBox/Main/include/GuestSessionImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) GuestCtrl: Update for IGuestFile; some renaming. Fri, 16 Aug 2013 12:54:26 GMT vboxsync [47807] * trunk/include/VBox/vmm/em.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMHM.cpp (modified) * trunk/src/VBox/VMM/include/EMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStruct.h (modified) EM/HM: Don't switch to REM immediately, try up to 1024 instruction in ... Fri, 16 Aug 2013 09:01:25 GMT vboxsync [47789] * trunk/include/VBox/err.h (modified) PGM: Added a new page type for the VT-x APIC access page MMIO alias ... Fri, 16 Aug 2013 08:37:29 GMT vboxsync [47783] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp (modified) IPRT/RTFileModeToFlags.cpp: Set default sharing modes. Thu, 15 Aug 2013 13:04:51 GMT vboxsync [47762] * trunk/include/iprt/file.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp (added) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstFileModeStringToFlags.cpp (added) IPRT: Added RTFileModeToFlags* APIs + testcase. Thu, 15 Aug 2013 12:57:02 GMT vboxsync [47760] * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) VMM/HM: Preemption hooks. Some common structural changes and cleanup, ... Wed, 14 Aug 2013 19:52:30 GMT vboxsync [47739] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGM: Added an API that IEM can use to spot MMIO and other troublesome ... Wed, 14 Aug 2013 19:51:33 GMT vboxsync [47738] * trunk/include/iprt/x86.h (modified) x86.h: Corrected X86DESCATTR_P definition (shifted left by 4 bits by ... Wed, 14 Aug 2013 19:50:27 GMT vboxsync [47737] * trunk/include/VBox/vmm/hm.h (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) HM.cpp: Added APIs for checking whether VT-x and AMD-V are enabled. Wed, 14 Aug 2013 15:32:58 GMT vboxsync [47735] * trunk/include/iprt/file.h (modified) Comment typo. Tue, 13 Aug 2013 23:43:24 GMT vboxsync [47714] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFBp.cpp (modified) CPUMRecalcHyperDRx: Host single stepping in HM-mode fix. Tue, 13 Aug 2013 19:34:13 GMT vboxsync [47708] * trunk/include/VBox/scsi.h (modified) Added a few random SCSI constants. Tue, 13 Aug 2013 14:43:13 GMT vboxsync [47697] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) Forgot some files, build fix. Tue, 13 Aug 2013 12:10:19 GMT vboxsync [47687] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Added segment checks to hmR0VmxCheckGuestState() while ... Mon, 12 Aug 2013 22:51:55 GMT vboxsync [47681] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM: I/O breakpoints. Mon, 12 Aug 2013 17:09:40 GMT vboxsync [47680] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Added missing TR guest-state checks. Mon, 12 Aug 2013 15:17:36 GMT vboxsync [47676] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) VMM/HMVMXR0: Some missed checks and fixes to segment checks. Mon, 12 Aug 2013 11:16:55 GMT vboxsync [47671] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/include/VBox/vmm/em.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMHM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp (modified) VMM: More debugging related stuff. Mon, 12 Aug 2013 10:40:52 GMT vboxsync [47668] * trunk/include/VBox/vmm/cpumctx.h (modified) CPUMCTX_FROM_CORE Mon, 12 Aug 2013 10:39:45 GMT vboxsync [47667] * trunk/include/iprt/x86.h (modified) x86.h: A couple of DR7 macros. Mon, 12 Aug 2013 00:37:34 GMT vboxsync [47660] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFBp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp (modified) * trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp (modified) * trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac (modified) * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) * trunk/src/VBox/VMM/include/CPUMInternal.h (modified) * trunk/src/VBox/VMM/include/CPUMInternal.mac (modified) VMM: Debug register handling redo. (only partly tested on AMD-V so far.) Fri, 09 Aug 2013 13:47:38 GMT vboxsync [47645] * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) VMM: RTThreadCtxHooksAre[Registered|Created](). Moved it into ... Fri, 09 Aug 2013 12:57:57 GMT vboxsync [47635] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM/HM: Implemented VMX guest-state checks in accordance with the ... Thu, 08 Aug 2013 20:09:42 GMT vboxsync [47620] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) GuestCtrl: Fixed per-session command filtering, added command to ... Thu, 08 Aug 2013 19:06:45 GMT vboxsync [47619] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/em.h (modified) * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/EMHM.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) EM: Started on HM single stepping for IEM verification purposes. ... Wed, 07 Aug 2013 09:51:45 GMT vboxsync [47572] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/Runtime/r0drv/generic/threadctxhooks-r0drv-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/threadctxhooks-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/threadctxhooks-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp (modified) Runtime/threadctxhooks: RTThreadCtxHooksAreRegistered(). Wed, 07 Aug 2013 09:49:33 GMT vboxsync [47571] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Input/DrvMouseQueue.cpp (modified) * trunk/src/VBox/Devices/Input/UsbMouse.cpp (modified) * trunk/src/VBox/Devices/Input/testcase/tstUsbMouse.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) include,Devices,Main,VirtualBox: multi-touch input. Wed, 07 Aug 2013 03:11:58 GMT vboxsync [47568] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h (modified) * trunk/src/VBox/VMM/include/IEMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp (modified) IEM: LAR,LSL,ARPL, and some tracing (RTTraceBuf*). Tue, 06 Aug 2013 11:51:19 GMT vboxsync [47556] * trunk/include/VBox/VBoxGuestLib.h (modified) Todo. Tue, 06 Aug 2013 03:58:02 GMT vboxsync [47547] * trunk/include/iprt/x86.h (modified) x86.h: Added X86_EFL_LIVE_MASK and X86_EFL_RA1_MASK. Thu, 01 Aug 2013 18:33:39 GMT vboxsync [47516] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/zip.h (modified) * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Runtime/common/zip/zip.cpp (modified) Backed out r87679: Still working on the wrong solution... Sigh. Thu, 01 Aug 2013 09:01:40 GMT vboxsync [47503] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: bump settings version if NAT networks are defined Thu, 01 Aug 2013 06:01:14 GMT vboxsync [47500] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/zip.h (modified) * trunk/src/VBox/Main/include/ApplianceImplPrivate.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Runtime/common/zip/zip.cpp (modified) pr6022. Second variant of support GZIP files for OVA appliance. Wed, 31 Jul 2013 16:43:28 GMT vboxsync [47497] * trunk/include/VBox/usblib-solaris.h (modified) * trunk/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c (modified) * trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c (modified) Solaris/USB: Fix short-transfers-okay flag. Wed, 31 Jul 2013 12:44:53 GMT vboxsync [47485] * trunk/include/VBox/VBoxVideo3D.h (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_config.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_window.c (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) crOpenGL: 3d data visibility notifications, bugfixes Mon, 29 Jul 2013 14:51:34 GMT vboxsync [47463] * trunk/include/VBox/RemoteDesktop/VRDEInput.h (modified) include,VRDP: input channel Mon, 29 Jul 2013 12:51:12 GMT vboxsync [47456] * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.mac (modified) VMM/VMMR0,GVMMR0: Thread-context hooks creation/release. The ... Mon, 29 Jul 2013 00:37:37 GMT vboxsync [47445] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/iem.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) IEM,HM,PGM: Started on string I/O optimizations using IEM (disabled). ... Sun, 28 Jul 2013 16:28:28 GMT vboxsync [47442] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/err.mac (modified) * trunk/include/VBox/various.sed (modified) * trunk/include/iprt/x86.mac (modified) Adjusted some HMVMX status codes so that VERR_VMX_INVALID_VMCS_PTR ... Sat, 27 Jul 2013 19:25:23 GMT vboxsync [47438] * trunk/include/VBox/vmm/hm_vmx.mac (modified) VMXRESTOREHOST: drop the #pragma pack(1) and correctly align the ... Sat, 27 Jul 2013 19:24:42 GMT vboxsync [47437] * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/hm_vmx.mac (modified) VMXRESTOREHOST: drop the #pragma pack(1) and correctly align the ... Sat, 27 Jul 2013 18:20:24 GMT vboxsync [47436] * trunk/include/VBox/vmm/hm_vmx.h (modified) hmvmx.h: Use MSC vmx_* intrinsics. Sat, 27 Jul 2013 13:13:02 GMT vboxsync [47435] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: RT_INLINE_ASM_USES_INTRIN = major MSC version number so ... Sat, 27 Jul 2013 00:35:49 GMT vboxsync [47432] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) HMR0VMX.cpp: Attempt to fix incorrect DR7 and DR[0-3] checks in I/O ... Fri, 26 Jul 2013 16:06:01 GMT vboxsync [47427] * trunk/include/VBox/vmm/patm.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/IEMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PATMAll.cpp (modified) PATM,IEM: Added interface for safely and quickly reading patch code. Fri, 26 Jul 2013 13:51:45 GMT vboxsync [47424] * trunk/include/VBox/RemoteDesktop/VRDEInput.h (added) include: VRDEInput header Fri, 26 Jul 2013 06:55:18 GMT vboxsync [47416] * trunk/include/VBox/vmm/pdmwebcaminfs.h (modified) * trunk/src/VBox/Main/src-client/UsbWebcamInterface.cpp (modified) include,Main,Extpack: emulated webcam updates Thu, 25 Jul 2013 22:03:24 GMT vboxsync [47412] * trunk/include/VBox/dis.h (modified) * trunk/include/VBox/disopcode.h (modified) * trunk/src/VBox/Disassembler/DisasmTables.cpp (modified) PMOVSKB -> PMOVMSKB; DISOPTYPE_SSE/MMX/FPU. Thu, 25 Jul 2013 19:36:57 GMT vboxsync [47406] * trunk/include/iprt/x86.h (modified) x86.h: Added MSXCR macros. Thu, 25 Jul 2013 19:12:24 GMT vboxsync [47401] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFiltersImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.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/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main,Frontends: Second step of USB controller rework. There is one ... Wed, 24 Jul 2013 22:28:50 GMT vboxsync [47381] * trunk/include/iprt/x86.h (modified) keep within 130 columns. Wed, 24 Jul 2013 15:13:52 GMT vboxsync [47376] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFilterImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFiltersImpl.h (copied) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp (copied) * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) Main/USB: USB Controller implementation rework. Moved filter handling ... Wed, 24 Jul 2013 12:35:39 GMT vboxsync [47370] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/linux/threadctxhooks-r0drv-linux.c (modified) iprt/thread.h: Define/document the return values more explicitly when ... Wed, 24 Jul 2013 12:35:14 GMT vboxsync [47369] * trunk/include/VBox/com/ptr.h (modified) Reverted r87514 + r87515: Not needed since -fexceptions is not ... Wed, 24 Jul 2013 12:16:38 GMT vboxsync [47368] * trunk/include/VBox/com/ptr.h (modified) Build fix. Wed, 24 Jul 2013 12:08:50 GMT vboxsync [47367] * trunk/include/VBox/com/ptr.h (modified) VBox/com/ptr.h: Handle bad_alloc. Wed, 24 Jul 2013 00:45:47 GMT vboxsync [47359] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/include/iprt/zip.h (modified) * trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp (modified) * trunk/src/VBox/Runtime/common/zip/tarcmd.cpp (modified) * trunk/src/VBox/Runtime/tools/RTGzip.cpp (modified) IPRT: Added compression to the gzip VFS I/O stream class ... Tue, 23 Jul 2013 17:45:07 GMT vboxsync [47356] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/src/VBox/Runtime/common/vfs/vfsstdfile.cpp (modified) IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.