VirtualBox

source: vbox/trunk/include/VBox/hwacc_vmx.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @32034   14 years vboxsync Removed X86_PDE_PAE_PG_MASK, renamed X86_PDE_PAE_PG_MASK_FULL to …
(edit) @32009   14 years vboxsync Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to …
(edit) @32000   14 years vboxsync x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed …
(edit) @31793   14 years vboxsync EPTPTEBITS: Added offsets to the comments.
(edit) @30889   14 years vboxsync PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26700   15 years vboxsync Deal with missing PDEs in SyncPage for SMP guests. Deal with big PDEs …
(edit) @24608   15 years vboxsync Log more advanced VT-x features
(edit) @23699   15 years vboxsync Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be …
(edit) @23219   15 years vboxsync Task switch additions for VT-x
(edit) @22036   15 years vboxsync Updates
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @19984   16 years vboxsync Some APIC access updates (disabled)
(edit) @18946   16 years vboxsync Fixed possibly uninitialized variable
(edit) @15748   16 years vboxsync Additional VT-x flags
(edit) @15730   16 years vboxsync Added MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT
(edit) @15725   16 years vboxsync Extra flags
(edit) @15487   16 years vboxsync corrected comments
(edit) @15385   16 years vboxsync Cache only those writes which require special attention in 32 bits …
(edit) @15382   16 years vboxsync Tabs removed
(edit) @14997   16 years vboxsync Clearly mark possible 64 bits values
(edit) @14896   16 years vboxsync update
(edit) @14799   16 years vboxsync #3202: assembly hacking for weird darwin kernel.
(edit) @14650   16 years vboxsync Partial VT-x cleanup.
(edit) @14649   16 years vboxsync Backed out 39954
(edit) @14648   16 years vboxsync Initial work for 64 bits VT-x guests on 32 bits hosts.
(edit) @14581   16 years vboxsync Explicit VMCS field width.
(edit) @14580   16 years vboxsync Some updates
(edit) @14557   16 years vboxsync Added VMX_ERROR_INVEPTVPID_INVALID_OPERAND
(edit) @13883   16 years vboxsync Moved more data around.
(edit) @13718   16 years vboxsync includes: made them 'build' again.
(edit) @13203   16 years vboxsync Missing shadow cases for EPT.
(edit) @13197   16 years vboxsync Backed out 37737&37738. (regressions)
(edit) @13196   16 years vboxsync Compile fix
(edit) @13195   16 years vboxsync Prefetch the four PDPT entries in PAE mode (EPT only).
(edit) @13140   16 years vboxsync Missing update
(edit) @13136   16 years vboxsync Struct/union again
(edit) @13132   16 years vboxsync Struct not union of course
(edit) @13131   16 years vboxsync Extra assertions
(edit) @13125   16 years vboxsync Wrong unsigned integer view
(edit) @13119   16 years vboxsync EPT violation handling updates.
(edit) @13118   16 years vboxsync Additional info for EPT violations
(edit) @13093   16 years vboxsync Compile fixes
(edit) @13086   16 years vboxsync EPT updates
(edit) @13051   16 years vboxsync Comment updates
(edit) @13049   16 years vboxsync More capability flags for VT-x.
(edit) @13043   16 years vboxsync EPT updates
(edit) @13041   16 years vboxsync More VT-x feature flags
(edit) @13023   16 years vboxsync Additions
(edit) @12936   16 years vboxsync More EPT updates
(edit) @12934   16 years vboxsync Missed update
(edit) @12920   16 years vboxsync Added EPT masks
(edit) @12900   16 years vboxsync Assertions added
(edit) @12899   16 years vboxsync Corrections
(edit) @12871   16 years vboxsync Compile fix
(edit) @12870   16 years vboxsync Updated EPT paging structures.
(edit) @12702   16 years vboxsync #1865: HWACCM - alignment fix+check for 32-bit gcc, doxygen.
(edit) @12065   16 years vboxsync Missing VMXGetActiveVMCS (unused).
(edit) @11756   16 years vboxsync Use the wbinvd intercept if it's present in the secondary control.
(edit) @10831   16 years vboxsync Update
(edit) @10822   16 years vboxsync Prepare for EPT.
(edit) @10820   16 years vboxsync Cleanup
(edit) @10818   16 years vboxsync More capabilities
(edit) @10817   16 years vboxsync Started with EPT support.
(edit) @10463   16 years vboxsync Use the TPR threshold feature.
(edit) @9457   16 years vboxsync Reapplied fixed 31707.
(edit) @9453   16 years vboxsync Backed out 31707
(edit) @9452   16 years vboxsync Preparing for 64 bits vmlaunch/vmresume.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7452   17 years vboxsync MSR_IA32_VMX_BASIC_INFO_VMCS_SIZE fix
(edit) @7133   17 years vboxsync Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3362   17 years vboxsync typo
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2763   18 years vboxsync Correction
(edit) @2737   18 years vboxsync backed out 21334
(edit) @2734   18 years vboxsync Use 64 bits index
(edit) @73   18 years vboxsync Just drop the inline assembly on 64-bit host.
(add) @1   55 years vboxsync import
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