VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3073   18 years vboxsync Fix for faulting push dword ptr [addr] in patch code.
(edit) @3025   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @3020   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @3015   18 years vboxsync The MSC precompiler messes up the output (/E or /P) if there isn't a …
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2984   18 years vboxsync configurable halt method. (still using the old stuff)
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2975   18 years vboxsync engage in 75% catchup a bit earlier.
(edit) @2970   18 years vboxsync warning
(edit) @2965   18 years vboxsync Forgot to commit this the other day…
(edit) @2954   18 years vboxsync It does
(edit) @2934   18 years vboxsync Initial code for proper tsc offset or rdtsc emulation. Needs testing.
(edit) @2921   18 years vboxsync Fixed int3 patch installation.
(edit) @2919   18 years vboxsync Stricter checks for patch jumps. Do not check for page boundary …
(edit) @2914   18 years vboxsync No output to the debug console for me. It's seriously slow here.
(edit) @2908   18 years vboxsync Removing the TM debug code.
(edit) @2904   18 years vboxsync VMSetError without traling \n
(edit) @2897   18 years vboxsync Correct eflags.IOPL as well.
(edit) @2896   18 years vboxsync More preparations for emulation of real and protected mode without …
(edit) @2894   18 years vboxsync Logging changes
(edit) @2893   18 years vboxsync Logging changes
(edit) @2892   18 years vboxsync Preliminary code for real mode and protected mode without paging.
(edit) @2888   18 years vboxsync spelling
(edit) @2886   18 years vboxsync added files missing in the other clean list.
(edit) @2885   18 years vboxsync Read the previous value together with the GIP.
(edit) @2884   18 years vboxsync Abort any pending catchup and reset. Fixed broken DoQueuesRun statistics.
(edit) @2883   18 years vboxsync annoying assertion…
(edit) @2882   18 years vboxsync fix
(edit) @2881   18 years vboxsync Completely wrong handling of the VINF_EM_RESCHEDULE_REM case. It was …
(edit) @2879   18 years vboxsync compile fix
(edit) @2878   18 years vboxsync Only take the lower 16 bits from ecx when in real or v86 mode.
(edit) @2874   18 years vboxsync ahem
(edit) @2873   18 years vboxsync skip the write; previous code caused crashes
(edit) @2870   18 years vboxsync Not required.
(edit) @2869   18 years vboxsync Create a speciallized version of the RTTimeNanoTS code in timesup.cpp …
(edit) @2861   18 years vboxsync Backed out 21511,21510 and 21508
(edit) @2860   18 years vboxsync Wonder if this is what busted testboxopt... I've got the info I needed …
(edit) @2859   18 years vboxsync some more.
(edit) @2858   18 years vboxsync mark statistics.
(edit) @2857   18 years vboxsync More logging.
(edit) @2854   18 years vboxsync Some more logging to make sure I'm on the right track.
(edit) @2852   18 years vboxsync spaces.
(edit) @2830   18 years vboxsync Halt loop - work in progress.
(edit) @2828   18 years vboxsync If the TSC isn't fixed, spin instead of sleeping when reading out the …
(edit) @2827   18 years vboxsync Two more LogRel statements for debugging w32_2.
(edit) @2824   18 years vboxsync Enabled ring 0 logging again for 64 bits builds.
(edit) @2822   18 years vboxsync And another
(edit) @2820   18 years vboxsync compile fix
(edit) @2819   18 years vboxsync Bugfix
(edit) @2818   18 years vboxsync Corrections for 64 bits shifts.
(edit) @2816   18 years vboxsync Corrections for 64 bits descriptors
(edit) @2814   18 years vboxsync compile fix
(edit) @2813   18 years vboxsync Updates
(edit) @2811   18 years vboxsync Updates for 64 bits descriptors.
(edit) @2803   18 years vboxsync Simplified GS save/restore
(edit) @2800   18 years vboxsync More logging in failure case.
(edit) @2797   18 years vboxsync Same for SVM. (log only once)
(edit) @2796   18 years vboxsync Correction
(edit) @2795   18 years vboxsync Log only once
(edit) @2794   18 years vboxsync Pin control as well.
(edit) @2793   18 years vboxsync Checked wrong dword in capabilities qword.
(edit) @2790   18 years vboxsync Dropped VMXWriteVMCS high for AMD64
(edit) @2789   18 years vboxsync Fixes for gs save & restore in AMD64 mode.
(edit) @2776   18 years vboxsync Release statistics, dumping them to the release log upon VM …
(edit) @2775   18 years vboxsync Release log prefix.
(edit) @2774   18 years vboxsync Cleanup
(edit) @2773   18 years vboxsync cleanup
(edit) @2770   18 years vboxsync log fix
(edit) @2762   18 years vboxsync Logging fixes
(edit) @2761   18 years vboxsync Logging fixes
(edit) @2760   18 years vboxsync Don't save FS & GS in 64 bits mode
(edit) @2759   18 years vboxsync fixes
(edit) @2757   18 years vboxsync corrections
(edit) @2756   18 years vboxsync Manually save and restore GDTR & IDTR.
(edit) @2751   18 years vboxsync Leftover breakpoints
(edit) @2750   18 years vboxsync Proper masking
(edit) @2749   18 years vboxsync QueryCPUId -> GetCpuId (it's a wrapper for CPUMGetGuestCpuId).
(edit) @2747   18 years vboxsync Sigh
(edit) @2746   18 years vboxsync Another attempt at masking off the top 32 bits
(edit) @2745   18 years vboxsync and another
(edit) @2744   18 years vboxsync Gather some more info on that TM.cpp assertion…
(edit) @2743   18 years vboxsync bugfix
(edit) @2740   18 years vboxsync Incorrect code was generated
(edit) @2739   18 years vboxsync Fixed typo
(edit) @2738   18 years vboxsync Backed out 21335 & corrected return values.
(edit) @2735   18 years vboxsync Use 64 bits index for VMXWrite/ReadVMCS64.
(edit) @2733   18 years vboxsync Let's assume success please.
(edit) @2732   18 years vboxsync VMXActivateVMCS shouldn't use vmclear of course…
(edit) @2731   18 years vboxsync VMXWriteVMCS64 bug fixes
(edit) @2730   18 years vboxsync Temporarily disabled ring 0 to vbox log hack on Vista 64.
(edit) @2721   18 years vboxsync Updated SELMR3CheckTSS so it won't assert for no good reason.
(edit) @2720   18 years vboxsync Null TR means there's no TSS, has to be reloaded first, so clear the …
(edit) @2719   18 years vboxsync Include TR in default CPUM info dump.
(edit) @2716   18 years vboxsync One other case where we should check if any forced actions are pending …
(edit) @2715   18 years vboxsync One other case where we have to check for pending forced actions …
(edit) @2701   18 years vboxsync Stupid typo
(edit) @2699   18 years vboxsync Stricter type checking.
(edit) @2679   18 years vboxsync fixed alignment issue, move the code to the right place and fixed the …
(edit) @2663   18 years vboxsync Added a simple test if someone tries to write to physical memory after …
(edit) @2646   18 years vboxsync Fix for 64-bit Vista host lockup.
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