VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49972   11 years vboxsync CPUM: More msr hacking.
(edit) @49971   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49970   11 years vboxsync VMM/HMSVMR0: Avoid MSR write when possible.
(edit) @49969   11 years vboxsync VMM/HMSVMR0: todo addressed in r91390.
(edit) @49968   11 years vboxsync VMM/HMSVMR0: Update guest TSC AUX when we allow MSR passthru.
(edit) @49967   11 years vboxsync HMR0SVM.cpp: Use CPUR0GetGuestTscAux() instead of CPUMQueryGuestMsr to …
(edit) @49966   11 years vboxsync CPUM: Added AMD Athlon64 3200+ (130nm) and Pentium4 (mod 4, w/ 64-bit).
(edit) @49965   11 years vboxsync Mac OS X host: HID LEDs sync: take care about bluetooth keyboard: wake …
(edit) @49964   11 years vboxsync 6813 Solaris bug fix.
(edit) @49963   11 years vboxsync 6813 MAC bug fix.
(edit) @49962   11 years vboxsync 6813 solaris bug fix.
(edit) @49961   11 years vboxsync USBDeviceFilterImpl: cleanup
(edit) @49960   11 years vboxsync 6813 stage 6 - Make use of server side API wrapper code in all interfaces
(edit) @49959   11 years vboxsync EHCI,OHCI: Cleanup
(edit) @49958   11 years vboxsync EHCI,OHCI: Fix possible deadlock introduced with the first version of …
(edit) @49957   11 years vboxsync Mac OS X host: HID LEDs sync: forgotten update for LEDs resync.
(edit) @49956   11 years vboxsync darwin/distribution.dist: Check for VBoxHeadless and VBoxSVC as well.
(edit) @49955   11 years vboxsync Mac OS X host: HID LEDs sync: avoid system.log flooding on 10.8 host.
(edit) @49954   11 years vboxsync CPUM.cpp: Off by one bug in new CPUID count limiting code.
(edit) @49953   11 years vboxsync Main/src-server/xpcom/server.cpp: fix outdated comment, whitespace
(edit) @49952   11 years vboxsync Added AMD_Phenom_II_X6_1100T entry.
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49950   11 years vboxsync Additions/common: !RT_SUCCESS => RT_FAILURE
(edit) @49949   11 years vboxsync Main/ConsoleImpl: Indents for preprocessor.
(edit) @49948   11 years vboxsync GuestCtrl/Main: Report back temporary name when calling …
(edit) @49947   11 years vboxsync Additions/WINNT: fix OSE
(edit) @49946   11 years vboxsync Additions/VBoxGuest: be more quiet with release logging
(edit) @49945   11 years vboxsync PAT hack for a core 2 duo.
(edit) @49944   11 years vboxsync Storage,VHD: Fix I/O if VD_OPEN_FLAGS_HONOR_SAME is used
(edit) @49943   11 years vboxsync warning
(edit) @49942   11 years vboxsync Runtime/common/log/log.cpp: fix getting the log destination (reversed …
(edit) @49940   11 years vboxsync VBoxFBOverlay.cpp: Avoid static initializer like the pest, at least if …
(edit) @49939   11 years vboxsync Runtime/common/log/log.cpp: fix signed/unsigned issue
(edit) @49938   11 years vboxsync Main/src-server/win/HostPowerWin.cpp: fix long standing bug which …
(edit) @49937   11 years vboxsync VMM/HMSVMR0: Change ASID when required.
(edit) @49936   11 years vboxsync wtf?
(edit) @49935   11 years vboxsync Mac OS X host: HID LEDs sync: attempt to avoid system.log flooding on …
(edit) @49934   11 years vboxsync VMM/HMR0: Don't unnecessarily reset uCurrentAsid.
(edit) @49932   11 years vboxsync VMM/HMR0: Assertion.
(edit) @49931   11 years vboxsync VMM/HMSVMR0: Assertions.
(edit) @49930   11 years vboxsync Build fix.
(edit) @49929   11 years vboxsync DnD/VbglR3: Static.
(edit) @49928   11 years vboxsync OS X host: HID LEDs sync: do not resync when kbd resumed.
(edit) @49927   11 years vboxsync VMM: Mapped the MSRs for a core 2 penryn cpu.
(edit) @49926   11 years vboxsync VBoxNetDHCP:Config.h: G/c trailing white spaces.
(edit) @49925   11 years vboxsync VMM/HM: Fewer tree levels in HM stats.
(edit) @49924   11 years vboxsync Indentation.
(edit) @49923   11 years vboxsync DnD/VbglR3: Sanitize file/directory paths coming from the host, fixed …
(edit) @49922   11 years vboxsync export
(edit) @49921   11 years vboxsync export
(edit) @49920   11 years vboxsync VBoxNetServices: moves bool operator== (const RTMAC&, const RTMAC&) to …
(edit) @49919   11 years vboxsync VBoxNetDHCP:Config.h G/c -lines.
(edit) @49918   11 years vboxsync VBoxNetDHCP: Leases shouldn't cache settings which are could be …
(edit) @49917   11 years vboxsync SUPDrv-darwin.cpp: Log rdmsr & wrmsr function addresses.
(edit) @49915   11 years vboxsync CPUM: Fixed CPUID(5) copy&paste regression.
(edit) @49914   11 years vboxsync SELM: Fixed stale selector handling issue (raw-mode only). Returning …
(edit) @49912   11 years vboxsync FE/Qt: GetProcessorCount() => GetProcessorOnlineCoreCount() when …
(edit) @49911   11 years vboxsync 32-bit on 64-bit proxy dll (still disabled), made comregister.cmd …
(edit) @49910   11 years vboxsync Extended the test, nothing exciting.
(edit) @49909   11 years vboxsync Main/*.kmk: Moved a couple of global variables into Config.kmk so the …
(edit) @49908   11 years vboxsync Quick midl proxy dll experiment.
(edit) @49907   11 years vboxsync tstVBoxAPIPerf.cpp: Scoping fix, better time resolution if possible.
(edit) @49906   11 years vboxsync Main: Some simple COM/XPCOM performance measurements. The idea was …
(edit) @49905   11 years vboxsync Fix burn.
(edit) @49904   11 years vboxsync OS X host: HID LEDs sync: update HID device notification subscription …
(edit) @49903   11 years vboxsync VMM/HMVMXR0: Todo comment.
(edit) @49902   11 years vboxsync VMM/HMSVMR0: nit.
(edit) @49901   11 years vboxsync VMM/HMVMXR0: nit.
(edit) @49900   11 years vboxsync VMM/HMSVMR0: 32-bit build fix.
(edit) @49899   11 years vboxsync Added data for i5-3570.
(edit) @49898   11 years vboxsync VMM/HMSVMR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.
(edit) @49897   11 years vboxsync VMM/HMSVMR0: Clear the VMCB Clean Bit for NP while flushing the guest …
(edit) @49896   11 years vboxsync VMM/HMSVMR0: Don't need to re-enable NP on each VMRUN.
(edit) @49895   11 years vboxsync oops
(edit) @49894   11 years vboxsync build fix
(edit) @49893   11 years vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @49892   11 years vboxsync avoid the strcmp dependency here.
(edit) @49891   11 years vboxsync Merged private draganddrop branch into trunk.
(edit) @49890   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Comments, be consistent.
(edit) @49889   11 years vboxsync VMM/HMVMXR0: Comments.
(edit) @49888   11 years vboxsync VMM/HMSVMR0: Fix infinite recursion on ring-0 assertion with longjmp …
(edit) @49887   11 years vboxsync Devices/Graphics/DevVGA: eliminate use of vl_vbox.h
(edit) @49886   11 years vboxsync Devices/Input/DevPS2.cpp: fix regression in previous change, …
(edit) @49885   11 years vboxsync Devices: Windows build fix
(edit) @49884   11 years vboxsync Devices/Graphics/DevVGA: back out incomplete change
(edit) @49883   11 years vboxsync Devices/Graphics/DevVGA: eliminate use of vl_vbox.h
(edit) @49882   11 years vboxsync Devices/Input/DevPS2.cpp: eliminate use of vl_vbox.h
(edit) @49881   11 years vboxsync Devices/Storage/DevFdc.cpp: eliminate use of vl_vbox.h
(edit) @49880   11 years vboxsync Storage/VD: Fix bug which causes that data is read twice. Because …
(edit) @49879   11 years vboxsync VMM/HMSVMR0: Update CPL and its corresponding VMCB Clean bit when SS …
(edit) @49878   11 years vboxsync Additions/linux/drm: add dynamic resizing to the KMS driver.
(edit) @49877   11 years vboxsync Additions/x11: make vboxvideo dynamic resizing compatible with what …
(edit) @49876   11 years vboxsync VMM/HMSVMR0: Mark the VMCB-clean bits as dirty while migrating CPUs.
(edit) @49875   11 years vboxsync Main: gcc warnings.
(edit) @49874   11 years vboxsync Main: fix Windows host warnings, hide internal data.
(edit) @49873   11 years vboxsync 6813 stage 4 - further bug removal
(edit) @49872   11 years vboxsync 6813 stage 4 - bug removal
(edit) @49871   11 years vboxsync 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1
(edit) @49870   11 years vboxsync VMM/HMVMXR0: Four consecutive NOT operators is a tad too redundant.
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
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