# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 3, 2025 6:23:37 PM Mon, 22 Jan 2007 10:27:58 GMT vboxsync [222] * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) Fixed parameters order in HGCM host call. That produced warning, ... Mon, 22 Jan 2007 00:38:21 GMT vboxsync [220] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) 32-bit kernel doesn't mean 32-bit cpu - I really hope this doesn't ... Mon, 22 Jan 2007 00:36:58 GMT vboxsync [219] * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.c (modified) MALLOC (kalloc) fails on relativly small amounts, use IOMallocAliged ... Mon, 22 Jan 2007 00:35:39 GMT vboxsync [218] * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) An attempt at locking which doesn't seem to work very well.. Sun, 21 Jan 2007 21:41:29 GMT vboxsync [217] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/include/internal/memobj.h (modified) * trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) hacking darwin memory objects. Sun, 21 Jan 2007 21:40:14 GMT vboxsync [216] * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.c (modified) * trunk/src/VBox/HostDrivers/Support/darwin/load.sh (modified) ... Sun, 21 Jan 2007 20:28:01 GMT vboxsync [215] * trunk/src/Makefile (modified) done testing Sun, 21 Jan 2007 19:07:01 GMT vboxsync [214] * trunk/src/VBox/Additions/linux/module/Makefile.module (modified) make 'make -C M=$(pwd)' work Sun, 21 Jan 2007 19:03:12 GMT vboxsync [213] * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) make 'make -C M=$(pwd)' work Sun, 21 Jan 2007 16:38:25 GMT vboxsync [211] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Use the special backdoor logging group for backdoor logging (rest is ... Sun, 21 Jan 2007 15:10:33 GMT vboxsync [209] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) Removed obsolete check Sun, 21 Jan 2007 14:23:25 GMT vboxsync [208] * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMGuest.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) Changed guest specific patch for OpenBSD. 3.7, 3.8, 3.9 and 4.0 now work. Sun, 21 Jan 2007 10:42:48 GMT vboxsync [207] * trunk/src/VBox/Runtime/include/internal/initterm.h (moved) * trunk/src/VBox/Runtime/include/internal/memobj.h (moved) * trunk/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) cleaning up some header stuff. Sun, 21 Jan 2007 10:31:42 GMT vboxsync [206] * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.c (modified) * trunk/src/VBox/HostDrivers/Support/darwin/load.sh (modified) Init/term R0 runtime. Sun, 21 Jan 2007 10:30:25 GMT vboxsync [205] * trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp (modified) fixed incorrect assertions. Sun, 21 Jan 2007 09:57:51 GMT vboxsync [204] * trunk/include/iprt/initterm.h (copied) * trunk/include/iprt/path.h (modified) * trunk/include/iprt/process.h (modified) * trunk/include/iprt/runtime.h (modified) * trunk/include/iprt/semaphore.h (modified) * trunk/include/iprt/spinlock.h (modified) * trunk/include/iprt/stdarg.h (modified) * trunk/include/iprt/stdint.h (modified) * trunk/include/iprt/stream.h (modified) * trunk/include/iprt/string.h (modified) * trunk/include/iprt/system.h (modified) * trunk/include/iprt/table.h (modified) * trunk/include/iprt/tcp.h (modified) * trunk/include/iprt/uuid.h (modified) * trunk/src/VBox/Runtime/generic/uuid-generic.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/uuid-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/win32/uuid-win32.cpp (modified) runtime.h now includes everything. Created a new header, initterm.h, ... Sat, 20 Jan 2007 15:43:20 GMT vboxsync [202] * trunk/src/VBox/Main/MachineImpl.cpp (modified) ifdef VRDP specific code Sat, 20 Jan 2007 04:09:16 GMT vboxsync [201] * trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp (modified) event sems Sat, 20 Jan 2007 02:13:57 GMT vboxsync [200] * trunk/src/VBox/Frontends/VBoxSDL/Makefile (modified) Corrected dependency on the icon header. Sat, 20 Jan 2007 02:09:02 GMT vboxsync [199] * trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp (modified) fast mutex sems. Sat, 20 Jan 2007 02:08:31 GMT vboxsync [198] * trunk/src/VBox/Runtime/generic/timer-generic.cpp (modified) thread safe handle invalidating. Sat, 20 Jan 2007 01:22:45 GMT vboxsync [197] * trunk/include/iprt/timer.h (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/generic/timer-generic.cpp (added) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/generic (added) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/thread-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/thread-r0drv.h (deleted) * trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win32/timer-win32.cpp (modified) A stab at generic timers (untested). Sat, 20 Jan 2007 01:06:59 GMT vboxsync [196] * trunk/src/Makefile (modified) Enabling the new recompiler code (for testing during the weekend). Fri, 19 Jan 2007 21:59:34 GMT vboxsync [195] * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/darwin/load.sh (added) Created a script for loading the kernel extension (for development) ... Fri, 19 Jan 2007 21:56:57 GMT vboxsync [194] * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/string/memchr.asm (copied) * trunk/src/VBox/Runtime/string/memchr_alias.c (copied) memchr. Fri, 19 Jan 2007 19:42:32 GMT vboxsync [193] * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (added) Export AMD64ToPAE.asm Fri, 19 Jan 2007 19:41:37 GMT vboxsync [192] * trunk/src/VBox/Runtime/log.cpp (modified) reapplied Klaus' patch, fixed typo Fri, 19 Jan 2007 18:39:04 GMT vboxsync [191] * trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c (modified) just some sketches on how to solve the memory area problem on linux. Fri, 19 Jan 2007 18:12:40 GMT vboxsync [190] * trunk/src/VBox/Runtime/ldrELFRelocatable.cpp.h (modified) typo Fri, 19 Jan 2007 17:32:25 GMT vboxsync [189] * trunk/src/testcase/tstRunTestcases.cpp (modified) tstAvl is also annoyingly slow. Fri, 19 Jan 2007 17:11:18 GMT vboxsync [188] * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) Increased SSM version Fri, 19 Jan 2007 17:04:07 GMT vboxsync [186] * trunk/src/VBox/VMM/CPUM.cpp (modified) Turn off sysenter/sysexit support due to IOPL problems. (#1782) Fri, 19 Jan 2007 16:39:31 GMT vboxsync [185] * trunk/src/Makefile (modified) * trunk/src/testcase (added) * trunk/src/testcase/Makefile (added) * trunk/src/testcase/tstRunTestcases.cpp (added) tstRunTestcases. Fri, 19 Jan 2007 16:03:20 GMT vboxsync [184] * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) merge with upstream Fri, 19 Jan 2007 15:41:26 GMT vboxsync [182] * trunk/src/recompiler/new/exec-all.h (modified) gcc 3.3.3 didn't like my references to the two labels pointers. Also ... Fri, 19 Jan 2007 15:19:17 GMT vboxsync [181] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) Log all popf replacements Fri, 19 Jan 2007 15:07:45 GMT vboxsync [180] * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) log IOPL as well Fri, 19 Jan 2007 15:01:05 GMT vboxsync [179] * trunk/src/recompiler/precompiled/VBoxRecompiler.o (modified) * trunk/src/recompiler/precompiled/exec.o (modified) * trunk/src/recompiler/precompiled/op.o (modified) * trunk/src/recompiler/precompiled/translate-all.o (modified) * trunk/src/recompiler/precompiled/translate.o (modified) updated precompiled objects Fri, 19 Jan 2007 14:45:28 GMT vboxsync [178] * trunk/src/VBox/Runtime/log.cpp (modified) Backed out 17600 -> breaks parsing alltogether Fri, 19 Jan 2007 12:32:03 GMT vboxsync [177] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) release assertion Fri, 19 Jan 2007 11:16:03 GMT vboxsync [176] * trunk/src/VBox/Additions/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/installer/runlevel.sh (deleted) The additions installer now takes the runlevel script from the VBox ... Thu, 18 Jan 2007 22:57:03 GMT vboxsync [173] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h (modified) Q_UINT64 not ULONG64 return type for imageSize(). (problem on 64-bit ... Thu, 18 Jan 2007 22:24:35 GMT vboxsync [172] * trunk/src/VBox/VMM/CPUM.cpp (modified) add information about number of logical processors and processor ... Thu, 18 Jan 2007 22:01:23 GMT vboxsync [171] * trunk/src/VBox/VMM/VM.cpp (modified) added missing case for SUPinit error code Thu, 18 Jan 2007 21:31:14 GMT vboxsync [170] * trunk/src/VBox/VMM/VM.cpp (modified) Fixed crashes of Windows guests during powerOff. Thu, 18 Jan 2007 18:56:16 GMT vboxsync [169] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h (modified) FE/Qt: Fixed VBoxNewHD wizard: - Corrected minimum size hinting; - ... Thu, 18 Jan 2007 18:53:45 GMT vboxsync [168] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) FE/Qt: - VBoxGlobal::parseSize()/formatSize(): Don't use double when ... Thu, 18 Jan 2007 18:40:23 GMT vboxsync [167] * trunk/src/VBox/VMM/testcase/Makefile (modified) enabled the structure tests on 64-bit too. Thu, 18 Jan 2007 18:39:22 GMT vboxsync [165] * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) Another check. Thu, 18 Jan 2007 18:37:06 GMT vboxsync [164] * trunk/src/VBox/VMM/REMInternal.h (modified) Corrected padding. Thu, 18 Jan 2007 18:32:56 GMT vboxsync [163] * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) Update Thu, 18 Jan 2007 18:25:45 GMT vboxsync [161] * trunk/include/VBox/pdm.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/EMInternal.h (modified) * trunk/src/VBox/VMM/MMInternal.h (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) * trunk/src/VBox/VMM/SELMInternal.h (modified) * trunk/src/VBox/VMM/TMInternal.h (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMInternal.mac (modified) * trunk/src/VBox/VMM/testcase/Makefile (modified) * trunk/src/VBox/VMM/testcase/tstHelp.h (modified) * trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) 64-bit: structure alignment. Thu, 18 Jan 2007 18:11:17 GMT vboxsync [160] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) Argh Thu, 18 Jan 2007 18:09:17 GMT vboxsync [159] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) Moved iret log statement up Thu, 18 Jan 2007 17:53:23 GMT vboxsync [158] * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) Update Thu, 18 Jan 2007 17:45:21 GMT vboxsync [157] * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) oops Thu, 18 Jan 2007 17:42:04 GMT vboxsync [156] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) More iret logging Thu, 18 Jan 2007 17:41:16 GMT vboxsync [155] * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) Hack to allow configurable boot delay (up to 15 seconds). Thu, 18 Jan 2007 17:32:56 GMT vboxsync [154] * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) Minor changes Thu, 18 Jan 2007 17:07:50 GMT vboxsync [153] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) 64-bit Thu, 18 Jan 2007 17:07:40 GMT vboxsync [152] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) 64-bit (just to make it build). Thu, 18 Jan 2007 17:07:25 GMT vboxsync [151] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp (modified) 64-bit (just to make it build). Thu, 18 Jan 2007 16:56:28 GMT vboxsync [150] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) r=bird: Use @remark instead of @note and don't but it before the ... Thu, 18 Jan 2007 16:13:30 GMT vboxsync [149] * trunk/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/extnsionst.h (modified) warning Thu, 18 Jan 2007 16:12:03 GMT vboxsync [148] * trunk/src/VBox/Runtime/log.cpp (modified) Fix log flags parsing. The CHLOWER function wasn't working for my gcc ... Thu, 18 Jan 2007 15:58:29 GMT vboxsync [146] * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h (modified) 64-bit. Thu, 18 Jan 2007 15:51:46 GMT vboxsync [145] * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) 64-bit (just making it build). Thu, 18 Jan 2007 15:51:22 GMT vboxsync [144] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) 64-bit (just making it build). Thu, 18 Jan 2007 15:44:52 GMT vboxsync [143] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VBoxSDL/Helper.cpp (modified) 64-bit Thu, 18 Jan 2007 15:28:46 GMT vboxsync [141] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) warnings Thu, 18 Jan 2007 15:28:16 GMT vboxsync [140] * trunk/src/VBox/VMM/CPUMInternal.h (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMInternal.mac (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0A.asm (modified) 64-bit. Thu, 18 Jan 2007 14:59:33 GMT vboxsync [139] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) code cleanup, some more tests in vdiDumpImage() Thu, 18 Jan 2007 14:59:18 GMT vboxsync [138] * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) 64-bit Thu, 18 Jan 2007 14:42:26 GMT vboxsync [136] * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) Fixed the-linux-kernel.h for kernels 2.4.28 to 2.4.34 Thu, 18 Jan 2007 14:41:11 GMT vboxsync [135] * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) Slightly relaxed NMI check (see #1602) Thu, 18 Jan 2007 14:26:52 GMT vboxsync [134] * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) More logging Thu, 18 Jan 2007 14:12:31 GMT vboxsync [133] * trunk/src/recompiler/new/VBoxREMWrapper.cpp (modified) REMR3ReplayHandlerNotifications Thu, 18 Jan 2007 12:35:35 GMT vboxsync [132] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) Main: - Prototyped IConsoleCallback::onRuntimeError(); - All size ... Thu, 18 Jan 2007 00:35:11 GMT vboxsync [131] * trunk/src/VBox/Runtime/Makefile (modified) OS/2 doesn't need libuuid anymore. (only l4 needs it now) Thu, 18 Jan 2007 00:30:40 GMT vboxsync [130] * trunk/src/libs/Makefile.kmk (modified) OS/2 doesn't need libuuid anymore. (only l4 needs it now) Thu, 18 Jan 2007 00:07:02 GMT vboxsync [129] * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/VBox/strformat-vbox.cpp (modified) * trunk/src/VBox/Runtime/generic/uuid-generic.cpp (added) * trunk/src/VBox/Runtime/strformatrt.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile (modified) * trunk/src/VBox/Runtime/testcase/tstUuid.cpp (added) Generic Uuid. Corrected Gen.u16TimeMin to Gen.u16TimeMid. Wed, 17 Jan 2007 21:24:02 GMT vboxsync [128] * trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp (modified) mScreen->offset must be added on OS/2 for correctly dealing with the ... Wed, 17 Jan 2007 19:53:07 GMT vboxsync [127] * trunk/src/recompiler/precompiled/VBoxRecompiler.o (modified) * trunk/src/recompiler/precompiled/cpu-exec.o (modified) * trunk/src/recompiler/precompiled/exec.o (modified) * trunk/src/recompiler/precompiled/helper.o (modified) * trunk/src/recompiler/precompiled/helper2.o (modified) * trunk/src/recompiler/precompiled/op.o (modified) * trunk/src/recompiler/precompiled/translate-all.o (modified) * trunk/src/recompiler/precompiled/translate.o (modified) updated precompiled objects Wed, 17 Jan 2007 19:39:16 GMT vboxsync [126] * trunk/src/VBox/Devices/Storage/testcase/vhddtool.cpp (modified) fix windows build? Wed, 17 Jan 2007 19:22:14 GMT vboxsync [125] * trunk/src/VBox/Devices/Storage/testcase/vhddtool.cpp (modified) vditool: redirect LOG output to stdout Wed, 17 Jan 2007 17:38:24 GMT vboxsync [124] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/testcase/vhddtool.cpp (modified) LogRel() on VDI failure, make them visible on vditool. Wed, 17 Jan 2007 17:07:08 GMT vboxsync [123] * trunk/src/VBox/Main/xml/cfgldr.cpp (modified) 64-bit (I wonder why the old code was so complicated, hope it's not ... Wed, 17 Jan 2007 16:57:56 GMT vboxsync [121] * trunk/src/recompiler/new/Makefile.kmk (modified) * trunk/src/recompiler/new/op-validate.sed (modified) * trunk/src/recompiler/new/staged/op-elf-amd64.S (added) 64-bit. Wed, 17 Jan 2007 16:46:06 GMT vboxsync [120] * trunk/src/recompiler/new/VBoxRecompiler.c (modified) 64-bit Wed, 17 Jan 2007 16:45:07 GMT vboxsync [119] * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) 64-bit Wed, 17 Jan 2007 16:39:34 GMT vboxsync [118] * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) uintptr_t isn't available. use long (should work fine since we don't ... Wed, 17 Jan 2007 16:35:23 GMT vboxsync [117] * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) 64-bit fix. Wed, 17 Jan 2007 16:18:06 GMT vboxsync [115] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) 64-bit Wed, 17 Jan 2007 16:11:15 GMT vboxsync [114] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) arg. Wed, 17 Jan 2007 16:09:50 GMT vboxsync [113] * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) 64-bit Wed, 17 Jan 2007 16:04:27 GMT vboxsync [112] * trunk/src/VBox/VMM/VMMAll/CPUMAllA.asm (modified) 64-bit Wed, 17 Jan 2007 16:02:33 GMT vboxsync [111] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) 64-bit Wed, 17 Jan 2007 15:53:30 GMT vboxsync [110] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) * trunk/src/VBox/VMM/PATM/PATMA.h (modified) * trunk/src/VBox/VMM/PATM/PATMA.mac (modified) * trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp (modified) Log patch returns. Wed, 17 Jan 2007 15:45:40 GMT vboxsync [108] * trunk/src/VBox/VMM/PGM.cpp (modified) Fixed comment (reset is now required on load). 64-bit Wed, 17 Jan 2007 15:40:32 GMT vboxsync [107] * trunk/src/VBox/VMM/MM.cpp (modified) error checking. 64-bit.