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