# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Dec 28, 2024 7:10:12 PM Sun, 22 Apr 2007 16:07:58 GMT vboxsync [2307] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) quelques corrections Sat, 21 Apr 2007 20:50:41 GMT vboxsync [2306] * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) r=frank Sat, 21 Apr 2007 01:35:03 GMT vboxsync [2305] * trunk/include/iprt/asm.h (modified) We're using 2002 not 2003 it seems. too bad. Sat, 21 Apr 2007 01:23:53 GMT vboxsync [2304] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp (modified) ASMMemoryClobber -> ASMCompilerBarrier + MSC (untested) Sat, 21 Apr 2007 00:34:18 GMT vboxsync [2303] * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) you didn't quite understand me... Sat, 21 Apr 2007 00:22:50 GMT vboxsync [2302] * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) style Sat, 21 Apr 2007 00:21:08 GMT vboxsync [2301] * trunk/src/VBox/VMM/IOM.cpp (modified) MMHyperR3ToGC Sat, 21 Apr 2007 00:20:10 GMT vboxsync [2300] * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) ansi C Sat, 21 Apr 2007 00:01:00 GMT vboxsync [2299] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) style. Fri, 20 Apr 2007 23:55:51 GMT vboxsync [2298] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) Don't update Addr unless we're going to loop. Fri, 20 Apr 2007 23:51:13 GMT vboxsync [2297] * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/REMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.mac (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) svn:eol-style native Fri, 20 Apr 2007 23:49:51 GMT vboxsync [2296] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) fixed my typos. Fri, 20 Apr 2007 23:41:19 GMT vboxsync [2295] * trunk/src/VBox/VMM/PGMInternal.h (modified) Made PGM_WITH_PAGING safe and faster. Fri, 20 Apr 2007 23:37:07 GMT vboxsync [2294] * trunk/src/VBox/VMM/VMMR0/DBGFR0.cpp (modified) svn:eol-style and keywords. Fri, 20 Apr 2007 23:31:31 GMT vboxsync [2293] * trunk/src/VBox/VMM/PDM.cpp (modified) MMHyperR3ToGC Fri, 20 Apr 2007 23:28:53 GMT vboxsync [2292] * trunk/include/VBox/pdm.h (modified) Turned out the Devices testcase craved 32 byte alignment. Fri, 20 Apr 2007 23:26:42 GMT vboxsync [2291] * trunk/include/VBox/pdm.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PDMLdr.cpp (modified) * trunk/src/VBox/VMM/PGMBth.h (modified) * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/PGMShw.h (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) More ring-0/ring-3 type safety (callbacks and PDM symbol resolving). Fri, 20 Apr 2007 23:11:11 GMT vboxsync [2290] * trunk/src/VBox/VMM/PGM.cpp (modified) MMHyperR3ToGC Fri, 20 Apr 2007 23:02:20 GMT vboxsync [2289] * trunk/src/VBox/VMM/VMM.cpp (modified) disabled ring-0 logging again for everyone but sander. Fri, 20 Apr 2007 23:00:04 GMT vboxsync [2288] * trunk/src/VBox/VMM/PGMInternal.h (modified) Fixed misalignment. Fri, 20 Apr 2007 22:53:11 GMT vboxsync [2287] * trunk/include/VBox/trpm.h (modified) PTRPMEVENT and PCTRPMEVENT. Fri, 20 Apr 2007 22:50:57 GMT vboxsync [2286] * trunk/include/VBox/pdm.h (modified) Alignment fix. Fri, 20 Apr 2007 22:35:30 GMT vboxsync [2285] * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/testcase/Makefile (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) TMCLOCK_VIRTUAL_SYNC changes. (define VBOX_WITH_VIRTUAL_SYNC_TIMERS ... Fri, 20 Apr 2007 22:30:56 GMT vboxsync [2284] * trunk/src/VBox/VMM/VMEmt.cpp (modified) Left some logging enabled there... Fri, 20 Apr 2007 22:27:52 GMT vboxsync [2283] * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/TMInternal.h (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/VMEmt.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Working TMCLOCK_VIRTUAL_SYNC. Fri, 20 Apr 2007 15:50:14 GMT vboxsync [2282] * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) check if the path really exists Fri, 20 Apr 2007 15:36:30 GMT vboxsync [2281] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) FE/Qt: Updated Russian translation. Fri, 20 Apr 2007 15:34:36 GMT vboxsync [2280] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: Set whatsthis format to RichText in RELEASE builds to avoid ... Fri, 20 Apr 2007 14:31:17 GMT vboxsync [2279] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) Don't recursively call PGMVerifyAccess as we might run out of stack. Fri, 20 Apr 2007 14:20:17 GMT vboxsync [2278] * trunk/src/VBox/Devices/PC/Etherboot-src/pcnet32.zrom (modified) updated etherboot zrom image Fri, 20 Apr 2007 14:13:06 GMT vboxsync [2277] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_ru.ts (modified) FE/Qt: Updated Russian translation. Fri, 20 Apr 2007 14:07:09 GMT vboxsync [2276] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) VerifyAccessSyncPage: shadow PD might not be present. Fri, 20 Apr 2007 14:06:54 GMT vboxsync [2275] * trunk/src/VBox/Devices/PC/Etherboot-src/core/nic.c (modified) Correctly handle PXE menus with 0 boot servers for an entry. Use the ... Fri, 20 Apr 2007 13:46:27 GMT vboxsync [2274] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Pass on rc. Fri, 20 Apr 2007 13:46:01 GMT vboxsync [2273] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Real and protected mode (no paging) implemenation of ... Fri, 20 Apr 2007 13:14:32 GMT vboxsync [2272] * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) RTPathReal presumes that the path exists! Fri, 20 Apr 2007 13:01:05 GMT vboxsync [2271] * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) bugfix: RTPathReal presumes that the path exists! Fri, 20 Apr 2007 12:58:15 GMT vboxsync [2270] * trunk/src/VBox/VMM/IOM.cpp (modified) * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/MMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.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/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Stricter pointer typechecking. (R0 vs R3) Fri, 20 Apr 2007 12:58:05 GMT vboxsync [2269] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) Stricter pointer typechecking. (R0 vs R3) Fri, 20 Apr 2007 12:57:49 GMT vboxsync [2268] * trunk/include/VBox/iom.h (modified) * trunk/include/VBox/mm.h (modified) * trunk/include/VBox/pdm.h (modified) * trunk/include/VBox/pgm.h (modified) Stricter pointer typechecking. (R0 vs R3) Fri, 20 Apr 2007 12:56:15 GMT vboxsync [2267] * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) Updated assertion Fri, 20 Apr 2007 12:25:13 GMT vboxsync [2266] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Do not access framebuffer when it is being resized. Fri, 20 Apr 2007 11:44:36 GMT vboxsync [2265] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (modified) Do not try to set guest video mode if display driver refused it Fri, 20 Apr 2007 11:31:55 GMT vboxsync [2264] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (modified) Do not try to set guest video mode if display driver refused it Fri, 20 Apr 2007 11:17:57 GMT vboxsync [2263] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) FE/Qt: Updated French translation. Fri, 20 Apr 2007 10:49:08 GMT vboxsync [2262] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: Fixed: Network adapter tab names were not translatable. Fri, 20 Apr 2007 10:05:29 GMT vboxsync [2261] * trunk/src/VBox/VMM/DBGF.cpp (modified) don't try to attach a debugger on L4 Fri, 20 Apr 2007 09:18:48 GMT vboxsync [2260] * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) Corrections for real and v86 addresses + cleanup + notes. Fri, 20 Apr 2007 08:50:56 GMT vboxsync [2259] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Web service: More updates. Fri, 20 Apr 2007 08:39:16 GMT vboxsync [2258] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Removed leftover logging statement Fri, 20 Apr 2007 08:32:07 GMT vboxsync [2257] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) show pdf help file on Mac Fri, 20 Apr 2007 07:57:38 GMT vboxsync [2256] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Fixed io port access return check Fri, 20 Apr 2007 07:48:46 GMT vboxsync [2255] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) Return to the previous screen size and position after leaving full- ... Fri, 20 Apr 2007 07:43:35 GMT vboxsync [2254] * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) r=frank Fri, 20 Apr 2007 04:47:28 GMT vboxsync [2253] * trunk/src/VBox/Runtime/testcase/tstInlineAsm.cpp (modified) Added (disabled) the overflow testcase for ASMMultU64ByU32DivByU32. Fri, 20 Apr 2007 04:40:47 GMT vboxsync [2252] * trunk/include/iprt/asm.h (modified) killed MSC warning. Fri, 20 Apr 2007 00:21:15 GMT vboxsync [2251] * trunk/src/VBox/VMM/DBGFInternal.h (modified) info flag. Thu, 19 Apr 2007 23:38:04 GMT vboxsync [2250] * trunk/include/VBox/dbgf.h (modified) * trunk/src/VBox/VMM/DBGFInfo.cpp (modified) DBGFINFO_FLAGS_RUN_ON_EMT and Ex registration function. Thu, 19 Apr 2007 22:05:41 GMT vboxsync [2249] * trunk/Doxyfile.Core (modified) fix doxyfile Thu, 19 Apr 2007 21:43:29 GMT vboxsync [2248] * trunk/include/VBox/tm.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/TMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/TMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Implementing timer syncrhonous virtual clock. Thu, 19 Apr 2007 21:40:41 GMT vboxsync [2247] * trunk/include/iprt/asm.h (modified) r=bird: ASMMemoryClobber questions. Thu, 19 Apr 2007 21:34:32 GMT vboxsync [2246] * trunk/include/VBox/pdm.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (moved) * trunk/src/VBox/Devices/Makefile (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) Input/pckbd.c => Input/DevPS2.cpp Thu, 19 Apr 2007 21:24:12 GMT vboxsync [2245] * trunk/include/iprt/asm.h (modified) ASMAtomicXchgBool. Thu, 19 Apr 2007 21:13:36 GMT vboxsync [2244] * trunk/include/VBox/stam.h (modified) * trunk/src/VBox/VMM/STAM.cpp (modified) NS and PCT units. Thu, 19 Apr 2007 20:58:10 GMT vboxsync [2243] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) lower the valid IDT address from 2GB to 1GB Thu, 19 Apr 2007 20:39:58 GMT vboxsync [2242] * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp (modified) pass VERR_IDT_FAILED correctly to userland Thu, 19 Apr 2007 18:22:33 GMT vboxsync [2241] * trunk/src/recompiler/new/VBoxREMWrapper.cpp (modified) , Thu, 19 Apr 2007 16:58:31 GMT vboxsync [2240] * trunk/src/VBox/Frontends/VirtualBox/Makefile (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) 1934: Never decrease size in the layout: Fixing minimum height of ... Thu, 19 Apr 2007 16:30:43 GMT vboxsync [2239] * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) Main: Use RTPathCompare() instead of #ifdef's. Thu, 19 Apr 2007 16:25:53 GMT vboxsync [2238] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) VBoxSDL: Fixed: Floppy/DVD image operations were case sensitive on ... Thu, 19 Apr 2007 15:37:57 GMT vboxsync [2237] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Enabled SVM for real and protected mode without paging again. Thu, 19 Apr 2007 15:33:39 GMT vboxsync [2236] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Incorrect assertion. (guest ram can have unallocated gaps) Thu, 19 Apr 2007 15:10:52 GMT vboxsync [2235] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Even more logging Thu, 19 Apr 2007 15:06:52 GMT vboxsync [2234] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) More logging Thu, 19 Apr 2007 14:28:57 GMT vboxsync [2233] * trunk/src/VBox/VMM/VM.cpp (modified) put pack the double-power-off workaround Thu, 19 Apr 2007 14:19:16 GMT vboxsync [2232] * trunk/src/VBox/VMM/EM.cpp (modified) Put back 20576. Not sure what went wrong before. Thu, 19 Apr 2007 14:02:03 GMT vboxsync [2231] * trunk/src/VBox/VMM/VMMGC/IOMGC.cpp (modified) Partial 20576 commit Thu, 19 Apr 2007 14:01:32 GMT vboxsync [2230] * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) Partial 20576 commit Thu, 19 Apr 2007 13:54:51 GMT vboxsync [2229] * trunk/src/VBox/VMM/DBGF.cpp (modified) * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) backed out accidental commit Thu, 19 Apr 2007 13:52:53 GMT vboxsync [2228] * trunk/src/VBox/VMM/DBGF.cpp (modified) * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMGC/IOMGC.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) backed out 20576 due to regressions Thu, 19 Apr 2007 13:51:54 GMT vboxsync [2227] * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) Ignore ModifyPage for real and protected mode without paging. Thu, 19 Apr 2007 13:48:01 GMT vboxsync [2226] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAll.cpp (modified) * trunk/src/VBox/VMM/VMMGC/IOMGC.cpp (modified) Cleanup of emR3RawExecuteIOInstruction: use existing IOM functions. ... Thu, 19 Apr 2007 13:39:30 GMT vboxsync [2225] * trunk/include/VBox/iom.h (modified) Added IOMInterpretIN & IOMInterpretOUT Thu, 19 Apr 2007 13:18:14 GMT vboxsync [2224] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) In some situations the guest state would not be synced. Thu, 19 Apr 2007 13:17:16 GMT vboxsync [2223] * trunk/src/recompiler/VBoxRecompiler.c (modified) * trunk/src/recompiler/new/VBoxRecompiler.c (modified) Incorrect check for valid hidden selector registers. Thu, 19 Apr 2007 13:05:58 GMT vboxsync [2222] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui (modified) FE/Qt: Fixed the version text position in the About.. dialog. Thu, 19 Apr 2007 12:50:09 GMT vboxsync [2221] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) FE/Qt: Rolled back changeset:20385 because the resize deadlocks have ... Thu, 19 Apr 2007 12:27:00 GMT vboxsync [2220] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) Don't call the outs/ins string handler if we're only supposed to ... Thu, 19 Apr 2007 12:19:29 GMT vboxsync [2219] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) Repaint display when framebuffer completed an asynchronous resize. Thu, 19 Apr 2007 12:14:38 GMT vboxsync [2218] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Added ins/outs support to VMX. Cleaned up both VMX & SVM io handling. Thu, 19 Apr 2007 12:00:24 GMT vboxsync [2217] * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Added IOMInterpretINSEx & IOMInterpretOUTSEx. Support ins/outs ... Thu, 19 Apr 2007 11:51:56 GMT vboxsync [2216] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Backed out 20564 & 20565. Require many more changes. Thu, 19 Apr 2007 11:45:56 GMT vboxsync [2215] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Compile ataIOPortRead/WriteStr1 in ring 0 mode as well. Thu, 19 Apr 2007 11:34:39 GMT vboxsync [2214] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Register string read & write handlers for ring 0. Thu, 19 Apr 2007 11:25:58 GMT vboxsync [2213] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) More stats Thu, 19 Apr 2007 11:24:47 GMT vboxsync [2212] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) Repaint display when framebuffer completed an asynchronous resize. Thu, 19 Apr 2007 11:19:14 GMT vboxsync [2211] * trunk/include/VBox/iom.h (modified) Added IOMInterpretINSEx & IOMInterpretOUTSEx Thu, 19 Apr 2007 10:42:02 GMT vboxsync [2210] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Disable r20541, r20552. Thu, 19 Apr 2007 10:09:23 GMT vboxsync [2209] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_ro.ts (modified) FE/Qt: Romanian language update. Thu, 19 Apr 2007 09:59:46 GMT vboxsync [2208] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) FE/Qt: Minor spelling correction.