VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1405   18 years vboxsync Use yasm on darwin.
(edit) @1404   18 years vboxsync yasm/mach-o doesn't grok stabs, so drop that. it's not necessary I believe.
(edit) @1403   18 years vboxsync Don't assert on failure (like VERR_TRPM_DONT_PANIC and the like) or …
(edit) @1393   18 years vboxsync two near jumps for nasm.
(edit) @1382   18 years vboxsync Added comments about observations.
(edit) @1380   18 years vboxsync Naming
(edit) @1379   18 years vboxsync More logging + possible fix
(edit) @1378   18 years vboxsync More logging
(edit) @1374   18 years vboxsync Forgot one argument.
(edit) @1373   18 years vboxsync Assertion message added.
(edit) @1369   18 years vboxsync Enabled v86 raw mode again.
(edit) @1367   18 years vboxsync Corrected v86 handling again.
(edit) @1366   18 years vboxsync Put back disasm logging.
(edit) @1365   18 years vboxsync Log iret faults in patch code.
(edit) @1363   18 years vboxsync Emulate faulting v86 instruction (might be valid because of iopl).
(edit) @1361   18 years vboxsync Compile fix + updates
(edit) @1360   18 years vboxsync Previous change was not correct for v86 code.
(edit) @1359   18 years vboxsync SELM function changes for v86 mode code. CPL check fixes for V86 mode …
(edit) @1356   18 years vboxsync build fix
(edit) @1354   18 years vboxsync Make it possible to move shared libs from /opt/VirtualBox-xxx to …
(edit) @1353   18 years vboxsync Backed out rev.19297
(edit) @1352   18 years vboxsync Only check for patch writes in supervisor mode. Otherwise assume the …
(edit) @1348   18 years vboxsync Some old amd64 hacks -> VBOX_WITH_INTERNAL_NETWORKING
(edit) @1345   18 years vboxsync VBOX_WITH_INTERNAL_NETWORKING. disabled for L4 and Darwin.
(edit) @1341   18 years vboxsync Disabled v86 raw mode again due to windows install regressions.
(edit) @1338   18 years vboxsync Moved the IF check.
(edit) @1336   18 years vboxsync Forbit execution of v86 code with IF=0.
(edit) @1335   18 years vboxsync Sync the null LDT selector as it's perfectly valid. (unlike the null …
(edit) @1334   18 years vboxsync Reenabled raw V86 mode.
(edit) @1332   18 years vboxsync Wrong X86_EFL_VM test
(edit) @1331   18 years vboxsync Disabled raw v86 mode.
(edit) @1329   18 years vboxsync Enable handling of guest IDT writes in the guest context.
(edit) @1328   18 years vboxsync Reorganized TRPM in preparation of handling IDT writes in the guest …
(edit) @1327   18 years vboxsync Some more logging.
(edit) @1326   18 years vboxsync More logging
(edit) @1325   18 years vboxsync Cleaned up
(edit) @1324   18 years vboxsync Enabled raw V86 mode (to check the test boxes)
(edit) @1322   18 years vboxsync Corrected flag handling in V86 iret.
(edit) @1321   18 years vboxsync Move stat start
(edit) @1313   18 years vboxsync Moved the VMM tests into a separate file.
(edit) @1312   18 years vboxsync fixed warning.
(edit) @1311   18 years vboxsync style
(edit) @1310   18 years vboxsync nc
(edit) @1309   18 years vboxsync r=bird: RTR0UINTREG -> RTR0UINTPTR. created defect.
(edit) @1308   18 years vboxsync clearification
(edit) @1306   18 years vboxsync Forward #UD & #GP in V86 code in GC
(edit) @1304   18 years vboxsync More logging
(edit) @1300   18 years vboxsync Fix eol style properties for header files
(edit) @1297   18 years vboxsync removed another workaround
(edit) @1296   18 years vboxsync removed another workaround
(edit) @1293   18 years vboxsync create a better error message if some module we need at runtime was …
(edit) @1292   18 years vboxsync Init tsc offset to 0.
(edit) @1291   18 years vboxsync Removed forced exit hack. No longer required.
(edit) @1286   18 years vboxsync Fixed bustage (silly vcc80 don't give a shit about macro argument count).
(edit) @1284   18 years vboxsync hmm. weird.
(edit) @1283   18 years vboxsync Added support for the hybrid darwin setup where the kernel is 32-bit …
(edit) @1280   18 years vboxsync dead/misplaced code.
(edit) @1279   18 years vboxsync Use 'nm' instead of 'objdump'.
(edit) @1278   18 years vboxsync Killed some warnings.
(edit) @1277   18 years vboxsync Kill warnings.
(edit) @1273   18 years vboxsync Keep stats for forced SVM exits.
(edit) @1272   18 years vboxsync Exit reason statistics for SVM added.
(edit) @1270   18 years vboxsync removed logging
(edit) @1269   18 years vboxsync Completed hwaccm world switch test
(edit) @1268   18 years vboxsync Typo
(edit) @1267   18 years vboxsync Fixed regression
(edit) @1264   18 years vboxsync argh
(edit) @1263   18 years vboxsync Fixed size
(edit) @1262   18 years vboxsync Set guest RAM size too
(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 …
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