VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1773   18 years vboxsync Spaces
(edit) @1699   18 years vboxsync NO_SUPCALLR0VMM not needed for L4
(edit) @1684   18 years vboxsync NO_SUPCALLR0VMM for L4
(edit) @1645   18 years vboxsync removed some leftover debug code (amd64 tripple-fault)
(edit) @1644   18 years vboxsync warnings.
(edit) @1638   18 years vboxsync warning.
(edit) @1635   18 years vboxsync warnings.
(edit) @1634   18 years vboxsync warnings.
(edit) @1633   18 years vboxsync warning.
(edit) @1626   18 years vboxsync Fixed some YASM warnings for win32 targets
(edit) @1625   18 years vboxsync @@note -> Note:
(edit) @1620   18 years vboxsync All rings are allowed with hardware acceleration
(edit) @1609   18 years vboxsync typo
(edit) @1608   18 years vboxsync rc was probably not initialized
(edit) @1607   18 years vboxsync ~0U
(edit) @1605   18 years vboxsync Enabled raw trap forwarding again.
(edit) @1604   18 years vboxsync Compile fix
(edit) @1603   18 years vboxsync Small correction
(edit) @1602   18 years vboxsync Never generate a raw trap for trap 6 faults; instruction emulation is …
(edit) @1599   18 years vboxsync added RestrictAccess key to allow to disable the policy that only VMs …
(edit) @1598   18 years vboxsync pop [esp+xx] uses esp *after* the actual pop
(edit) @1597   18 years vboxsync extended assertion
(edit) @1595   18 years vboxsync resb in code/data => times xxx db 0
(edit) @1594   18 years vboxsync Fixed 64-bit issue.
(edit) @1585   18 years vboxsync warnings
(edit) @1583   18 years vboxsync warnings
(edit) @1580   18 years vboxsync Corrected VBOXTSS member name.
(edit) @1579   18 years vboxsync doxygen fixes
(edit) @1578   18 years vboxsync style
(edit) @1576   18 years vboxsync Removed obsolete todo
(edit) @1575   18 years vboxsync Check for hypervisor area & intermediate mapping conflicts too.
(edit) @1574   18 years vboxsync Turned on VME.
(edit) @1573   18 years vboxsync Added release logging for VERR_PGM_MAPPING_CONFLICT cases.
(edit) @1570   18 years vboxsync pushfq, not pushfd. (hope the old yasm doesn't mind...)
(edit) @1568   18 years vboxsync drop the yasm hack (darwin).
(edit) @1559   18 years vboxsync Backed out 19596 due to regressions with save/restore smoke tests.
(edit) @1552   18 years vboxsync Added a note about TSS monitoring.
(edit) @1543   18 years vboxsync Darwin OSE should still use the fake loader.
(edit) @1528   18 years vboxsync alignment
(edit) @1527   18 years vboxsync [bits 64]
(edit) @1526   18 years vboxsync Make the asm struc testcase work with yasm 0.6.
(edit) @1525   18 years vboxsync Make the asm struc testcase work with yasm 0.6.
(edit) @1524   18 years vboxsync VBOXTSS was changed…
(edit) @1523   18 years vboxsync Seems -g stabs is required after all. (TODO: check this on the mac)
(edit) @1519   18 years vboxsync Forward trap back to raw mode if the rechecked gate handler is valid.
(edit) @1518   18 years vboxsync Forward trap back to raw mode if the rechecked gate handler is valid.
(edit) @1515   18 years vboxsync Backed out 19582 & 19583. Causes severe regressions.
(edit) @1509   18 years vboxsync Same for the SELMR3CheckTSS function
(edit) @1508   18 years vboxsync Monitor the entire guest TSS. (including the IO bitmap, although we …
(edit) @1507   18 years vboxsync More logging
(edit) @1504   18 years vboxsync Handle shadow page out of sync situation.
(edit) @1503   18 years vboxsync extra checks
(edit) @1502   18 years vboxsync Syncing of TSS virtual interrupt redirection bitmap added.
(edit) @1501   18 years vboxsync Move redirection bitmap init.
(edit) @1500   18 years vboxsync Added virtual interrupt redirection bitmap to our TSS
(edit) @1485   18 years vboxsync More build fixes.
(edit) @1480   18 years vboxsync No longer require contiguous memory for the VM structure. Did long …
(edit) @1468   18 years vboxsync Error details for when we can't get contiguous or low memory.
(edit) @1465   18 years vboxsync 2nd attempt with segment prefix support
(edit) @1462   18 years vboxsync Backed out incorrect 19519
(edit) @1461   18 years vboxsync Don't forget segment override prefix bytes in patch jumps and calls.
(edit) @1450   18 years vboxsync r=bird
(edit) @1449   18 years vboxsync r=bird
(edit) @1447   18 years vboxsync spaces
(edit) @1446   18 years vboxsync spaces
(edit) @1445   18 years vboxsync style: dropped unnecessary parenthesis.
(edit) @1444   18 years vboxsync doxygen comments…
(edit) @1443   18 years vboxsync cast the uint16_t selector value before shifting it, just a precaution.
(edit) @1442   18 years vboxsync spaces
(edit) @1438   18 years vboxsync Finished trap/irq gate entry logging
(edit) @1437   18 years vboxsync Added trap/irq gate logging
(edit) @1423   18 years vboxsync More stats
(edit) @1422   18 years vboxsync killed warning
(edit) @1421   18 years vboxsync Use offset instead of fault address (aliases).
(edit) @1420   18 years vboxsync more info
(edit) @1419   18 years vboxsync more verbose assertion
(edit) @1418   18 years vboxsync Renamed variable.
(edit) @1417   18 years vboxsync Adjusted comment.
(edit) @1416   18 years vboxsync Initial code for allowing a fully sized guest GDT.
(edit) @1412   18 years vboxsync Fixed dangerous situation with partial hypervisor selector updates.
(edit) @1411   18 years vboxsync Then just get rid of it.
(edit) @1410   18 years vboxsync Attempt to fix assertion
(edit) @1408   18 years vboxsync Initial changes for floating SELM hypervisor selectors.
(edit) @1406   18 years vboxsync Uninitialized variable. (pointed out by Frank)
(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
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