VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91373   3 years vboxsync Main: bugref: 1909: Reverted changes about translation in non-member …
(edit) @91372   3 years vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91371   3 years vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91370   3 years vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91369   3 years vboxsync Main: bugref:1909: Added ability to use translation inside non-member …
(edit) @91360   3 years vboxsync VMM: Nested VMX: bugref:10092 Introduced …
(edit) @91358   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of EPT/VPID caps.
(edit) @91357   3 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 Cleaned up bit fields for EPTP.
(edit) @91346   3 years vboxsync Main/NvramStore: Add the ability to delete a certain state, bugref:10098
(edit) @91345   3 years vboxsync VMM/PGM: Move 'fUseLargePages' into PGM.
(edit) @91344   3 years vboxsync VMM/HM: Missed in previous commit.
(edit) @91326   3 years vboxsync Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
(edit) @91324   3 years vboxsync Devices/DevEFI: Kick out the unused NVRAM handling code in preparation …
(edit) @91323   3 years vboxsync VMM: bugref:10106 Fixed IA32_FEATURE_CONTROL MSR reported to the guest.
(edit) @91312   3 years vboxsync Main: bugref:1909: Prepared the API translation engine to using in …
(edit) @91310   3 years vboxsync include/VBox/vmm/pdmifs.h: A simple VFS interface for devices/drivers …
(edit) @91308   3 years vboxsync VMM/CPUM: Comments/todos for some big CPUMCTX members. bugref:10093
(edit) @91307   3 years vboxsync VMM/CPUM: Comment and compile time assertion upates for CPUMCTX. …
(edit) @91306   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X virtual apic page allocation into …
(edit) @91305   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X I/O permission bitmap allocations …
(edit) @91304   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR permission bitmap allocations …
(edit) @91303   3 years vboxsync VMM/CPUM,++: Expand CPUMMSRRANGE::offCpumCpu to 24 bits so the entire …
(edit) @91302   3 years vboxsync VMM/CPUM,++: Expand CPUMMSRRANGE::offCpumCpu to 24 bits so the entire …
(edit) @91301   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR load & store bitmap allocations …
(edit) @91299   3 years vboxsync VMM/CPU: Assembly struc whitespace adjustments. bugref:10093
(edit) @91298   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X shadow VMCS allocation into …
(edit) @91297   3 years vboxsync VMM/CPUM,++: Moved the nested VT-X VMCS allocation into CPUMCTX. …
(edit) @91292   3 years vboxsync VMM/CPUM: Use SVM_???_PAGES constants to size the big CPUMCTX fields. …
(edit) @91291   3 years vboxsync VMM/CPUM,++: Moved the nested SVM I/O permission bitmap allocation …
(edit) @91289   3 years vboxsync VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation …
(edit) @91287   3 years vboxsync VMM/CPUM,++: Moved the nested SVM VMCB allocation into CPUMCTX. …
(edit) @91286   3 years vboxsync VMM/CPUM: Eliminated a bunch of unused host physical addresses in …
(edit) @91284   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91283   3 years vboxsync VMM/CPUM: Moved the host's extended state (XState) from the hyper heap …
(edit) @91282   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91281   3 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91275   3 years vboxsync VMM: Added missing features checks while constructing mask of valid …
(edit) @91274   3 years vboxsync VMM: Prune unused CPUMCPUIDFEATURE_PAT and CPUMCPUIDFEATURE_MWAIT_EXTS.
(edit) @91271   3 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX.
(edit) @91266   3 years vboxsync VMM/CPUM: Moved CPUIDs and MSRs from the hyper heap and into the VM …
(edit) @91265   3 years vboxsync VMM/HM: Moved various stats from the hyper heap and into the VM …
(edit) @91263   3 years vboxsync VMM/IEM: Moved instruction stats from the hyper heap and into the VM …
(edit) @91250   3 years vboxsync VMM/PGM: Moved pStatTrap0eAttributionR0 to GVMCPU. bugref:10093
(edit) @91247   3 years vboxsync PGM: Moved the statistics into the VM and VMCPU structures (was on the …
(edit) @91246   3 years vboxsync VMM/PGM: Some cleanups around large page allocation... bugref:10093
(edit) @91245   3 years vboxsync VMM/PGM: Removed VMMCALLRING3_PGM_MAP_CHUNK and PGMR3PhysChunkMap as …
(edit) @91243   3 years vboxsync VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going …
(edit) @91213   3 years vboxsync Main,FE/VBoxManage: Add the necessary Main API bits to control the …
(edit) @91137   3 years vboxsync include/VBox/log.h,Devices/Security,pdmtpmifs.h: Remove the startup, …
(edit) @91120   3 years vboxsync VMM: Nested VMX: bugref:10092 VMX EPT and Unrestricted CFGM options, …
(edit) @91105   3 years vboxsync HGCM: Forgot to bump the version in r146747. oem2ticketref:46 bugref:10038
(edit) @91101   3 years vboxsync VMM: Nested VMX: hm_vmx: Bit fields for VM-exit qualifations due to …
(edit) @91100   3 years vboxsync HGCM: Fixes to svcHlpDisconnectClient / DisconnectClient. …
(edit) @91098   3 years vboxsync VMM: Nested VMX: bugref:10092 Added new/missing EPT violation VM-exit …
(edit) @91097   3 years vboxsync HGCM: Put back pfnDisconnectClient. oem2ticketref:46
(edit) @91045   4 years vboxsync VMM: Nested VMX: bugref:10092 Updated VM-entry, VM-exit bitfield macros.
(edit) @91044   4 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of VMCS fields.
(edit) @91043   4 years vboxsync VMM: Nested VMX: bugref:10092 Renamed some macros.
(edit) @91037   4 years vboxsync VMM: Nested VMX: bugref:10092 Added support for tertiary processor …
(edit) @91019   4 years vboxsync Security: The underlying driver specifies the input buffer size of the …
(edit) @91018   4 years vboxsync VMM/MM: Removed the MMR3UkHeap* code as nobody is using it any more. …
(edit) @91016   4 years vboxsync VMM/PGM,++: Kicked out VBOX_WITH_2X_4GB_ADDR_SPACE and the DynMap code …
(edit) @91000   4 years vboxsync VMM,PDM,PGM: Restrict the VMSetError and VMSetRuntimeError APIs to …
(edit) @90999   4 years vboxsync VMM: Removed VMMCALLRING3_PGM_LOCK (now unused). bugref:6695
(edit) @90997   4 years vboxsync VMM,PDM,PGM: Restrict the VMSetError and VMSetRuntimeError APIs to …
(edit) @90996   4 years vboxsync Devices/Security: Only advertise the multiple localities supported …
(edit) @90992   4 years vboxsync VMM: Eliminated VMMCALLRING3_PGM_LOCK. bugref:6695
(edit) @90991   4 years vboxsync VMM: Eliminated VMMCALLRING3_MMHYPER_LOCK. bugref:6695
(edit) @90982   4 years vboxsync VMM: Removed VMMCALLRING3_VM_R0_PREEMPT. bugref:6695
(edit) @90981   4 years vboxsync VMM: Changed pgmLock to pass VINF_SUCCESS to PDMCritSectEnter and …
(edit) @90980   4 years vboxsync VMM: Removed VMMCALLRING3_PDM_CRIT_SECT_ENTER, …
(edit) @90975   4 years vboxsync VMM: Ensure proper log flush order by going to ring-0 to wait for the …
(edit) @90973   4 years vboxsync VMM: Correctly update idxBuf so we flush the right buffer when we get …
(edit) @90970   4 years vboxsync VMM,SUPDrv: Use 4 buffers for each EMT logger in ring-0, making it …
(edit) @90959   4 years vboxsync VMM: VMCPU structure padding adjustment for windows. bugref:10086
(edit) @90948   4 years vboxsync VMM: Organize the logger structures both named member and arrays for …
(edit) @90945   4 years vboxsync VMM: Use a worker thread for flushing ring-0 log buffers. bugref:10086
(edit) @90943   4 years vboxsync SUP: Promoted SUP_DPRINTF from SUPDrvInternal.h to sup.h when …
(edit) @90934   4 years vboxsync VMM: Nested VMX: bugref:10092 Added Tertiary Processor-based …
(edit) @90932   4 years vboxsync VMM: Nested VMX: bugref:10092 Renamed …
(edit) @90927   4 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 Added new VMCS fields.
(edit) @90897   4 years vboxsync VMM: Initialize the ring-0 loggers as early as possible, so we can …
(edit) @90859   4 years vboxsync VMMR0,SUPDrv: Need to override RTLogDefaultInstanceEx rather than …
(edit) @90844   4 years vboxsync VMM: Doxygen fixes.
(edit) @90838   4 years vboxsync VMM: Doxygen fixes.
(edit) @90837   4 years vboxsync VMM: Doxygen fixes.
(edit) @90834   4 years vboxsync Doxygen fixes.
(edit) @90833   4 years vboxsync Doxygen fixes.
(edit) @90829   4 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90828   4 years vboxsync Main: bugref:1909: Added API localization
(edit) @90822   4 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90792   4 years vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90770   4 years vboxsync VBox/com/listeners.h: Assert IEvent::getType result. bugref:1909
(edit) @90691   4 years vboxsync pdmifs: display reporting doxygen (brief + newline + detailed …
(edit) @90676   4 years vboxsync VBox/log.h: Added LOG_GROUP_PDM_CRITSECTRW. bugref:6695
(edit) @90638   4 years vboxsync VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
(edit) @90634   4 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90597   4 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90549   4 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90536   4 years vboxsync pdmtpmifs.h: doxygen fix. bugref:10075
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