VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13396   16 years vboxsync Correction
(edit) @13395   16 years vboxsync Corrected assertion
(edit) @13394   16 years vboxsync Implement PrefetchPage for EPT when in real or protected mode without …
(edit) @13393   16 years vboxsync Updates for physical page aliases
(edit) @13392   16 years vboxsync Correction
(edit) @13390   16 years vboxsync Properly export the new functions.
(edit) @13388   16 years vboxsync Updates
(edit) @13387   16 years vboxsync First sketch of functionality to create guest physical address aliases.
(edit) @13381   16 years vboxsync EM: experimental fix for #DE loop during ubuntu boot w/ busted apic: …
(edit) @13380   16 years vboxsync tmVirtualNanoTSRediscover: return to R3 when we start stepping (1ns). …
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @13373   16 years vboxsync Removed the new MMIO functionality. Will do it in a different way.
(edit) @13371   16 years vboxsync Some updates
(edit) @13368   16 years vboxsync Started with IOMR3MMIORegisterR3 extension for MMIO ranges backed by …
(edit) @13367   16 years vboxsync Added new devhlp functions.
(edit) @13366   16 years vboxsync Unnecessary checks removed
(edit) @13362   16 years vboxsync Removed redundant check.
(edit) @13351   16 years vboxsync Fully emulated lmsw.
(edit) @13347   16 years vboxsync Compilation fix (alignment).
(edit) @13345   16 years vboxsync Corrected comment
(edit) @13343   16 years vboxsync VT-x real mode emulation: got rid of all the ugly hacks and just fall …
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13289   16 years vboxsync Cleaned up
(edit) @13288   16 years vboxsync Corrected previous change in interrupt bitmap updating.
(edit) @13285   16 years vboxsync More logging; shut up warning messages
(edit) @13283   16 years vboxsync More logging
(edit) @13281   16 years vboxsync Fixed IP in the stack frame for #BP & #OF traps.
(edit) @13279   16 years vboxsync More failure path problems with VT-x (lead to crashes on testboxwin3).
(edit) @13277   16 years vboxsync Compile fix
(edit) @13276   16 years vboxsync Manually inject interrupts in real mode (VT-x). Fixes OS/2 boot issue.
(edit) @13267   16 years vboxsync lmsw: corrected exit path
(edit) @13266   16 years vboxsync lmsw emulation: 16 bits operand
(edit) @13265   16 years vboxsync Lmsw emulation.
(edit) @13263   16 years vboxsync VT-x: fixed OpenSuse grub loading
(edit) @13257   16 years vboxsync build fix
(edit) @13253   16 years vboxsync Restore the IOPL flags when switching from real back to protected mode.
(edit) @13252   16 years vboxsync Obsolete comment
(edit) @13251   16 years vboxsync Stats for forced TLB flushes by physical page invalidation.
(edit) @13250   16 years vboxsync AMD-V/nested paging: invlpga only invalidates TLB entries for guest …
(edit) @13236   16 years vboxsync #1865: More polish.
(edit) @13235   16 years vboxsync PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
(edit) @13232   16 years vboxsync #1865: changed some validation into pure assertions or assert-return. …
(edit) @13230   16 years vboxsync further new recompiler work
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @13216   16 years vboxsync PDMDevice: removed pci bus selection todo.
(edit) @13215   16 years vboxsync PDM: adjusted the PCI Bus determination so that it checks whether the …
(edit) @13204   16 years vboxsync Enabled EPT
(edit) @13203   16 years vboxsync Missing shadow cases for EPT.
(edit) @13202   16 years vboxsync Missing EPT case in pgmPoolTrackFlushGCPhysPTInt.
(edit) @13200   16 years vboxsync VMXR0InvalidatePage calls still occur in EPT mode.
(edit) @13199   16 years vboxsync Fix for 32 bits builds (EPT PAE PDPTE caching)
(edit) @13198   16 years vboxsync Recommitted 37737 & 37738 minus the dangerous changes.
(edit) @13197   16 years vboxsync Backed out 37737&37738. (regressions)
(edit) @13195   16 years vboxsync Prefetch the four PDPT entries in PAE mode (EPT only).
(edit) @13194   16 years vboxsync EPT: Our identity mapping is a 32 bits page directory.
(edit) @13193   16 years vboxsync uint64_t conversion fix
(edit) @13189   16 years vboxsync PCI: Add support for PCI-to-PCI bridges
(edit) @13188   16 years vboxsync PGM: polish.
(edit) @13187   16 years vboxsync PGMR3InitDynMap: check that the dynamic mapping area doesn't cross a …
(edit) @13186   16 years vboxsync PGMPhys: Fix for silly edge case bug.
(edit) @13182   16 years vboxsync Extra assertion
(edit) @13181   16 years vboxsync EPT bug fixes
(edit) @13180   16 years vboxsync Minor updates
(edit) @13178   16 years vboxsync Bug fix
(edit) @13177   16 years vboxsync inverted check
(edit) @13176   16 years vboxsync Don't sync back cr2 & cr3 in protected mode without paging. (EPT)
(edit) @13175   16 years vboxsync Proper naming
(edit) @13174   16 years vboxsync Cleaned up a bit
(edit) @13173   16 years vboxsync More logging
(edit) @13171   16 years vboxsync More logging
(edit) @13169   16 years vboxsync Deal with exit path for VMX_EXIT_EPT_VIOLATION
(edit) @13167   16 years vboxsync Fixed EPT violation handling.
(edit) @13164   16 years vboxsync Added clarification.
(edit) @13163   16 years vboxsync We can execute the initial BIOS code
(edit) @13162   16 years vboxsync Stricter check for real mode emulation in VT-x (sigh)
(edit) @13161   16 years vboxsync Emulate WBINVD
(edit) @13160   16 years vboxsync Extra statistics
(edit) @13152   16 years vboxsync #1865: Enabled the new PGMPhysSimpleReadGCPhys code.
(edit) @13151   16 years vboxsync #1865: Enabled the new PGMPhysSimpleWriteGCPhys code.
(edit) @13150   16 years vboxsync #1865: Enabled the new PGMPhysSimpleDirtyWriteGCPtr code.
(edit) @13149   16 years vboxsync #1865: Enabled the new PGMPhysSimpleWriteGCPtr code.
(edit) @13148   16 years vboxsync #1865: Enabled the new PGMPhysSimpleReadGCPtr code.
(edit) @13147   16 years vboxsync removed todo that has been dealt with.
(edit) @13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @13145   16 years vboxsync #1865: shuffled code.
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13139   16 years vboxsync Deal with useful withholding of page fault address information…
(edit) @13138   16 years vboxsync #1865: Mac fix.
(edit) @13135   16 years vboxsync Wrong comment
(edit) @13134   16 years vboxsync EPT: set the ignore PAT and WB cache flags in page table entries.
(edit) @13133   16 years vboxsync Disabled VPID support by default; seems to work, but no compelling …
(edit) @13126   16 years vboxsync Set u1Execute too.
(edit) @13123   16 years vboxsync TLB correction
(edit) @13122   16 years vboxsync Corrected return value checks for PGMShwGetEPTPDPtr.
(edit) @13121   16 years vboxsync Wrong mask
(edit) @13120   16 years vboxsync Fix for EPT & real mode cr3 resync.
(edit) @13119   16 years vboxsync EPT violation handling updates.
(edit) @13116   16 years vboxsync More logging
(edit) @13115   16 years vboxsync Corrections for the EPTP
(edit) @13114   16 years vboxsync More logging
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