VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90363   4 years vboxsync DevIoApic: Comment update for flip-flip case. bugref:10073
(edit) @90346   4 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @90332   4 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @90331   4 years vboxsync DevHda: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @90330   4 years vboxsync Drv*: Access PDMCritSect API via PDMDrvHlp. bugref:10074
(edit) @90323   4 years vboxsync DevVGA-SVGA: Moved the pfnVBVAEnable calls up before …
(edit) @90319   4 years vboxsync VMSVGA: prevent screen artifacts after restoring VM from saved state, …
(edit) @90318   4 years vboxsync DevIoApic: Must save & restore the flip-flop bitmap. bugref:10073 …
(edit) @90309   4 years vboxsync DevIoApic: Tenative fix for re-triggering edge interrupts in EOI …
(edit) @90308   4 years vboxsync DevIoApic: PDM_IRQ_LEVEL_FLIP_FLOP fix (HPET). Needs state saving. …
(edit) @90307   4 years vboxsync DevIoApic: IRQ tagging fixes. Todo for EIO. bugref:10073 oem2tickeref:43
(edit) @90304   4 years vboxsync DevHPET: Logging. bugref:10073 oem2ticketref:43
(edit) @90303   4 years vboxsync Typo.
(edit) @90298   4 years vboxsync DevIoApic: Don't point to out of scope variable in ioapicSendMsi. …
(edit) @90266   4 years vboxsync VMMDev: More heap usage statistics. bugref:9379
(edit) @90265   4 years vboxsync VMMDev: Reduce the HGCM accounting categories to the same three as we …
(edit) @90264   4 years vboxsync VMMDev: Do proper heap usage accounting for HGCM requests. bugref:9379
(edit) @90257   4 years vboxsync AMD IOMMU: bugref:9654 Restructured code to deal with potentially …
(edit) @90247   4 years vboxsync DevIchAc97: Don't try setup streams with BDBAR=0 as that upsets the …
(edit) @90241   4 years vboxsync DrvKeyboardQueue: Fixed Korean key detection (I think), added …
(edit) @90231   4 years vboxsync EFI: Workaround for unwanted aligned SSE move blowing up (see bugref:4643).
(edit) @90213   4 years vboxsync Intel IOMMU: bugref:9967 PTE error reporting fix.
(edit) @90212   4 years vboxsync Intel IOMMU: bugref:9967 Error handling fixes. There seems to be a …
(edit) @90209   4 years vboxsync DevATA: report proper Media Event Code for …
(edit) @90205   4 years vboxsync Intel IOMMU: bugref:9967 Removed superfluous assertion, nits.
(edit) @90200   4 years vboxsync DevVGA: Addendum to bugref:9904
(edit) @90199   4 years vboxsync tstDevicePdmDevHlp: Corrected incorrect assertion.
(edit) @90198   4 years vboxsync DevPS2: The queue header member pszDesc is ring-3 only and must be …
(edit) @90186   4 years vboxsync AMD IOMMU: bugref:9654 Logging, missed parameter fix.
(edit) @90185   4 years vboxsync AMD IOMMU: bugref:9654 Log PTE not present failures.
(edit) @90184   4 years vboxsync Audio/ValKit: Use frame size instead of sample size in …
(edit) @90183   4 years vboxsync Audio/ValKit: More code for guest recording tests in the Validation …
(edit) @90182   4 years vboxsync Audio/ValKit: Use frame size instead of sample size in …
(edit) @90179   4 years vboxsync Audio/ValKit: A few more checks for AudioTestSetPack(). bugref:10008
(edit) @90178   4 years vboxsync DevIchAc97: Don't assert on valid config in ichac97R3StreamSetUp as we …
(edit) @90176   4 years vboxsync Audio/ValKit: ATS termination fixes. bugref:10008
(edit) @90166   4 years vboxsync DevATA: Extended assertion.
(edit) @90158   4 years vboxsync DevHda: Added the minimum of registers linux accesses for the …
(edit) @90156   4 years vboxsync Dev/VirtioNet: (bugref:8651) Fixed connectivity loss due to stuck TX …
(edit) @90149   4 years vboxsync DevHda: Added config value 'DeviceName' to allow specifying other …
(edit) @90148   4 years vboxsync DevHdaCodec: Renamed a couple of variables. bugref:9890
(edit) @90147   4 years vboxsync DevHdaCodec: Moved the codec configuration into a separate structure …
(edit) @90146   4 years vboxsync DevHdaCodec: Removed unused member HDACODECR3::cNodes. bugref:9890
(edit) @90145   4 years vboxsync DevHdaCodec: Mark afNodeClassifications as const to encourage more …
(edit) @90144   4 years vboxsync DevHdaCodec: Combine all the node classification lists into an array …
(edit) @90143   4 years vboxsync DevHdaCodec: The node classification lists can be const. bugref:9890
(edit) @90142   4 years vboxsync DevHdaCodec: Renamed some more member names. bugref:9890
(edit) @90141   4 years vboxsync DevHdaCodec: Corrected some member names. bugref:9890
(edit) @90140   4 years vboxsync DevHda: Aligned the codec state more along cache lines. bugref:9890
(edit) @90139   4 years vboxsync DevHdaCodec: Updated docs/todo. bugref:9890
(edit) @90138   4 years vboxsync DevHda: Only HDACODECR3, no HDACODEC structure any more. bugref:9890
(edit) @90137   4 years vboxsync DevHda: Don't pass pDevIns but PHDACODECR3 to the four DevHDA …
(edit) @90136   4 years vboxsync DevHda: Ditto in the other direction. bugref:9890
(edit) @90135   4 years vboxsync DevHda: We don't need to abstract the HDA codecs with function …
(edit) @90134   4 years vboxsync DevHda: Consolidating codec state into one structure and removing the …
(edit) @90131   4 years vboxsync DevHdaCodec: Removed most of the leftovers from the attempt to run the …
(edit) @90128   4 years vboxsync DevHdaCodec: Moved CODECVERB to the .cpp file as it does not to be …
(edit) @90127   4 years vboxsync DevHdaCodec: More doc work. bugref:9890
(edit) @90123   4 years vboxsync DevHdaCodec: Try make doxygen happy... bugref:9890
(edit) @90122   4 years vboxsync DevHdaCodec: More doxygen stuff. Renamed callback parameters to match …
(edit) @90121   4 years vboxsync DevHdaCodec: Reverted previous commit, committed too much. bugref:9890
(edit) @90120   4 years vboxsync DevHdaCodec: More doxygen stuff. Renamed callback parameters to match …
(edit) @90119   4 years vboxsync DevHdaCodec: Looping over node index arrays must do proper bound …
(edit) @90113   4 years vboxsync Intel IOMMU: bugref:9967 Fix return code when translating DMA …
(edit) @90111   4 years vboxsync Intel IOMMU: bugref:9967 Similar fix as r145610 but for Intel. I …
(edit) @90110   4 years vboxsync AMD IOMMU: bugref:9654 Fixed more issues in address translation …
(edit) @90103   4 years vboxsync DrvIntNet: style fix.
(edit) @90097   4 years vboxsync DevHda: Fixed bug in hdaR3StreamAddScheduleItem when splitting up too …
(edit) @90071   4 years vboxsync Audio/ValKit: Resolved some @todos wrt the test object API. bugref:10008
(edit) @90058   4 years vboxsync DevVGA-SVGA: style fix for r143829. bugref:9988
(edit) @90056   4 years vboxsync Audio/ValKit: Added support for concurrent playback + recording tests …
(edit) @90051   4 years vboxsync VUSB: Only edit descriptors to hide remote wakeup when device actually …
(edit) @90049   4 years vboxsync VUSB: If a descriptor read can't be satisfied from cache, pass it …
(edit) @90048   4 years vboxsync Audio/ValKit: Added dedicated log group AUDIO_TEST for audio testing …
(edit) @90047   4 years vboxsync Audio/ValKit: Renaming. bugref:10008
(edit) @90046   4 years vboxsync Audio/ValKit: More code for PCM audio data test (set) verification. …
(edit) @90031   4 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(edit) @90030   4 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(edit) @90029   4 years vboxsync AMD IOMMU: bugref:9654 Build fix.
(edit) @90028   4 years vboxsync AMD IOMMU: bugref:9654 Fixed address translations resulting in …
(edit) @90027   4 years vboxsync VUSB: Don't needlessly wait just because we need to read a descriptor …
(edit) @90026   4 years vboxsync VUSB/Win: Improved logging, reworked Windows backend so that …
(edit) @90025   4 years vboxsync Typo.
(edit) @90021   4 years vboxsync DevVGA: Fixed regression from r112425, must use RT_MAX to determin …
(edit) @90020   4 years vboxsync EFI/Firmware: Some missing svn:eol-style properties for ini files, …
(edit) @90017   4 years vboxsync DevVGA: Style fixes. Removed irrelevant 32-bit comment (not supported, …
(edit) @90016   4 years vboxsync Audio: Before calling AudioHlpFileWrite test on the pFileXxxx variable …
(edit) @90015   4 years vboxsync AudioHlp: Drop unnecessary headers. bugref:9890
(edit) @90014   4 years vboxsync AudioHlp: Doxygen file. bugref:9890
(edit) @90013   4 years vboxsync DevHda: Removed a bunch of unused debug stream stuff. bugref:9890
(edit) @90012   4 years vboxsync Audio: Output multichannel capable wave files. Simplify the code a …
(edit) @90011   4 years vboxsync Audio: Baked AudioHlpFileNameGet into AudioHlpFileCreate and added …
(edit) @90010   4 years vboxsync Audio/AudioHlp: Deal with sharing violations when audio debug is …
(edit) @90008   4 years vboxsync AudioMixBuffer: Fixed regresion in AudioMixBufSetVolume from the …
(edit) @90007   4 years vboxsync AudioMixer: Don't use markdown for @pages, w/o a proper brief …
(edit) @90006   4 years vboxsync DevIchAc97: nsRetrySetup fix. bugref:9890
(edit) @90005   4 years vboxsync AudioTest: doxygen fix. @todo bugref:10008
(edit) @90004   4 years vboxsync AudioTest: doxygen fixes. bugref:10008
(edit) @90002   4 years vboxsync VSCSILunMmc: report proper Media Event Code for …
(edit) @90001   4 years vboxsync VSCSILunMmc: reorder enum MMCEVENTSTATUSTYPE according to MMC2 …
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