VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45809   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 2).
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @45807   12 years vboxsync log.cpp: Always terminate the log buffer string before calling the …
(edit) @45806   12 years vboxsync Build fix.
(edit) @45805   12 years vboxsync Main: Removed IGuestErrorInfo, added new attribute resultDetail to …
(edit) @45804   12 years vboxsync VMX: Added CFGM key to disable unrestricted execution.
(edit) @45803   12 years vboxsync VBoxTray: disable warning
(edit) @45802   12 years vboxsync VBoxTray: fix desktop tracking for XP
(edit) @45801   12 years vboxsync Warning.
(edit) @45800   12 years vboxsync crOpenGL: disable image dump on state load
(edit) @45799   12 years vboxsync Make the recompiler call PGMCr0WpEnabled.
(edit) @45798   12 years vboxsync Fixed up and enabled Netware WP0+RO+US hack.
(edit) @45797   12 years vboxsync PGMAllBth.h: Duh, not >, but <, darn it.
(edit) @45796   12 years vboxsync More adj.
(edit) @45795   12 years vboxsync 32-bit burn fixes.
(edit) @45793   12 years vboxsync CPUMDbg.cpp: crX and drX sub registers.
(edit) @45792   12 years vboxsync CR0.WP applies to CPL > 3, not just CPL == 0. Sketched out a Netware hack.
(edit) @45791   12 years vboxsync BIOS: Added dummy controller reset function to avoid potential crashes.
(edit) @45790   12 years vboxsync Alignment fix
(edit) @45789   12 years vboxsync Storage/LsiLogic: Make NetWare work with the emulation
(edit) @45787   12 years vboxsync build fix.
(edit) @45786   12 years vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45785   12 years vboxsync VMM/HMVMXR0: paranoia and comments.
(edit) @45784   12 years vboxsync Additions/VBoxGuest: Build fix.
(edit) @45783   12 years vboxsync Build fix.
(edit) @45782   12 years vboxsync Build fix.
(edit) @45781   12 years vboxsync VMM/HM: Simplified real/protected mode transition tracking logic.
(edit) @45780   12 years vboxsync Main/GuestCtrl: Use active listeners instead of passive ones because …
(edit) @45779   12 years vboxsync VBoxGuest: better caps filtering; cleanup
(edit) @45778   12 years vboxsync VBoxGuest/VBoxTray: bugfixes & proper handling for multiuser Seamles & …
(edit) @45776   12 years vboxsync VPX: nits
(edit) @45775   12 years vboxsync VPX: dll => library
(edit) @45774   12 years vboxsync VMM/HMVMXR0: unintentional commit of debugging stuff.
(edit) @45773   12 years vboxsync VMM/HMVMXR0: Darwin hybrid-kernel fixes.
(edit) @45772   12 years vboxsync VPX: allow to build against libvpx provided by the build system
(edit) @45770   12 years vboxsync VPX: default 1024x768
(edit) @45768   12 years vboxsync VBoxDisp: update for cached bitmap detection.
(edit) @45767   12 years vboxsync Installer/darwin: respect conditionals
(edit) @45766   12 years vboxsync enable VPX for Solaris hosts
(edit) @45765   12 years vboxsync enable VPX for Darwin hosts
(edit) @45763   12 years vboxsync VBoxTray: more missing file commit, ough
(edit) @45761   12 years vboxsync VBoxTray: missing file commit
(edit) @45760   12 years vboxsync VBoxTray/VBoxGuest: proper guest caps acquisition & cleanup (to be …
(edit) @45758   12 years vboxsync enable VPX for Linux hosts
(edit) @45757   12 years vboxsync Main: more debugging
(edit) @45756   12 years vboxsync VBox/USB:proxy:darwin: detaching bits for vSMP case.
(edit) @45755   12 years vboxsync VBox/USB: fix in common USB code for device detachment.
(edit) @45753   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45752   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45751   12 years vboxsync Ooops, forgot TRPM related changes.
(edit) @45750   12 years vboxsync VMMSwitcher: Fixed assertion in debug builds (harmless).
(edit) @45749   12 years vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(edit) @45747   12 years vboxsync purge ffmpeg
(edit) @45746   12 years vboxsync The vmmR3Switcher32BitToAMD64_Def and vmmR3SwitcherPAEToAMD64_Def …
(edit) @45745   12 years vboxsync Doc updates regarding guest 64-bit on 32-bit host.
(edit) @45743   12 years vboxsync Main/Display: cosmetics
(edit) @45741   12 years vboxsync #undef VBOX_WITH_RAW_MODE fix on 32-bit hosts.
(edit) @45740   12 years vboxsync Main/VideoRec: use milliseconds as time units to get more precise …
(edit) @45739   12 years vboxsync VMM: First part of HMIsEnabled() and PGMMap*.
(edit) @45738   12 years vboxsync Additions/common/VBoxGuest: commented some unclear code.
(edit) @45737   12 years vboxsync doc corrections.
(edit) @45736   12 years vboxsync FE/Qt: Added 'save-state' and 'power-off' Runtime UI actions; Added a …
(edit) @45735   12 years vboxsync VMM: Consistently flush TLB entries for non-present pages.
(edit) @45734   12 years vboxsync VMM/HMVMXR0: nit.
(edit) @45733   12 years vboxsync VMM/HMVMXR0: spaces.
(edit) @45732   12 years vboxsync VMM/HMVMXR0: Don't trash CR2 for VM-exits caused due to a #PF delivery …
(edit) @45731   12 years vboxsync several fixes for video recording
(edit) @45730   12 years vboxsync FE/Qt: Keyboard handler: update a comment.
(edit) @45728   12 years vboxsync TRPM: Sprinkled HMIsEnabled around the place.
(edit) @45727   12 years vboxsync REM/VBoxRecompiler: Fixed translating pending events to TRPM on …
(edit) @45726   12 years vboxsync VMMSwitcher.cpp: We never include internal headers of other components.
(edit) @45725   12 years vboxsync nit
(edit) @45723   12 years vboxsync Runtime: Async I/O manager for IPRT based on PDMAsyncCompletion* but …
(edit) @45722   12 years vboxsync VMM/HMVMXR0: nits.
(edit) @45721   12 years vboxsync VMM: fix r85247 for 32-bit hosts
(edit) @45720   12 years vboxsync desperate
(edit) @45719   12 years vboxsync More testbox debug hacks.
(edit) @45717   12 years vboxsync build fix
(edit) @45716   12 years vboxsync IntNet: Integration of wireless IPv6 support patch + unicast ND …
(edit) @45715   12 years vboxsync VMM/HMVMXR0: Theoretically possibly to miss a CR2 update when we should.
(edit) @45714   12 years vboxsync VMM/HM: Log adjustment.
(edit) @45713   12 years vboxsync build fix
(edit) @45712   12 years vboxsync VMM/HMVMXR0: Alignment.
(edit) @45711   12 years vboxsync VMM/VMMRC: Fix 64-bit guests on 32-bit hosts for the new VT-x code.
(edit) @45710   12 years vboxsync BIOS: Fixed PCI routing query service.
(edit) @45709   12 years vboxsync SELM.cpp: Must cast pointers to uintptr_t before doing …
(edit) @45708   12 years vboxsync SELM: nits
(edit) @45707   12 years vboxsync build fix
(edit) @45706   12 years vboxsync more temporary debugging
(edit) @45705   12 years vboxsync Retired SELMR3DisableMonitoring.
(edit) @45704   12 years vboxsync VMM/HMVMXR0: Build fix for HMVMX_ALWAYS_TRAP_PF.
(edit) @45703   12 years vboxsync VBoxTray/Seamless: disable seamless on desktop change (UAC, Lock)
(edit) @45701   12 years vboxsync VMM: SELM and VMM early HM init changes.
(edit) @45700   12 years vboxsync Mac OS X additions: VBoxGuest: fix VMM dev interrupt handeling.
(edit) @45699   12 years vboxsync VMM/HMVMXR0: Fix macro renaming breakage.
(edit) @45698   12 years vboxsync VMM/HMVMXR0: Alignment.
(edit) @45697   12 years vboxsync GuestCtrl: Various bugfixes required for test driver to pass.
(edit) @45696   12 years vboxsync FE/Qt: Popup-center: Popup-stack: Better encapsulation for the …
(edit) @45695   12 years vboxsync Typo.
(edit) @45694   12 years vboxsync Main/ConsoleImpl: don't run out of scope!
Note: See TracRevisionLog for help on using the revision log.

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