|
|
@87856
|
4 years |
vboxsync |
Audio/Mixer: Follow-up fix for r142918; first destroy the sink, then …
|
|
|
@87855
|
4 years |
vboxsync |
Typos.
|
|
|
@87854
|
4 years |
vboxsync |
Audio/DrvAudio: Streamline drvAudioStreamGetReadable() a bit more.
|
|
|
@87853
|
4 years |
vboxsync |
Audio/DebugAudio: Always use the requested audio stream format when …
|
|
|
@87852
|
4 years |
vboxsync |
Audio/Mixer: Implemented mixer creation flags to support runtime …
|
|
|
@87851
|
4 years |
vboxsync |
VBoxManage/showvminfo: Fix forgotten change in r120461, and catch this …
|
|
|
@87850
|
4 years |
vboxsync |
FE/Qt: bugref:9950. Refactoring format radio button creation.
|
|
|
@87849
|
4 years |
vboxsync |
Audio/DrvAudio: Made a debug warning show up in LogRel() when a …
|
|
|
@87848
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 linewidth nits.
|
|
|
@87847
|
4 years |
vboxsync |
Audio/DrvAudio: Made debug .WAV file naming a bit easier to follow.
|
|
|
@87846
|
4 years |
vboxsync |
VBoxService/VMInfo: Fix a call to strncpy(3C) to specify the size of …
|
|
|
@87845
|
4 years |
vboxsync |
FE/Qt: bugref:9950. Refactoring
|
|
|
@87844
|
4 years |
vboxsync |
IPRT/RTFileQuerySectorSize/solaris: Fix reference to uninitialized …
|
|
|
@87843
|
4 years |
vboxsync |
Audio/DebugAudio: Implemented support of providing an artificial …
|
|
|
@87842
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 SSM bits.
|
|
|
@87841
|
4 years |
vboxsync |
Audio/testcase: Added initial tstAudioClient3 to manually report, …
|
|
|
@87840
|
4 years |
vboxsync |
Audio/testcase: Added initial tstAudioClient3 to manually report, …
|
|
|
@87839
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 SSM bits.
|
|
|
@87838
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 SSM bits.
|
|
|
@87837
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 SSM bits.
|
|
|
@87836
|
4 years |
vboxsync |
Audio/HDA: More HDA_STRICT fun. ticketoem2ref:36
|
|
|
@87835
|
4 years |
vboxsync |
Audio/HDA: Init stream's last transfer timestamp if not done yet in …
|
|
|
@87834
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 SSM bits. Moved some R3 thread data to R3-only …
|
|
|
@87833
|
4 years |
vboxsync |
FE/Qt: bugref:9515. Correcting hdd check
|
|
|
@87832
|
4 years |
vboxsync |
VMM/DBGFR3Bp: Fix removing a int3 breakpoint which didn't remove the …
|
|
|
@87831
|
4 years |
vboxsync |
VMM: Some modification for r142732 to make it work with KVM nested …
|
|
|
@87830
|
4 years |
vboxsync |
Audio/HDA: A bit of header cleanup / docs. ticketoem2ref:36
|
|
|
@87829
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Since AVL tree IOTLB cache has been moved to …
|
|
|
@87828
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Moved some R3-only thread data into ring-3 only …
|
|
|
@87827
|
4 years |
vboxsync |
NAT/Net: Alleviate VC paranoia about integer size mismatch. bugref:9929.
|
|
|
@87826
|
4 years |
vboxsync |
NAT/Net: Finally get disinherited from VBoxNetBaseService that was a …
|
|
|
@87825
|
4 years |
vboxsync |
NAT/Net: IntNetIf - Document that GSO input callback is optional. …
|
|
|
@87824
|
4 years |
vboxsync |
NAT/Net: IntNetIf - a convenience class to talk to an internal …
|
|
|
@87823
|
4 years |
vboxsync |
VBoxNetAdp: (bugref:7255) Increase max supported MTU to 16110
|
|
|
@87822
|
4 years |
vboxsync |
VMM/TM: Let non-EMTs schedule timers too. Take care when translating …
|
|
|
@87821
|
4 years |
vboxsync |
VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) …
|
|
|
@87820
|
4 years |
vboxsync |
DevPS2M: The timer callbacks implicitly takes the device critical …
|
|
|
@87819
|
4 years |
vboxsync |
VMM: Disabled the EMT yield timer as it is out dated (multi core CPUs) …
|
|
|
@87818
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Moved IOTLB cache completely to ring-3, moved …
|
|
|
@87817
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Moved IOTLB cache completely to ring-3, moved …
|
|
|
@87816
|
4 years |
vboxsync |
VMM/TM: Gearing up to spreading out the timer work a little. bugref:9943
|
|
|
@87815
|
4 years |
vboxsync |
VMM/TM: Moved uMaxHzHint up in the queue structure. bugref:9943
|
|
|
@87814
|
4 years |
vboxsync |
VMM/TM: Eliminated the enmClock member from TMTIMER, we'll be using …
|
|
|
@87813
|
4 years |
vboxsync |
VMM/TM: TMTIMER_HANDLE_TO_PTR_RETURN* -> …
|
|
|
@87812
|
4 years |
vboxsync |
VMM/TM: Replaced the global timer active list lock with per queue …
|
|
|
@87811
|
4 years |
vboxsync |
HDA: Use a PDMCRITSECT per stream instead of RTCRITSECT, to also allow …
|
|
|
@87810
|
4 years |
vboxsync |
HDA: Got rid of the stream period's additional locking; not needed, as …
|
|
|
@87809
|
4 years |
vboxsync |
HDA: Got rid of the stream period's additional locking; not needed, as …
|
|
|
@87807
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87806
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87805
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87804
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87803
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87802
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87801
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87800
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87799
|
4 years |
vboxsync |
HDA/Codec: Codec now also can run in R0 to speed up interrupt handling …
|
|
|
@87798
|
4 years |
vboxsync |
NAT/Net: Do our own getopt, we only need one option really (the …
|
|
|
@87796
|
4 years |
vboxsync |
VMM/TM: The caller of TMR0TimerQueueGrow must own the queue critsect …
|
|
|
@87795
|
4 years |
vboxsync |
VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
|
|
|
@87794
|
4 years |
vboxsync |
VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
|
|
|
@87793
|
4 years |
vboxsync |
VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
|
|
|
@87792
|
4 years |
vboxsync |
VMM/TM: Moved the timers off the hyper heap. Replaced the relative …
|
|
|
@87791
|
4 years |
vboxsync |
NAT/Net: Move the code to create raw sockets closer to the rest of …
|
|
|
@87790
|
4 years |
vboxsync |
NAT/Net: Rename init methods so that related methods share common …
|
|
|
@87789
|
4 years |
vboxsync |
PCI: Fake BIOS needs to enable I/O decoding for any VGA class device, …
|
|
|
@87788
|
4 years |
vboxsync |
Debugger: Some early access to the DBGFR3FlowTrace* API for toying …
|
|
|
@87787
|
4 years |
vboxsync |
VMM/DBGFR3FlowTrace*: Add some API to query a record based on the …
|
|
|
@87786
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Implemented an interrupt remap cache.
|
|
|
@87785
|
4 years |
vboxsync |
NetFlt/Linux: VBoxNetFlt-linux.c doesn't build on Linux kernel 5.11 …
|
|
|
@87784
|
4 years |
vboxsync |
BIOS: Reworked INT 15h/86h to use the RTC like INT 15h/83h already does.
|
|
|
@87783
|
4 years |
vboxsync |
FE/Qt: bugref:9515. More tooltip fixes.
|
|
|
@87782
|
4 years |
vboxsync |
FE/Qt: bugref:9515. A small tooltip fix.
|
|
|
@87781
|
4 years |
vboxsync |
VMM/DBGFR3FlowTrace*: Add new probe type which causes a drop to the …
|
|
|
@87780
|
4 years |
vboxsync |
VMM: Export DBGFR3Bp* API, bugref:9837
|
|
|
@87779
|
4 years |
vboxsync |
VMM/TRPM: Always count forwarded IRQs.
|
|
|
@87778
|
4 years |
vboxsync |
VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a …
|
|
|
@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 …
|
|
|
@87775
|
4 years |
vboxsync |
FE/Qt: Keeping the part of the disk file name even if it includes a dot.
|
|
|
@87774
|
4 years |
vboxsync |
VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. [build fix] …
|
|
|
@87773
|
4 years |
vboxsync |
VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
|
|
|
@87772
|
4 years |
vboxsync |
VMM/PDM: Doxygen todo fix? bugref:9943
|
|
|
@87771
|
4 years |
vboxsync |
VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943
|
|
|
@87770
|
4 years |
vboxsync |
VMM/TM: Doxygen fixes. bugref:9943
|
|
|
@87769
|
4 years |
vboxsync |
DevE1000: Fixed four e1kRaiseInterrupt calls broken by r29792 when …
|
|
|
@87768
|
4 years |
vboxsync |
VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
|
|
|
@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 …
|
|
|
@87759
|
4 years |
vboxsync |
Audio/HDA: Lots more code in the hope to resolve issue …
|
|
|
@87758
|
4 years |
vboxsync |
Audio/HDA: Lots more code in the hope to resolve issue …
|
|
|
@87757
|
4 years |
vboxsync |
FE/VirtualBox: Implement runtime patching of QTextBrowser (disabled by …
|
|
|
@87756
|
4 years |
vboxsync |
FE/VirtualBox: Implement runtime patching of QTextBrowser (disabled by …
|
|
|
@87755
|
4 years |
vboxsync |
VMM/HMSVM: Moved the RDTSC in hmR0SvmPostRunGuest to the assembly code …
|
|
|