VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91243   3 years vboxsync VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going …
(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) @91101   3 years vboxsync VMM: Nested VMX: hm_vmx: Bit fields for VM-exit qualifations due to …
(edit) @91098   3 years vboxsync VMM: Nested VMX: bugref:10092 Added new/missing EPT violation VM-exit …
(edit) @91045   3 years vboxsync VMM: Nested VMX: bugref:10092 Updated VM-entry, VM-exit bitfield macros.
(edit) @91044   3 years vboxsync VMM: Nested VMX: bugref:10092 More consistent naming of VMCS fields.
(edit) @91043   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed some macros.
(edit) @91037   3 years vboxsync VMM: Nested VMX: bugref:10092 Added support for tertiary processor …
(edit) @91019   3 years vboxsync Security: The underlying driver specifies the input buffer size of the …
(edit) @91018   3 years vboxsync VMM/MM: Removed the MMR3UkHeap* code as nobody is using it any more. …
(edit) @91016   3 years vboxsync VMM/PGM,++: Kicked out VBOX_WITH_2X_4GB_ADDR_SPACE and the DynMap code …
(edit) @91000   3 years vboxsync VMM,PDM,PGM: Restrict the VMSetError and VMSetRuntimeError APIs to …
(edit) @90999   3 years vboxsync VMM: Removed VMMCALLRING3_PGM_LOCK (now unused). bugref:6695
(edit) @90997   3 years vboxsync VMM,PDM,PGM: Restrict the VMSetError and VMSetRuntimeError APIs to …
(edit) @90996   3 years vboxsync Devices/Security: Only advertise the multiple localities supported …
(edit) @90992   3 years vboxsync VMM: Eliminated VMMCALLRING3_PGM_LOCK. bugref:6695
(edit) @90991   3 years vboxsync VMM: Eliminated VMMCALLRING3_MMHYPER_LOCK. bugref:6695
(edit) @90982   3 years vboxsync VMM: Removed VMMCALLRING3_VM_R0_PREEMPT. bugref:6695
(edit) @90981   3 years vboxsync VMM: Changed pgmLock to pass VINF_SUCCESS to PDMCritSectEnter and …
(edit) @90980   3 years vboxsync VMM: Removed VMMCALLRING3_PDM_CRIT_SECT_ENTER, …
(edit) @90975   3 years vboxsync VMM: Ensure proper log flush order by going to ring-0 to wait for the …
(edit) @90973   3 years vboxsync VMM: Correctly update idxBuf so we flush the right buffer when we get …
(edit) @90970   3 years vboxsync VMM,SUPDrv: Use 4 buffers for each EMT logger in ring-0, making it …
(edit) @90959   3 years vboxsync VMM: VMCPU structure padding adjustment for windows. bugref:10086
(edit) @90948   3 years vboxsync VMM: Organize the logger structures both named member and arrays for …
(edit) @90945   3 years vboxsync VMM: Use a worker thread for flushing ring-0 log buffers. bugref:10086
(edit) @90934   3 years vboxsync VMM: Nested VMX: bugref:10092 Added Tertiary Processor-based …
(edit) @90932   3 years vboxsync VMM: Nested VMX: bugref:10092 Renamed …
(edit) @90927   3 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 Added new VMCS fields.
(edit) @90897   3 years vboxsync VMM: Initialize the ring-0 loggers as early as possible, so we can …
(edit) @90844   3 years vboxsync VMM: Doxygen fixes.
(edit) @90838   3 years vboxsync VMM: Doxygen fixes.
(edit) @90837   3 years vboxsync VMM: Doxygen fixes.
(edit) @90834   3 years vboxsync Doxygen fixes.
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90691   3 years vboxsync pdmifs: display reporting doxygen (brief + newline + detailed …
(edit) @90634   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90597   3 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90549   3 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90536   3 years vboxsync pdmtpmifs.h: doxygen fix. bugref:10075
(edit) @90530   3 years vboxsync Devices/Security: Start implementation of a TPM driver talking to the …
(edit) @90514   3 years vboxsync VMM: Added VMM_ASSERT_RELEASE_MSG_RETURN macro for safely do release …
(edit) @90512   3 years vboxsync Devices/Security/DevTpm: Updates to the TPM code, started implmenting …
(edit) @90502   3 years vboxsync VMM/PDM: Added device helpers for read/write critical sections. bugref:6695
(edit) @90501   3 years vboxsync VMM/PDM: Corrected PDMCritSectRwTryEnterSharedDebug prototype. bugref:6695
(edit) @90500   3 years vboxsync VMM/PDM: Increased the PDMCRITSECT size by 64 bytes to make space for …
(edit) @90460   3 years vboxsync VMM: Put the RTTHREAD handle in the VM structure too, so VMMDev can …
(edit) @90449   3 years vboxsync VMM/PGM: PDMCritSectTryEnter return status must be checked in ring-3 …
(edit) @90448   3 years vboxsync Dev*: Require ring-3 to check PDMDevHlpCritSectEnter return values …
(edit) @90446   3 years vboxsync PDM: Mark the critsect enter functions with DECL_CHECK_RETURN_NOT_R3. …
(edit) @90435   3 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90433   3 years vboxsync VMM/PDMCritSectEnter: Added macros for correctly asserting on …
(edit) @90428   3 years vboxsync VMM/PDMCritSectEnter: Added note about new return handling …
(edit) @90383   3 years vboxsync VMM: Doxygen fixes for critsect drvhlps. bugref:9218 bugref:10074
(edit) @90382   3 years vboxsync VMM: Doxygen fixes for critsect devhlps. bugref:9218 bugref:10074
(edit) @90380   3 years vboxsync VMM: Moved idHostCpu and iHostCpuSet from VMCPU to GVMCPU, removing …
(edit) @90379   3 years vboxsync VMM: Implementing blocking on critical sections in ring-0 HM context …
(edit) @90378   3 years vboxsync VBox/vmm/dbgf.h: Removed duplicate prototypes.
(edit) @90364   3 years vboxsync pdmdev.h: PDM_IRQ_LEVEL_FLIP_FLOP docs update. bugref:10073
(edit) @90348   3 years vboxsync VMM: Removed the VM pointers from the internal critsect structures. …
(edit) @90347   3 years vboxsync VMM: Pass pVM to PDMCritSectRw APIs. bugref:9218 bugref:10074
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90329   3 years vboxsync PDMDrvHlp: Put the PDMCritSect API into driver helpers just like we've …
(edit) @90196   3 years vboxsync Network: (bugref:10024) GSO UDP header fixes.
(edit) @90189   3 years vboxsync VMM: Make the setjmp code a bit stricter with when to resume a call. …
(edit) @90175   3 years vboxsync Network: (bugref:10024) Fixed UDP header handling when carving …
(edit) @89980   4 years vboxsync VMM/HMVMX: Add debug event and dtrace probe for the split-lock #ACs. …
(edit) @89974   4 years vboxsync IEM: Added IEMExecOneIgnoreLock for use with split-lock cases. bugref:10052
(edit) @89949   4 years vboxsync VMM/PDMDriver: Add …
(edit) @89935   4 years vboxsync Keyboard: Reworked the release-all-keys mechanism, made sure it's used …
(edit) @89934   4 years vboxsync VMM/CPUCpuId: Some intel updates. bugref:10052
(edit) @89924   4 years vboxsync VMM/DBGFBp: Continue work on I/O breakpoints, bugref:9837 - …
(edit) @89912   4 years vboxsync VMM/DBGF: Basic infrastructure to support adding and deleting port I/O …
(edit) @89846   4 years vboxsync pdmaudioinline.h: The _INVALID values are technically valid, so must …
(edit) @89821   4 years vboxsync Audio: Some info item fixes and docs updates. bugref:9890
(edit) @89801   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89800   4 years vboxsync pdmaudioifs.h,AudioMix*h: Documentation. bugref:9890
(edit) @89798   4 years vboxsync pdmaudioifs.h: More diagram updates. bugref:9890
(edit) @89797   4 years vboxsync pdmaudioifs.h: doxygen. bugref:9890
(edit) @89796   4 years vboxsync pdmaudioifs.h: doxygen. bugref:9890
(edit) @89791   4 years vboxsync /Config.kmk,Makefile.kmk: Define VBOX_JAVA_BIN_PATH so we can more …
(edit) @89783   4 years vboxsync pdmaudioifs.h: More doc updates. bugref:9890
(edit) @89782   4 years vboxsync pdmaudioifs.h: simple component diagram. bugref:9890
(edit) @89768   4 years vboxsync Audio: Made PDMAUDIOVOLUME multichannel. bugref:9890
(edit) @89682   4 years vboxsync VMM/DBGFR3SampleReport: More work on the sample creation code, bugref:10025
(edit) @89622   4 years vboxsync VMM/DBGFR3SampleReport: Some prototype code to allow creating guest …
(edit) @89620   4 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89600   4 years vboxsync Intel IOMMU: bugref:9967 Centralize PDM interfaces sending MSIs so it …
(edit) @89569   4 years vboxsync Audio: Lowered cased the output of PDMAudioDirGetName and …
(edit) @89510   4 years vboxsync Audio: Split up PDMIHOSTAUDIO::pfnStreamControl into individual …
(edit) @89506   4 years vboxsync pdmaudioinline.h/PDMAudioPropsAreEqual: Compare channel IDs too. …
(edit) @89500   4 years vboxsync Audio: Changed PDMAUDIOHOSTDEV::szName into a pszName so we don't have …
(edit) @89489   4 years vboxsync Audio: Simplified PDMIAUDIOCONNECTOR::pfnStreamCreate by moving the …
(edit) @89487   4 years vboxsync Audio: Changed PDMIHOSTAUDIO::pfnStreamCreate to take a pointer to a …
(edit) @89446   4 years vboxsync PDMAudioPropsAreValid: limit channels to PDMAUDIO_MAX_CHANNELS. bugref:9890
(edit) @89423   4 years vboxsync DrvHostAudioPulseAudio: Multi channel support. bugref:9890
(edit) @89416   4 years vboxsync pdmaudioinline.h: Added PDMAudioPropsBytesToNano64. bugref:9890
(edit) @89415   4 years vboxsync Audio: Removed PDMAUDIOFRAME. bugref:9890
(edit) @89414   4 years vboxsync Audio: Removed PDMAUDIOSTREAMMAP, PDMAUDIOSTREAMCHANNELDATA and …
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