VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82463   5 years vboxsync pdmaudioifs.h,Devices/Audio: Corrected the size alignment of …
(edit) @82459   5 years vboxsync DevHDA: doxygen fix. bugref:9218
(edit) @82458   5 years vboxsync Devices/Audio/*: No need to +1 on RTPATH_MAX.
(edit) @82456   5 years vboxsync DevLsiLogicSCSI: Forgot to set PDM_DEVREG_FLAGS_NEW_STYLE in …
(edit) @82455   5 years vboxsync DevINIP: Converted to new style. bugref:9218
(edit) @82454   5 years vboxsync VMMDev: Forgot to set PDM_DEVREG_FLAGS_NEW_STYLE. bugref:9218
(edit) @82453   5 years vboxsync DevHDA: Mark as new-style. bugref:9218
(edit) @82452   5 years vboxsync DevHDA: Put debug path on the heap rather than always grabbing ~4KB of …
(edit) @82451   5 years vboxsync DevIchAc97: Put debug path on the heap rather than always grabbing …
(edit) @82450   5 years vboxsync DevHDA: Split structures. bugref:9218
(edit) @82431   5 years vboxsync Devices/Graphics: assertion message
(edit) @82425   5 years vboxsync DevHDA: hdaRegWriteRIRBWP fix.
(edit) @82421   5 years vboxsync DevHDA: Keep the 'hdcnodes' debug info item working in release builds …
(edit) @82420   5 years vboxsync DevHDA: The HDASTREAM::CritSect is not needed unless …
(edit) @82419   5 years vboxsync DevHDA: Disabled the HDASTREAMPERIOD::CritSect as it isn't currently …
(edit) @82418   5 years vboxsync DevHDA: More cleanups. bugref:9218
(edit) @82417   5 years vboxsync DevHDA: More cleanups. bugref:9218
(edit) @82410   5 years vboxsync ACPI/Main: Report NVMe controller in ACPI tables to convince OS X it's …
(edit) @82409   5 years vboxsync Devices/Graphics: optional release logging
(edit) @82408   5 years vboxsync Devices/Graphics: OpenGL backend: move a code block to where is …
(edit) @82406   5 years vboxsync DevHDA: Cleanups. bugref:9218
(edit) @82405   5 years vboxsync DevHDA: DEVHDA_UNLOCK_BOTH is not needed any more. bugref:9218
(edit) @82404   5 years vboxsync DevHDA/hdaRegWriteSDSTS: Try reduce tiem spend holding the …
(edit) @82403   5 years vboxsync DevHDA/hdaRegWriteSDCTL: Don't take the virtual-sync clock lock unless …
(edit) @82402   5 years vboxsync DevHDA: Removed unnecessary input masking in hdaRegWriteSDCTL and …
(edit) @82401   5 years vboxsync DevHDA: Handle some partial/multiple register accesses (both reads and …
(edit) @82400   5 years vboxsync EFI/VBoxPkg: Hacked up a routine to construct the path of the HFS+ …
(edit) @82399   5 years vboxsync DevHDA: More statistics. bugref:9218
(edit) @82394   5 years vboxsync VMMDev: add new guest OS type, just in case (not that the GA code …
(edit) @82391   5 years vboxsync DevHDA: Ditto for hdaMmioRead, only here there are fewer method and …
(edit) @82388   5 years vboxsync DevHDA: Changed hdaWriteReg() to just keep the lock while calling the …
(edit) @82382   5 years vboxsync DevHDA: Made register access handlers return VBOXSTRICTRC. bugref:9218
(edit) @82381   5 years vboxsync EFI/VBoxFsDxe: Build fix for fsw testcase.
(edit) @82377   5 years vboxsync DevIchAc97: Simplified ichac97IoPortNabmWrite. Fixed AC97_GLOB_CNT bug …
(edit) @82374   5 years vboxsync DevIchAc97: Simplified ichac97IoPortNabmRead. bugref:9218
(edit) @82373   5 years vboxsync DevIchAc97: Cleanups. bugref:9218
(edit) @82371   5 years vboxsync DevIchAc97: doxygen fix. bugref:9218
(edit) @82368   5 years vboxsync Dev/E1000: Another trivial issue detected by parfait.
(edit) @82364   5 years vboxsync Dev/E1000: Deal with potential overflow of nTxDFetched if we decide …
(edit) @82362   5 years vboxsync DevIchAc97: Cleanups. bugref:9218
(edit) @82361   5 years vboxsync DevIchAc97: Cleanups. bugref:9218
(edit) @82360   5 years vboxsync DevIchAc97: build fix. bugref:9218
(edit) @82359   5 years vboxsync DevIchAc97: More align. bugref:9218
(edit) @82358   5 years vboxsync DevIchAc97: Set new-style flag. bugref:9218
(edit) @82357   5 years vboxsync DevIchAc97: Split up the state structures. bugref:9218
(edit) @82356   5 years vboxsync DevIchAc97: Removed a bunch of unnecessary AssertPtrReturn statements …
(edit) @82354   5 years vboxsync Dev/E1000: Fixed regression introduced by r135174
(edit) @82347   5 years vboxsync Dev/E1000: Deal with trivial issues detected by parfait.
(edit) @82346   5 years vboxsync DevIchAc97: Indent/valign structure member on tab stops (+4). …
(edit) @82345   5 years vboxsync DevHDA,DevIchAc97: Moved the per-stream timers into the stream …
(edit) @82344   5 years vboxsync DevIchAc97: Eliminated pDevInsR0 and pDevInsRC as well as the …
(edit) @82343   5 years vboxsync DevIchAc97: Cleanups. bugref:9218
(edit) @82340   5 years vboxsync DevIchAc97: Remove two unnecessary assertions. bugref:9218
(edit) @82338   5 years vboxsync DevHPET: Must name timers differently now or STAM asserts. bugref:9218
(edit) @82334   5 years vboxsync DevRTC: don't use '/' in timer descriptions as TM feeds them to STAM. …
(edit) @82332   5 years vboxsync DevHDA: Reduce the number of PDMDevHlpTimerGet calls. bugref:9218
(edit) @82331   5 years vboxsync DevHDA: Converted timers to new style. Left some todos. bugref:9218
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82328   5 years vboxsync DevIchAc97: Simplified ichac97R3TimerSet, avoiding an unnecessary …
(edit) @82325   5 years vboxsync DevIchAc97: ichac97TimerSet isn't used from ring-0, so make it ring-3 …
(edit) @82324   5 years vboxsync DevIchAc97: Converted timers. bugref:9218
(edit) @82323   5 years vboxsync DevIchAc97,DevHDA: PDMCritSect -> PDMDevHlpCritSect. No need to take …
(edit) @82322   5 years vboxsync EFI/Firmware: Workaround two issues with device paths created by macOS …
(edit) @82319   5 years vboxsync DevHDA,DevIchAc97: Use devhlp for CFGMR3 functions. Don't pass empty …
(edit) @82318   5 years vboxsync DevHDA: doxygen fix. bugref:9218
(edit) @82317   5 years vboxsync DevIchAc97: doxygen fixes. bugref:9218
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @82310   5 years vboxsync DevIchAc97: SSMR3 -> devhlp. bugref:9218
(edit) @82309   5 years vboxsync DevHDA: Missed some SSMR3 -> devhlp conversions. bugref:9218
(edit) @82308   5 years vboxsync DevHDA: Fixed bug in hdaCodecLoadState showcasing why switch aren't …
(edit) @82307   5 years vboxsync DevHDA: s/HDA_SSM_/HDA_SAVED_STATE_/g bugref:9218
(edit) @82306   5 years vboxsync DevHDA: Exorcised the hackish stuff from leagcy state loading code as …
(edit) @82305   5 years vboxsync DevHDA: Same for older state versions. bugref:9218
(edit) @82304   5 years vboxsync DevHDA: Just fail immeidately if there are too many streams in the …
(edit) @82303   5 years vboxsync DevHDA: Try more consistently to check status codes before using …
(edit) @82302   5 years vboxsync DevHDA: SSMR3 -> devhlp. Left some comments about bad saved state …
(edit) @82301   5 years vboxsync DevHDA: Converted MMIO region to new style. [fix] bugref:9218
(edit) @82300   5 years vboxsync DevHDA: Converted MMIO region to new style. bugref:9218
(edit) @82299   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82298   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82297   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82296   5 years vboxsync Devices,Puel: Do a better job of disabling pci passthru device code. …
(edit) @82295   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. [grr] bugref:9218
(edit) @82294   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. bugref:9218
(edit) @82293   5 years vboxsync DevIchAc97: Converted I/O ports. bugref:9218
(edit) @82285   5 years vboxsync EFI: Set DevicePathsSupported in DataHub (see bugref:6930).
(edit) @82283   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82282   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82278   5 years vboxsync VGABIOS: Use inlines instead of calls for far memory access. Saves …
(edit) @82265   5 years vboxsync ACPI/vbox-cpuhotplug.dsl: Workaround for recent iasl failing to …
(edit) @82259   5 years vboxsync DrvAudioCommon.cpp: Doxygen fix. bugref:9218
(edit) @82258   5 years vboxsync DevVGA: scm fix
(edit) @82257   5 years vboxsync Proper @todo
(edit) @82255   5 years vboxsync vmm/pdmaudioifs.h: More of the same. bugref:9218
(edit) @82254   5 years vboxsync vmm/pdmaudioifs.h: The prefix 'cf' reads 'count-of-flags', so if you …
(edit) @82253   5 years vboxsync DevSB16: Fixed regression from r135047. bugref:9218
(edit) @82252   5 years vboxsync vmm/pdmaudioifs.h: Style, docs and other nits. First, it's always …
(edit) @82249   5 years vboxsync EFI/Firmware: Relocate the DXE FV volume to the top of the RAM once …
(edit) @82246   5 years vboxsync VGABIOS: Implemented character reads in graphics modes, fixed 1bpp …
(edit) @82245   5 years vboxsync DevVGA: Mostly restored and properly documented Input Status Register …
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