|
|
@88693
|
4 years |
vboxsync |
Audio: Added optional pfnStreamConfigHint methods to …
|
|
|
@88665
|
4 years |
vboxsync |
VMM/PDM: Added PDMDrvHlpSTAMDeregisterByPrefix for speeding up …
|
|
|
@88661
|
4 years |
vboxsync |
STAM: Added macros for recording nanoseconds in STAMPROFILE (using …
|
|
|
@88631
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Slightly more efficient when a VM does not have …
|
|
|
@88626
|
4 years |
vboxsync |
DrvHostAudioWasApi: Early WASAPI backend. bugref:9890
|
|
|
@88580
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 PDM: Interface for sending MSI directly from …
|
|
|
@88567
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Added pdmIsLockOwner function to IOMMU helper.
|
|
|
@88534
|
4 years |
vboxsync |
Audio: Merged the cbStreamOut and cbStreamIn fields in …
|
|
|
@88486
|
4 years |
vboxsync |
DrvAudioHostPulseAudio: Mostly done cleaning up stream creation. …
|
|
|
@88464
|
4 years |
vboxsync |
Audio: Updated PDMIHOSTAUDIO docs. bugref:9890
|
|
|
@88452
|
4 years |
vboxsync |
Audio: Cleaned up the alsa backend. Removed unused+bogus …
|
|
|
@88433
|
4 years |
vboxsync |
Audio: Eliminated the DrvAudio mixing buffers for output streams on …
|
|
|
@88412
|
4 years |
vboxsync |
Audio: Made PPDMAUDIOBACKENDSTREAM a typedef instead of a weird …
|
|
|
@88390
|
4 years |
vboxsync |
Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
|
|
|
@88383
|
4 years |
vboxsync |
Audio: Documented PDMIHOSTAUDIO::pfnShutdown as optional and corrected …
|
|
|
@88381
|
4 years |
vboxsync |
Audio: Made the pfnInit method of the PDMIHOSTAUDIO interface …
|
|
|
@88380
|
4 years |
vboxsync |
Audio: Removed the unused pfnStreamIterate method from PDMIHOSTAUDIO. …
|
|
|
@88379
|
4 years |
vboxsync |
Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
|
|
|
@88378
|
4 years |
vboxsync |
Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
|
|
|
@88373
|
4 years |
vboxsync |
pdmdrv: Added helper for arming timers from drivers. bugref:9890
|
|
|
@88366
|
4 years |
vboxsync |
VMM/DBGFR3Flow: Add ability to put call instructions into separate …
|
|
|
@88362
|
4 years |
vboxsync |
Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
|
|
|
@88359
|
4 years |
vboxsync |
Audio: Added notification interface that host drivers can use. Will …
|
|
|
@88358
|
4 years |
vboxsync |
Audio: Kicked out the unused callback registration interface aimed at …
|
|
|
@88357
|
4 years |
vboxsync |
Audio: Moved PDMAUDIOFILE and associated stuff out of pdmaudioifs.h …
|
|
|
@88356
|
4 years |
vboxsync |
Audio: Trimmed down PDMAUDIOSTREAM a lot by moving non-essential stuff …
|
|
|
@88355
|
4 years |
vboxsync |
Audio: Fix bug in PDMAudioHostDevDup. bugref:9890
|
|
|
@88348
|
4 years |
vboxsync |
VMM: Build fix. oem2ticketref:40
|
|
|
@88307
|
4 years |
vboxsync |
Audio: Buffer usage statistics so we can monitor whether they are …
|
|
|
@88306
|
4 years |
vboxsync |
VMM/PDMDevHlp: Added pfnSTAMDeregisterByPrefix. bugref:9890
|
|
|
@88305
|
4 years |
vboxsync |
VMM/PDMDrvHlp: Made the statistics registration function automatically …
|
|
|
@88300
|
4 years |
vboxsync |
Audio: We don't return IPRT status codes, but VBox status codes. duh. …
|
|
|
@88298
|
4 years |
vboxsync |
Audio: Check that the backend (host audio driver) implements all the …
|
|
|
@88290
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 PDM: Added CPUMGetGuestAddrWidths and PDM …
|
|
|
@88278
|
4 years |
vboxsync |
Audio: Build fix and some cleanups. bugref:9890
|
|
|
@88269
|
4 years |
vboxsync |
Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
|
|
|
@88259
|
4 years |
vboxsync |
DrvAudio: Hacked the underruns detection so it won't falsely trigger …
|
|
|
@88255
|
4 years |
vboxsync |
DrvAudio,DrvAudioVRDE: Refactoring drvAudioStreamPlay (no actual …
|
|
|
@88253
|
4 years |
vboxsync |
DrvAudio,++: Started going over and tidying up the StreamPlay …
|
|
|
@88153
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Skeleton bits.
|
|
|
@88144
|
4 years |
vboxsync |
PDM/Audio: doxygen bugref:9890
|
|
|
@88136
|
4 years |
vboxsync |
PDM/audio: Added PDMAudioPropsRoundUpBytesToFrame. bugref:9890
|
|
|
@88112
|
4 years |
vboxsync |
Audio,DevHDA: Made PDMAUDIOPCMPROPS_F2B and PDMAUDIOPCMPROPS_B2F work …
|
|
|
@88062
|
4 years |
vboxsync |
Audio: Build fix. bugref:9890
|
|
|
@88061
|
4 years |
vboxsync |
Audio: Should use versioned magics like for other PDM structures, …
|
|
|
@88059
|
4 years |
vboxsync |
Audio: Adding a magic to PDMAUDIOSTREAM. bugref:9890
|
|
|
@88057
|
4 years |
vboxsync |
Audio: enums must have an 'END' entry for validation purposes. bugref:9890
|
|
|
@88056
|
4 years |
vboxsync |
Audio: Moved some stuff about in PDMAUDIOSTREAM to keep the smaller …
|
|
|
@88055
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88054
|
4 years |
vboxsync |
Audio/PDM: doxygen. bugref:9890
|
|
|
@88052
|
4 years |
vboxsync |
Audio/PDM: doxygen. bugref:9890
|
|
|
@88051
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88050
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88049
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88048
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88047
|
4 years |
vboxsync |
Audio: Moved the host audio device enumeration code to PDM …
|
|
|
@88045
|
4 years |
vboxsync |
Audio: More prep work to move the audio device enumeration code to …
|
|
|
@88044
|
4 years |
vboxsync |
Audio: More prep work to move the audio device enumeration code to …
|
|
|
@88041
|
4 years |
vboxsync |
Audio: More prep work to move the audio device enumeration code to …
|
|
|
@88036
|
4 years |
vboxsync |
hm_vmx.h: Doxygen.
|
|
|
@88033
|
4 years |
vboxsync |
Audio: Converted the core audio code to extending PDMAUDIODEVICE …
|
|
|
@88032
|
4 years |
vboxsync |
Audio: Preparing for moving the enumeration helpers to PDM. Simplify …
|
|
|
@88031
|
4 years |
vboxsync |
Audio: Preparing for moving the enumeration helpers to PDM. Simplify …
|
|
|
@88029
|
4 years |
vboxsync |
Audio: Moving some of the DrvAudio.h stuff into PDM - …
|
|
|
@88028
|
4 years |
vboxsync |
Audio: Moving some of the DrvAudio.h stuff into PDM - …
|
|
|
@88026
|
4 years |
vboxsync |
Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
|
|
|
@87990
|
4 years |
vboxsync |
Audio: Fixed broken DrvAudioHlpBytesToNano and DrvAudioHlpBytesToMicro …
|
|
|
@87906
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Naming cleanup (uDeviceId -> idDevice etc.)
|
|
|
@87904
|
4 years |
vboxsync |
DevVGA,DisplayImpl.cpp,pdmifs.h: Don't require EMT for …
|
|
|
@87849
|
4 years |
vboxsync |
Audio/DrvAudio: Made a debug warning show up in LogRel() when a …
|
|
|
@87812
|
4 years |
vboxsync |
VMM/TM: Replaced the global timer active list lock with per queue …
|
|
|
@87797
|
4 years |
vboxsync |
IPRT/include: Docs typos.
|
|
|
@87792
|
4 years |
vboxsync |
VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
|
|
|
@87787
|
4 years |
vboxsync |
VMM/DBGFR3FlowTrace*: Add some API to query a record based on the …
|
|
|
@87781
|
4 years |
vboxsync |
VMM/DBGFR3FlowTrace*: Add new probe type which causes a drop to the …
|
|
|
@87777
|
4 years |
vboxsync |
VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a …
|
|
|
@87776
|
4 years |
vboxsync |
dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure …
|
|
|
@87773
|
4 years |
vboxsync |
VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
|
|
|
@87767
|
4 years |
vboxsync |
VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
|
|
|
@87766
|
4 years |
vboxsync |
VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
|
|
|
@87765
|
4 years |
vboxsync |
VMM/TM,*: Added flag parameter to TMR3TimerCreateInternal and renamed …
|
|
|
@87764
|
4 years |
vboxsync |
VMM/TM: Experimenting with changing the signature of TMTimerFromMilli. …
|
|
|
@87763
|
4 years |
vboxsync |
VMM/TM: Removed unused TMR3TimerCreateExternal api. bugref:9943
|
|
|
@87762
|
4 years |
vboxsync |
VMM/UsbHlp: Changed the timer interface to TMTIMERHANDLE, adding the …
|
|
|
@87761
|
4 years |
vboxsync |
VMM/DrvHlp: Changed the unused (at least internally) pfnTMTimerCreate …
|
|
|
@87760
|
4 years |
vboxsync |
VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
|
|
|
@87751
|
4 years |
vboxsync |
VMM: Eliminated one ASMReadTSC in TMNotifyEndOfExecution. Both VT-x …
|
|
|
@87747
|
4 years |
vboxsync |
vmm/tm.h: nit
|
|
|
@87691
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Replace IOMMU device lock with the PDM lock and …
|
|
|
@87633
|
4 years |
vboxsync |
VMM/TM,VMM/HMVMX: Try avoid calling TMCpuTickGetDeadlineAndTscOffset …
|
|
|
@87595
|
4 years |
vboxsync |
vmm/dbgf.h: Fixed padding bug in DBGFBPPUB in r141083. (32-bit …
|
|
|
@87594
|
4 years |
vboxsync |
VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) …
|
|
|
@87523
|
4 years |
vboxsync |
VMM/CPUM/HM: No else after return.
|
|
|
@87522
|
4 years |
vboxsync |
VMM/HM: Moved CPUMCTX::fWorldSwitcher to HMR0PERVCPU::fWorldSwitcher. …
|
|
|
@87519
|
4 years |
vboxsync |
VMM/HM: Make a R0 copy of HM::cMaxResumeLoopsCfg and do proper …
|
|
|
@87518
|
4 years |
vboxsync |
VMM/HM: Make a R0 copy of HM::fAllow64BitGuests on setup (for VT-x). …
|
|
|
@87515
|
4 years |
vboxsync |
VMM/HM: Make a R0 copy of HM::fNestedPaging on setup. Moved …
|
|
|
@87511
|
4 years |
vboxsync |
VMM/HMSVM: Moving some SVM stuff to HMR0PERVM. Removed 3 unused …
|
|
|
@87508
|
4 years |
vboxsync |
VMM/HMSVM: Moving SVMNESTEDVMCBCACHE to HMInternal.h.
|
|
|
@87504
|
4 years |
vboxsync |
VMM/HMSVM: Moving more stuff to HMR0PERVCPU. bugref:9217
|
|
|