VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70021   7 years vboxsync Audio/Main: Use uint64_t for fDebugEnabled flag, as we're writing …
(edit) @70015   7 years vboxsync Audio/Main: Fixed ValidationKit driver name in CFGM registration.
(edit) @70013   7 years vboxsync Audio: Unified audio debug / dumping code to also get device DMA data …
(edit) @69956   7 years vboxsync Audio: Implemented support for dumping raw PCM data if debug mode is …
(edit) @69054   7 years vboxsync DevEFI: Easier configuration approach using a single CFGM entry, …
(edit) @69053   7 years vboxsync Main/Console: no need to include the APIC header file directly, it …
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69009   7 years vboxsync typo
(edit) @69008   7 years vboxsync Main/Console: better EFI resolution config, in a single extradata
(edit) @68992   7 years vboxsync Main/Console: Renaming (be more specific what kind of controller type …
(edit) @68975   7 years vboxsync VideoRec: Renaming (be more consistent): video capture vs. video recording.
(edit) @68944   7 years vboxsync VideoRec/Main: Implemented support for attaching + detaching the video …
(edit) @68938   7 years vboxsync Main,VBoxManage: Changed the CPUID override methods on IMachine to …
(edit) @68870   7 years vboxsync Main/ConsoleImpl2.cpp: Also tweak the logging groups if audio …
(edit) @68485   7 years vboxsync Audio: Implemented ability to enable / disable audio input / output …
(edit) @68193   7 years vboxsync Audio: Added "VBoxInternal2/Audio/Debug/Enabled" to also make use of …
(edit) @68026   7 years vboxsync Main/NetIf (bugref:8915) Moved wireless detection from …
(edit) @67918   7 years vboxsync Main/Console: EFI graphics resolution cleanup, prepare for resolution …
(edit) @67914   7 years vboxsync src-client: Define LOG_GROUP according to interface or similar.
(edit) @67642   7 years vboxsync Main: Modified Utf8Str::parseKeyValue implementation to never return …
(edit) @67639   7 years vboxsync ConsoleImpl2.cpp: strDebugOptions.parseKeyValue can return empty …
(edit) @67440   8 years vboxsync Main/ConsoleImpl: announce the MCFG area to EFI
(edit) @67219   8 years vboxsync Main/Console: Use RT_SUCCESS() for IPRT status codes
(edit) @67055   8 years vboxsync ConsoleImpl2: Prevent launching VMs with invalid APIC combinations.
(edit) @66349   8 years vboxsync fixed two @bugref references
(edit) @66220   8 years vboxsync Windows 2016 OS type
(edit) @66105   8 years vboxsync Main: trailing spaces and a wrong indent
(edit) @66103   8 years vboxsync Main: bugref:5454: don't enable the 64-bit prefetch resource window in …
(edit) @66062   8 years vboxsync Main/ConsoleImpl: Set the passthrough flag only for DVD and floppy …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65850   8 years vboxsync Devices/Main: don't set RamSize and RamHole explicitly for DevACPI, …
(edit) @65843   8 years vboxsync Main/ACPI: default size for the 64-bit prefetch root bus resource is …
(edit) @65698   8 years vboxsync NetAdp/win (bugref:8488) standalone implementation, does not require …
(edit) @65584   8 years vboxsync ConsoleImpl2: comment
(edit) @65574   8 years vboxsync ConsoleImpl2: whoops
(edit) @65573   8 years vboxsync ACPI: add a 64-bit prefetchable memory window to the root bus …
(edit) @65482   8 years vboxsync Main/Console: Add the disk integrity driver into the chain if some …
(edit) @65410   8 years vboxsync VideoRec: Interface work, added container / codec configuration stuff.
(edit) @65172   8 years vboxsync Audio/Main: Added a @todo.
(edit) @65162   8 years vboxsync Audio/Main: Some (ground) work for audio support for video recording.
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @64786   8 years vboxsync Main/Console: Fix reconfiguring the medium chain for NVMe controllers
(edit) @64779   8 years vboxsync Main: bugref:8690: disable async I/O for Linux 2.6.18
(edit) @64510   8 years vboxsync Audio: Added Validation Kit skeleton driver. Use with …
(edit) @64509   8 years vboxsync Committed a bit too much.
(edit) @64508   8 years vboxsync Audio: Added Validation Kit skeleton driver. Use with …
(edit) @64321   8 years vboxsync Main/Console: Don't include the SCSI driver for passthrough devices
(edit) @64169   8 years vboxsync Main/Console: Handle medium reconfiguration for USB based storage …
(edit) @64166   8 years vboxsync NAT: Don't use user supplied port-forwarding rule names as node names …
(edit) @64155   8 years vboxsync Console: Fix taking snapshots with a SATA controller configured. The …
(edit) @64145   8 years vboxsync Fixed runtime floppy eject (r111091 regression).
(edit) @64134   8 years vboxsync AHCI,Console: Get rid of the ATAPI implementation and use the DrvSCSI …
(edit) @64099   8 years vboxsync argh, revert unintended changes of previous commit
(edit) @64098   8 years vboxsync build fix
(edit) @64097   8 years vboxsync build fix
(edit) @64096   8 years vboxsync Main/ConsoleImpl: Move the check for the underlying filesystem of a …
(edit) @64093   8 years vboxsync Storage: Move the NonRotationalMedium property from the devices and …
(edit) @63998   8 years vboxsync Main: Never try to use the builtin I/O cache for the NVMe controller …
(edit) @63747   8 years vboxsync Main/ConsoleImpl: Fix config for multiple NVMe controllers if ICH9 is used
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63423   8 years vboxsync Main: warnings (weird configs)
(edit) @63418   8 years vboxsync main: warnings in weird configs
(edit) @63239   8 years vboxsync Main: warnings
(edit) @63165   8 years vboxsync ConsoleImpl2.cpp: Seems like the ConfigError/InsertConfigXxx problem …
(edit) @63147   8 years vboxsync Main: warnings
(edit) @62691   8 years vboxsync Use the iprt/win/netioapi.h and iprt/win/ntddndis.h wrappers to deal …
(edit) @62585   8 years vboxsync Audio: Cleanup: Renamed VBOX_WITH_[OSS|ALSA|PULSE] -> …
(edit) @62580   8 years vboxsync Audio: Initial commit of audio debug backend. This can dump the output …
(edit) @62379   8 years vboxsync Main: 2nd try: fixes for a few -Wunused -Wconversion
(edit) @62372   8 years vboxsync backed out r108916
(edit) @62370   8 years vboxsync Main: a few fixes for -Wunused -Wconversion
(edit) @62103   8 years vboxsync Audio/src-client/ConsoleImpl2.cpp: Removed debug assertion.
(edit) @62056   8 years vboxsync Audio: More cleanup for backend defines.
(edit) @61930   8 years vboxsync i_setVMRuntimeErrorCallback -> i_atVMRuntimeErrorCallback - ambigious …
(edit) @61913   8 years vboxsync src-client/ConsoleImpl2.cpp: Added an assertion for the deprecated …
(edit) @61778   8 years vboxsync ConsoleImpl2.cpp: Maybe gcc is used uninitialized warnings.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61320   9 years vboxsync Audio: Update.
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61118   9 years vboxsync Main: comment typo.
(edit) @61117   9 years vboxsync Main: fixed two format specifiers in Log/Assert statements
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61100   9 years vboxsync Main/Console: limit the firmware APIC level to what the hardware can …
(edit) @61053   9 years vboxsync Main/Console: move APIC CPU feature configuration to the right place
(edit) @61042   9 years vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @60743   9 years vboxsync Main/ConsoleImpl2: Recognize 'enabled=0' as a valid paravirtdebug …
(edit) @60722   9 years vboxsync ConsoleImpl2.cpp: No APIC and I/O APIC for pre 386 profiles.
(edit) @60721   9 years vboxsync ConsoleImpl2.cpp: No APIC and I/O APIC for pre 386 profiles.
(edit) @60664   9 years vboxsync VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
(edit) @60509   9 years vboxsync Main/Console+Host: winsock2 include fixing
(edit) @60411   9 years vboxsync VMM,Main: Added 286, 186 and 8086 CPU profiles to play with.
(edit) @60410   9 years vboxsync IMachine: Added CPUProfile attribute (read/write string). Added a …
(edit) @60045   9 years vboxsync Main/ConsoleImpl2: warnings (found by PVS)
(edit) @60010   9 years vboxsync Main: Configure the hotplug flag for the SATA controllers always, not …
(edit) @59929   9 years vboxsync warning
(edit) @59918   9 years vboxsync ACPI: Allow two more serial ports.
(edit) @59872   9 years vboxsync ConsoleImpl2: Fail if invalid Hyper-V debugging options are configured …
(edit) @59571   9 years vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59341   9 years vboxsync Main/ExtPack: also mention that the version of the ExtPack might be …
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