|
|
@89287
|
4 years |
vboxsync |
Audio/ValKit: When both, ValidationKit and Debug mode (for audio) are …
|
|
|
@89281
|
4 years |
vboxsync |
Audio/ValKit: Made the Validation Kit audio driver selectable in Main …
|
|
|
@89258
|
4 years |
vboxsync |
Audio: Added PDMIHOSTAUDIO::pfnSetDevice with implementation for …
|
|
|
@89218
|
4 years |
vboxsync |
Audio: Converted PDMAUDIODSTSRCUNION, PDMAUDIORECSRC and …
|
|
|
@89213
|
4 years |
vboxsync |
Audio: Added an fImmediate indicator to the pfnStreamDestroy methods …
|
|
|
@89202
|
4 years |
vboxsync |
VBoxSVC: Add a bit more release logging around WM_QUERYENDSESSION. …
|
|
|
@89098
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 ConsoleImpl2, DevIoApic: When Main configures …
|
|
|
@89004
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 ConsoleImpl2: When an Intel IOMMU is present, …
|
|
|
@88991
|
4 years |
vboxsync |
Audio: Worked over draining, starting with the internal DMA buffer …
|
|
|
@88888
|
4 years |
vboxsync |
DrvAudioVRDE: Fixed bug that snuk into drvAudioVrdeHA_StreamDestroy in …
|
|
|
@88887
|
4 years |
vboxsync |
Audio: Changed PDMIHOSTAUDIO::pfnStreamGetStatus into …
|
|
|
@88885
|
4 years |
vboxsync |
DrvAudioVRDE: Experimenting with alternative ways of signalling that …
|
|
|
@88879
|
4 years |
vboxsync |
Audio/VaKit: Made the Validation Kit driver actually being used + …
|
|
|
@88821
|
4 years |
vboxsync |
VBoxSVC: Oops, g/c debug instrumentaion accidentally committed in …
|
|
|
@88819
|
4 years |
vboxsync |
Audio: Added geberuc asynchronous init to DrvAudio for use in WAS (and …
|
|
|
@88783
|
4 years |
vboxsync |
VBoxSVC: The order is TranslateMessage *then* DispatchMessage. Here …
|
|
|
@88777
|
4 years |
vboxsync |
Main/Global.cpp: Include Linux 5.x in the description of the "Linux26" …
|
|
|
@88761
|
4 years |
vboxsync |
DrvAudio: Working on support for asynchronous stream backend init and …
|
|
|
@88747
|
4 years |
vboxsync |
NAT/Net: setIPv6Prefix - allow empty prefix if IPv6 is disabled. This …
|
|
|
@88724
|
4 years |
vboxsync |
Audio: PDMAUDIOSTREAMSTS_FLAGS_XXX -> PDMAUDIOSTREAM_STS_XXX. bugref:9890
|
|
|
@88718
|
4 years |
vboxsync |
Audio: Changed PPDMAUDIOBACKENDSTREAM from opaque to a common …
|
|
|
@88672
|
4 years |
vboxsync |
Audio: Use HostAudioWas on windows 10 instead of DSound. Only set the …
|
|
|
@88653
|
4 years |
vboxsync |
Audio/SB16: Makes now also use of the common stream debugging (file) …
|
|
|
@88637
|
4 years |
vboxsync |
Main/SharedFolderImpl.cpp: Reject shared folder paths which have a …
|
|
|
@88534
|
4 years |
vboxsync |
Audio: Merged the cbStreamOut and cbStreamIn fields in …
|
|
|
@88501
|
4 years |
vboxsync |
bugref:9907. Removed cloud-init package installation for Debian …
|
|
|
@88490
|
4 years |
vboxsync |
Network: Do not bring up links for "not attached" adapters.
|
|
|
@88484
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Main: Use the same I/O APIC PCI address …
|
|
|
@88469
|
4 years |
vboxsync |
DrvAudioVRDE: Cleanup. [build fix] bugref:9890
|
|
|
@88460
|
4 years |
vboxsync |
DrvAudioVRDE: Cleanup. bugref:9890
|
|
|
@88459
|
4 years |
vboxsync |
DrvAudioRec: Cleanups. bugref:9890
|
|
|
@88395
|
4 years |
vboxsync |
DrvAudioRec,DrvHostAudioValidationKit: doxygen fixes. some cleanups. …
|
|
|
@88394
|
4 years |
vboxsync |
DrvAudioRec,DrvHostAudioValidationKit: doxygen fixes. some cleanups. …
|
|
|
@88390
|
4 years |
vboxsync |
Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. …
|
|
|
@88382
|
4 years |
vboxsync |
Audio: Replaced the PDMIHOSTAUDIO::pfnShutdown implementations in the …
|
|
|
@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. …
|
|
|
@88378
|
4 years |
vboxsync |
Audio: Removed unused pfnStream(Play|Capture)(Begin|End) methods from …
|
|
|
@88365
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Build fix.
|
|
|
@88364
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 MachineImpl: Disallow setting Intel IOMMU …
|
|
|
@88362
|
4 years |
vboxsync |
Audio: Removed PDMIHOSTAUDIO::pfnSetCallback (replaced by …
|
|
|
@88345
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Main, VBoxManage: Handle Intel IOMMU in …
|
|
|
@88343
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Main: Fix typo which always disabled AMD IOMMU.
|
|
|
@88333
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 ACPI, BusAssignmentManager and ConsoleImpl2 …
|
|
|
@88300
|
4 years |
vboxsync |
Audio: We don't return IPRT status codes, but VBox status codes. duh. …
|
|
|
@88297
|
4 years |
vboxsync |
Some small Solaris-specific build warning fixes:
include/iprt/x86.h: …
|
|
|
@88269
|
4 years |
vboxsync |
Audio: Made sure PDMAUDIOPCMPROPS is initialized using a helper …
|
|
|
@88255
|
4 years |
vboxsync |
DrvAudio,DrvAudioVRDE: Refactoring drvAudioStreamPlay (no actual …
|
|
|
@88253
|
4 years |
vboxsync |
DrvAudio,++: Started going over and tidying up the StreamPlay …
|
|
|
@88217
|
4 years |
vboxsync |
Main/ConsoleImpl2: Log VBoxInternal/ overrides too. bugref:9890
|
|
|
@88216
|
4 years |
vboxsync |
DrvAudio,ConsoleImpl2: Constructor cleanup, moved the input/output …
|
|
|
@88211
|
4 years |
vboxsync |
Main/ConsoleImpl2: Call VMR3SetError when catching ConfigError so we …
|
|
|
@88209
|
4 years |
vboxsync |
Main/ConsoleImpl2: Cleaned up i_configAudioDriver(). bugref:9890
|
|
|
@88199
|
4 years |
vboxsync |
Main/Makefile.kmk: Downgrade gcc 7+ optimizations a little because …
|
|
|
@88091
|
4 years |
vboxsync |
ConsoleImpl2: Add missing newline in a log message. bugref:9966.
|
|
|
@88030
|
4 years |
vboxsync |
Audio: doxygen fix. bugref:9890
|
|
|
@88028
|
4 years |
vboxsync |
Audio: Moving some of the DrvAudio.h stuff into PDM - …
|
|
|
@88023
|
4 years |
vboxsync |
Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
|
|
|
@88022
|
4 years |
vboxsync |
Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890
|
|
|
@88021
|
4 years |
vboxsync |
Audio/Main: Does not seem like AudioMixBuffer.cpp is needed in VBoxC. …
|
|
|
@88016
|
4 years |
vboxsync |
Audio: DrvAudioHlpPCMPropsAreValid -> DrvAudioHlpPcmPropsAreValid; …
|
|
|
@88002
|
4 years |
vboxsync |
Audio: Swapped parameters for DrvAudioHlpNanoToFrames, …
|
|
|
@87995
|
4 years |
vboxsync |
Audio: Switched DrvAudioHlpFramesToBytes parameters. bugref:9890
|
|
|
@87968
|
4 years |
vboxsync |
Main/MachineImpl.cpp: Delete Logs/VBoxUI.log left by detachable GUI. …
|
|
|
@87949
|
4 years |
vboxsync |
NAT/Net: Refuse to modify NATNetwork when an instance of it is …
|
|
|
@87948
|
4 years |
vboxsync |
Main/NATNetwork: setNetworkName - fix typo/thinko: check if the …
|
|
|
@87904
|
4 years |
vboxsync |
DevVGA,DisplayImpl.cpp,pdmifs.h: Don't require EMT for …
|
|
|
@87896
|
4 years |
vboxsync |
scm fix.
|
|
|
@87895
|
4 years |
vboxsync |
pr9907. Added package cloud-init into the unattended templates. Added …
|
|
|
@87759
|
4 years |
vboxsync |
Audio/HDA: Lots more code in the hope to resolve issue …
|
|
|
@87688
|
4 years |
vboxsync |
NAT/Net: Now that VBoxNetNAT gets all its settings via the API, the …
|
|
|
@87635
|
4 years |
vboxsync |
Main/NATNetwork: setIPv6Prefix - Make sure the string we are passed …
|
|
|
@87588
|
4 years |
vboxsync |
Build fix.
|
|
|
@87578
|
4 years |
vboxsync |
Main: Doxygen v1.8.20 seems to get confused by appendTokenizedStrings …
|
|
|
@87436
|
4 years |
vboxsync |
Audio/HDA+AC97: Made the device emulation's internal [in|out]put FIFO …
|
|
|
@87434
|
4 years |
vboxsync |
Main: bugref:9224: Fixed invalid size of receiving buffer in the …
|
|
|
@87421
|
4 years |
vboxsync |
Main/NATNetwork: NATNetwork::start() - reset the list of arguments to …
|
|
|
@87395
|
4 years |
vboxsync |
Fix doxy complaint. bugref:9892
|
|
|
@87391
|
4 years |
vboxsync |
Allocate PDMLED console LED structs in a sensible manner for each …
|
|
|
@87377
|
4 years |
vboxsync |
scm
|
|
|
@87376
|
4 years |
vboxsync |
USB/Darwin: Capture USB devices directly through IOUSBLib, no longer …
|
|
|
@87374
|
4 years |
vboxsync |
Audio/Main: Made the HDA emulation's position adjustment configurable …
|
|
|
@87367
|
4 years |
vboxsync |
Audio/Main: Made the device emulation's timer rate configurable via …
|
|
|
@87363
|
4 years |
vboxsync |
Main/NATNetwork: NATNetwork::setNetwork - if there are IPv4 port …
|
|
|
@87360
|
4 years |
vboxsync |
fMain/NATNetwork: NATNetwork::setNetwork - validate and normalize the …
|
|
|
@87323
|
4 years |
vboxsync |
Main/NATNetwork: mark up two lost todos from day 1, forgotten there …
|
|
|
@87298
|
4 years |
vboxsync |
Main: Fixed "Failed to create VirtualBox object" in the debug build if …
|
|
|
@87278
|
4 years |
vboxsync |
bugref:9907. Added support for cloud-init script.
|
|
|
@87258
|
4 years |
vboxsync |
Main: Adjustments for bugref:9898.
|
|
|
@87242
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Main/API: Adjusted BusAssignmentManager and …
|
|
|
@87241
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Main/API: AMD IOMMU support.
|
|
|
@87179
|
4 years |
vboxsync |
Audio: Added input / output stream PCM properties to CFGM driver chain …
|
|
|
@87002
|
4 years |
vboxsync |
Main: bugref:9224: Added device and partition paths checks for FreeBSD
|
|
|
@86971
|
4 years |
vboxsync |
Main/MachineImpl.cpp: Change two incorrect asserts from …
|
|
|
@86916
|
4 years |
vboxsync |
Main: No need to copy aDefaultFront.
|
|
|
@86908
|
4 years |
vboxsync |
Shared Clipboard/Transfers: Removed clipboard area handling code. …
|
|
|
@86859
|
4 years |
vboxsync |
Main/OpenGLTestApp: Linux compilation fixes.
|
|
|
@86857
|
4 years |
vboxsync |
Main/OpenGLTestApp: Linux compilation fixes.
|
|
|
@86753
|
4 years |
vboxsync |
OCI: bugref:9722 - Add DataStreamWrap.cpp to extpack VBoxAPIWrap_SOURCES
|
|
|
@86752
|
4 years |
vboxsync |
OCI: bugref:9722 - ICloudMachine::getConsoleHistory - snapshot work in …
|
|
|