VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23788   15 years vboxsync PATM: 64-bit host fix.
(edit) @23787   15 years vboxsync CPUM: Fixed bug in cpumR3LoadCpuId (live migration, disabled).
(edit) @23785   15 years vboxsync SSM: Added an _OLD field family for skipping obsolete field. May have …
(edit) @23784   15 years vboxsync PATM: The two relocation RTR3GetMem calls.
(edit) @23783   15 years vboxsync SSM: Added _HCPTR_HACK_U32 to deal with two PATM fields.
(edit) @23782   15 years vboxsync PATM: Missing ZEROs.
(edit) @23781   15 years vboxsync PATM: Converted to more SSMR3GetMem calls.
(edit) @23780   15 years vboxsync SSM: Adding IGN_GCPTR and IGN_GCPHYS just in case.
(edit) @23779   15 years vboxsync PATM: Converting to extended structure based deserialization.
(edit) @23778   15 years vboxsync todos
(edit) @23777   15 years vboxsync SSM,CSAM: More systematic naming SSMFIELDTRANS_HCPTR -> …
(edit) @23776   15 years vboxsync SSM: MSC32 bugfix.
(edit) @23775   15 years vboxsync SSM: Fixed uninitialized rc bug in the _ARRAY handling.
(edit) @23773   15 years vboxsync SSM: copy & past fix.
(edit) @23772   15 years vboxsync CSAM: Use SSMFIELD_ENTRY_PAD_MSC32_AUTO.
(edit) @23771   15 years vboxsync SSM: Added SSMFIELD_ENTRY_PAD_MSC32_AUTO.
(edit) @23770   15 years vboxsync CSAM: The right fix (hopefully).
(edit) @23769   15 years vboxsync Main/Machine: fix null medium issue introduced with the previous fix
(edit) @23768   15 years vboxsync CSAM: 32-bit (gcc) adjustment.
(edit) @23766   15 years vboxsync 2dvideo: bugfixing for overlay (widget) move/resize
(edit) @23765   15 years vboxsync CSAM: Use SSMR3GetStructEx instead of SSMR3GetMem in an attempt to …
(edit) @23764   15 years vboxsync SSM: More structure serialization and deserialization features.
(edit) @23763   15 years vboxsync Main/MachineImpl: fix medium backref handling for floppy/dvd media
(edit) @23762   15 years vboxsync Python shell: better device attachment printing, updated to reflect …
(edit) @23761   15 years vboxsync ssmR3StremClose: Signal the right semaphore on load.
(edit) @23760   15 years vboxsync FE/Qt4: VBox Information Dialog now using storage section formatting …
(edit) @23759   15 years vboxsync FE/Qt4: VBox Details report updated according multi-controller support.
(edit) @23758   15 years vboxsync Skeleton code for synthetic cpu handling.
(edit) @23757   15 years vboxsync #4330: Fixed E1K hang and ARP offload problem in QNX.
(edit) @23756   15 years vboxsync FE/Qt4: Removing unnecessary asserts from r53481.
(edit) @23755   15 years vboxsync FE/Qt4: VMM image releasing mechanism is now supports …
(edit) @23754   15 years vboxsync VBoxManageModifyVM: get uuid only if dvdMedium is present
(edit) @23753   15 years vboxsync SSM: Missing input checks (using ssmR3DataWrite/Read now).
(edit) @23752   15 years vboxsync SSM: Implemented SSMR3GetStructEx and SSMR3PutStructEx.
(edit) @23750   15 years vboxsync Introduced the Synthetic CPU attribute and a get/set method for CPU …
(edit) @23749   15 years vboxsync SSM: Extending SSMFIELD so it can be used for fixing old …
(edit) @23748   15 years vboxsync gl support test app fix
(edit) @23747   15 years vboxsync VirtualBox/Makefile.kmk: tabs.
(edit) @23746   15 years vboxsync video 2d accel: some code cleaning
(edit) @23745   15 years vboxsync Serial: STAM alignment check and fix.
(edit) @23744   15 years vboxsync AsyncCompletion: Bugfix
(edit) @23743   15 years vboxsync video 2d accel: enable external test app usage for linux
(edit) @23742   15 years vboxsync burn fix
(edit) @23741   15 years vboxsync solaris burn fix
(edit) @23740   15 years vboxsync joined 2D & 3D support test in one tool
(edit) @23739   15 years vboxsync Devices/Storage: fix Solaris breakage introduced with the previous fix …
(edit) @23738   15 years vboxsync VBoxManageModifyVM: removed unnecessary check
(edit) @23737   15 years vboxsync FeQt/Makefile.kmk: split the COMWrappers.h into a .h and a .cpp file. …
(edit) @23736   15 years vboxsync burn fix
(edit) @23735   15 years vboxsync Compile fix
(edit) @23734   15 years vboxsync FE/Qt4: Enable validation for runtime Storage Settings.
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23732   15 years vboxsync video 2d accel: move gl 2D support check to a separate executable …
(edit) @23731   15 years vboxsync VBoxManageModifyVM: removed unwanted printf
(edit) @23730   15 years vboxsync VMM: Don't save the R0/RC stack (old todo).
(edit) @23729   15 years vboxsync SSM: Fixed assertion in ssmR3StrmClose when called from SSMR3Close.
(edit) @23728   15 years vboxsync SUPDrv: Moving more stuff over.
(edit) @23727   15 years vboxsync Introduced Get/SetHWVirtExProperty and added the …
(edit) @23726   15 years vboxsync SUPDrv: Moving more stuff over.
(edit) @23725   15 years vboxsync SUPDrv: Started splitting out platform agonstic code to avoid clashes …
(edit) @23724   15 years vboxsync FE/Qt4: Force VBoxMedium tool-tip to manual-breaking rules.
(edit) @23723   15 years vboxsync FE/Qt4: Storage UI could now be invoked at runtime. Console WND source …
(edit) @23722   15 years vboxsync CPUM: Live migration coding (incomplete and disabled).
(edit) @23721   15 years vboxsync Main/LiveMigration: Make sure the end-of-stream marker is read before …
(edit) @23720   15 years vboxsync BridgedInterfaceDown warning added.
(edit) @23719   15 years vboxsync Main/LiveMigration: Correct bad LogRel.
(edit) @23718   15 years vboxsync critsect-generic.cpp: Don't use AssertMsgFailed on nested entry since …
(edit) @23717   15 years vboxsync Runtime/r0drv/linux: include linux/sched.h directly (was always …
(edit) @23716   15 years vboxsync PDM: Save the device list in pass 0 (as well as in the final pass) so …
(edit) @23714   15 years vboxsync SSM,VBox/err.*: VINF_SSM_DONT_CALL_AGAIN from pfnLiveExec.
(edit) @23713   15 years vboxsync Async Completion: bugfixes
(edit) @23712   15 years vboxsync Async Completion: logging fixes
(edit) @23711   15 years vboxsync HostDriver/Support/linux: Copy used header files for SUPR0QueryVTCaps. …
(edit) @23710   15 years vboxsync HostDriver/Support/linux: Copy used header files for SUPR0QueryVTCaps. …
(edit) @23709   15 years vboxsync SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
(edit) @23708   15 years vboxsync spaces and nitpicking.
(edit) @23707   15 years vboxsync Main/LiveMigration: Bug fixes for the welcome message check.
(edit) @23706   15 years vboxsync VBoxManageModifyVM: use RTGetOpt for commandline parsing
(edit) @23705   15 years vboxsync VBoxManageHelp: newline char missing
(edit) @23704   15 years vboxsync Fake version of SUPR0QueryVTCaps
(edit) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23702   15 years vboxsync Query VT capabilities from the support driver.
(edit) @23701   15 years vboxsync Python shell: updated medium attachment enumeration, firmware type
(edit) @23700   15 years vboxsync COmpile fix
(edit) @23699   15 years vboxsync Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be …
(edit) @23698   15 years vboxsync Main/LiveMigration: Resume the source VM if the migration failed.
(edit) @23697   15 years vboxsync MachineImpl.cpp: Another live migration state hack.
(edit) @23696   15 years vboxsync crOpenGL: remove unnecessary fbo status poll causing perf regression …
(edit) @23695   15 years vboxsync crOpenGL: typo in comments
(edit) @23694   15 years vboxsync crOpenGL: most changes to extend FBO support to ARB version
(edit) @23692   15 years vboxsync Console::migrationDstServeConnection: Set mRc, send VBox RC with NACK.
(edit) @23691   15 years vboxsync video 2d accel: check for gl support
(edit) @23690   15 years vboxsync Devices/DevPS2: we only send an additional packet in ImEX mode, so …
(edit) @23689   15 years vboxsync VBoxManage: fixed copy&past bug.
(edit) @23688   15 years vboxsync FE/Qt4: Coding-style fix for r53400.
(edit) @23687   15 years vboxsync VBoxManage: Updated vminfo with the live migration bits.
(edit) @23686   15 years vboxsync Main/LiveMigration: Added wrapper around the SSM stream so we can tell …
(edit) @23685   15 years vboxsync video 2d accel: display a warning in VM settings UI if 2D is enabled …
(edit) @23684   15 years vboxsync Compile fix
(edit) @23683   15 years vboxsync Use KeIpiGenericCall on Vista by default as well
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette