VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1258   18 years vboxsync Wrong logger
(edit) @1257   18 years vboxsync Temporary logging
(edit) @1253   18 years vboxsync Correction (PAE)
(edit) @1252   18 years vboxsync Setup cr0 and cr4
(edit) @1251   18 years vboxsync Added PGMGetShadowMode
(edit) @1249   18 years vboxsync Task register as well.
(edit) @1248   18 years vboxsync Fill in hypervisor hidden selector register.
(edit) @1246   18 years vboxsync export to OSE
(edit) @1241   18 years vboxsync Oops
(edit) @1240   18 years vboxsync Clear pending actions before the hwaccm test.
(edit) @1239   18 years vboxsync now -> not
(edit) @1238   18 years vboxsync Pointer mess.
(edit) @1237   18 years vboxsync Another correction
(edit) @1235   18 years vboxsync corrected check
(edit) @1233   18 years vboxsync mmHyperLookupR0 fix for ring 0 pVM based addresses.
(edit) @1232   18 years vboxsync align the stack correctly (Darwin).
(edit) @1230   18 years vboxsync Wrong log instance
(edit) @1229   18 years vboxsync explicitly disable interrupts when executing the non-fast ioctls (only …
(edit) @1227   18 years vboxsync disabled ring 0 assertion overrie
(edit) @1226   18 years vboxsync AssertMsg2 update
(edit) @1225   18 years vboxsync wrong log level
(edit) @1224   18 years vboxsync accidental commit
(edit) @1223   18 years vboxsync Compile fix
(edit) @1222   18 years vboxsync Missing header
(edit) @1221   18 years vboxsync AssertMsg2 override added
(edit) @1214   18 years vboxsync Implemented workaround for hardware bug (erratum 170)
(edit) @1212   18 years vboxsync Argh
(edit) @1211   18 years vboxsync Cleanup
(edit) @1210   18 years vboxsync Added PGMR3ChangeShwPDMappings. Added VMX/SVM test case.
(edit) @1194   18 years vboxsync Don't need to fake loader operations on OS/2.
(edit) @1187   18 years vboxsync sync HEAD with 1.3: Better error messages if vboxdrv could not be …
(edit) @1185   18 years vboxsync / -> ;; and so on.
(edit) @1184   18 years vboxsync Removed stray doxygen comment.
(edit) @1166   18 years vboxsync Made CPU dump similar to the one from WinDbg.
(edit) @1165   18 years vboxsync Oops. Compile error fixed.
(edit) @1164   18 years vboxsync Even more v86 corrections
(edit) @1163   18 years vboxsync Extended assertions to check for v86 mode
(edit) @1162   18 years vboxsync v86 mode corrections
(edit) @1161   18 years vboxsync Some more v86 corrections.
(edit) @1160   18 years vboxsync Correction for v86 mode
(edit) @1159   18 years vboxsync Corrections for V86 mode.
(edit) @1158   18 years vboxsync Corrected assertion
(edit) @1157   18 years vboxsync Incorrect masking away of ring 1 RPL in V86 mode.
(edit) @1156   18 years vboxsync Reversed printing & executing
(edit) @1154   18 years vboxsync Forget it then
(edit) @1153   18 years vboxsync Experiment
(edit) @1152   18 years vboxsync Stupid jumps
(edit) @1151   18 years vboxsync Short to normal jump
(edit) @1149   18 years vboxsync Print ss in the CPU context dumps too.
(edit) @1148   18 years vboxsync Added emR3SingleStepExecRem
(edit) @1145   18 years vboxsync Forgot to clear ds, es, fs & gs for interrupt/trap in V86 mode. Put …
(edit) @1144   18 years vboxsync Added support for forwarding traps & interrupts in V86 mode.
(edit) @1143   18 years vboxsync Incorrect checking of pending interrupts. Potential problems with …
(edit) @1141   18 years vboxsync Logging change
(edit) @1138   18 years vboxsync Logging change
(edit) @1137   18 years vboxsync Bugfix
(edit) @1136   18 years vboxsync EMInterpretIret changes & fixes
(edit) @1134   18 years vboxsync Added CPUMGCCallV86Code. PATM cleanup.
(edit) @1132   18 years vboxsync Backed out previous changeset. Stack is writable of course.
(edit) @1131   18 years vboxsync Short to normal jump
(edit) @1130   18 years vboxsync Enable WP later when returning to V86 code from our generic trap handler.
(edit) @1129   18 years vboxsync Corrected failure path
(edit) @1127   18 years vboxsync only allow direct calls to EMInterpretIret for now
(edit) @1126   18 years vboxsync Emulate iret to V86 code.
(edit) @1125   18 years vboxsync Forward iret to V86 code to our trap handler for emulation.
(edit) @1122   18 years vboxsync We can't do an iret to v86 code, as we run with CPL=1. The iret will …
(edit) @1119   18 years vboxsync Added comment
(edit) @1114   18 years vboxsync iret must fault when returning to V86 task.
(edit) @1110   18 years vboxsync Logging updates
(edit) @1108   18 years vboxsync More comments for iret patch.
(edit) @1106   18 years vboxsync compile error
(edit) @1105   18 years vboxsync Cleaned up
(edit) @1104   18 years vboxsync Correction for same privilege level returns.
(edit) @1102   18 years vboxsync More logging for iret.
(edit) @1099   18 years vboxsync Out of memory in dynamic guest ram alloc: Pause first, then inform Main.
(edit) @1091   18 years vboxsync Corrected assertions for v86 mode PATM & CSAM changes
(edit) @1090   18 years vboxsync Corrected assertions for v86 mode
(edit) @1089   18 years vboxsync Fixed broken return path in generic trap handler for v86 code
(edit) @1087   18 years vboxsync Forgot to disable PATM_LOG_PATCHIRET
(edit) @1086   18 years vboxsync Corrected assumptions about flat addresses
(edit) @1058   18 years vboxsync oops left it enabled.
(edit) @1057   18 years vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @1056   18 years vboxsync CPUMR3SetCR4Feature
(edit) @1055   18 years vboxsync RDTSC stats.
(edit) @1027   18 years vboxsync Initial GIP change. Missing detection of SMP systems with TSC drift.
(edit) @1009   18 years vboxsync Fixed bug in CFGM node insertion when several intermediate nodes were …
(edit) @1006   18 years vboxsync fixed internal networking on Windows hosts
(edit) @990   18 years vboxsync spaces
(edit) @988   18 years vboxsync Fixed the real cause of the tripple fault.
(edit) @986   18 years vboxsync Fixed confusion between hyper disasm request and real mode. Also we're …
(edit) @983   18 years vboxsync Opps.
(edit) @980   18 years vboxsync fIgnoreAll and fIgnoreSetPage and fInStatSync - ignore all callbacks …
(edit) @960   18 years vboxsync Darwin hacking.
(edit) @956   18 years vboxsync fs & gs was already cleared.
(edit) @955   18 years vboxsync Always clear fs and gs!
(edit) @948   18 years vboxsync fixed buildbreak (I hope).
(edit) @944   18 years vboxsync Sync on completed load the shadow structures might be used before we …
(edit) @914   18 years vboxsync PVMR0 changes for darwin.
(edit) @901   18 years vboxsync Added SSMR3DeregisterExternal
(edit) @885   18 years vboxsync Original address of faulting patch instruction must be corrected by …
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