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) @78509   6 years vboxsync Main/Machine+StorageController+SystemProperties+Console: Add basic …
(edit) @78093   6 years vboxsync DnD/Main: Renamed GuestDnDInst() macro -> GUESTDNDINST().
(edit) @77753   6 years vboxsync ConsoleImpl2.cpp: preprocessor indent
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @77100   6 years vboxsync Main/ConsoleImpl: Don't mix COM and IPRT/VBox status codes (FreeBSD …
(edit) @76985   6 years vboxsync Graphics/VMSVGA: make VBoxSVGA compatibility with old vboxvideo …
(edit) @76711   6 years vboxsync ConsoleImpl2: Use new style CFGM config for PCnet emulation.
(edit) @76678   6 years vboxsync Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76250   6 years vboxsync Main: removed obsolete HostWindowId
(edit) @75955   6 years vboxsync Main: Load VBoxGuestPropSvc from the VMMDev driver.
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75823   6 years vboxsync ConsoleImpl.cpp: warning.
(edit) @75821   6 years vboxsync HMVMX,ConsoleImpl: Workaround for incorrect assumptions in mesa vmsvga …
(edit) @75737   6 years vboxsync HGCM: Replace C++-style inline members on VBOXHGCMSVCPARM with simple …
(edit) @75700   6 years vboxsync Main: disabled assert
(edit) @75495   6 years vboxsync HGCM,Main,SharedFolder,SharedClipboard,GuestProperties: Added HGCM …
(edit) @75352   6 years vboxsync Recording: More renaming for IConsole and IDisplay internals.
(edit) @75346   6 years vboxsync Recording: VBOX_WITH_VIDEOREC -> VBOX_WITH_RECORDING, …
(edit) @75344   6 years vboxsync Recording/Main: More file renaming.
(edit) @75331   6 years vboxsync Main/Console: Allow trunk names up to 64 characters (public 17963)
(edit) @75251   6 years vboxsync Capturing: Separated capturing settings into new interfaces …
(edit) @74474   6 years vboxsync Main,Devices: Graphics controller updates. bugref:8893
(edit) @73768   6 years vboxsync Main,FE/VBoxManage: Allow changing the UART type of the serial ports …
(edit) @73629   6 years vboxsync Audio/Main: Also insert the debugging enabled / path values into the …
(edit) @73622   6 years vboxsync Main: Doxygen build fix.
(edit) @73621   6 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73612   6 years vboxsync Audio/Main: Added support for superseding extra-data values with …
(edit) @73611   6 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(edit) @73308   6 years vboxsync Main/ConsoleImple2: The new serial device needs the trusted helpers
(edit) @73258   6 years vboxsync Audio/Main: Implemented feeding the pre-buffering, buffer size and …
(edit) @73239   6 years vboxsync Audio/Main: Factored out the CFGM driver (LUN) construction to avoid …
(edit) @73000   6 years vboxsync ConsoleImpl2.cpp: Missing break.
(edit) @72980   6 years vboxsync Main: Enjoy VBOX_WITH_XPCOM_CPP_ENUM_HACK and get rid of silly casts.
(edit) @72973   6 years vboxsync Main: Some early sketches on how to get proper C++ enums with xpidl.
(edit) @72919   6 years vboxsync Main/*: From now on any valid UTF8 string is considered a valid guest …
(edit) @72343   7 years vboxsync VMM,ConsoleImpl2: NEM and 64-bit guests. Sync NXE state with PGM. …
(edit) @71146   7 years vboxsync DevVGA, Additions: added VBE_DISPI_ID_CFG for querying the virtual …
(edit) @71108   7 years vboxsync Added speculation control settings to API, refined implementation.
(edit) @70772   7 years vboxsync Doxygen fix
(edit) @70769   7 years vboxsync Make scm happy
(edit) @70767   7 years vboxsync Main/ConsoleImpl2.cpp: Don't ever include the disk integrity driver …
(edit) @70766   7 years vboxsync Main,FE/VBoxManage: Allow changing the serial port attachment type …
(edit) @70712   7 years vboxsync Main,VBoxManage: Added CPUPropertyType_HWVirt. Translates to …
(edit) @70644   7 years vboxsync Audio/Main: More code needed for attaching / detaching host backends …
(edit) @70628   7 years vboxsync Main/Networking: Anything else but LUN#0 is not supported yet in …
(edit) @70606   7 years vboxsync updates (bugref:9087)
(edit) @70579   7 years vboxsync Main/AudioDriver: Fixed crash trying to configure device when no audio …
(edit) @70563   7 years vboxsync Audio/Main: Also made the video recording driver use the new …
(edit) @70544   7 years vboxsync Audio/Main: Also added the driver name to the AudioDriver base class.
(edit) @70537   7 years vboxsync Build fix.
(edit) @70535   7 years vboxsync Audio/VRDE: Implemented support for dynamically attaching / detaching …
(edit) @70496   7 years vboxsync Audio: Renamed VBOX_WITH_VRDE_AUDIO -> VBOX_WITH_AUDIO_VRDE.
(edit) @70238   7 years vboxsync Main/Console+BusAssignmentManager: Move from manual PCI bridge …
(edit) @70221   7 years vboxsync Backed out r119656 as it was not the fix I asked for.
(edit) @70130   7 years vboxsync ConsoleImpl2: Put the ISA extension CFGM bits where CPUM wants them.
(edit) @70108   7 years vboxsync Guest properties: Added a length check for GuestPropWriteFlags() and …
(edit) @70090   7 years vboxsync Backed out r119634 + r119637 again.
(edit) @70086   7 years vboxsync Guest properties: Added a length check for GuestPropWriteFlags() and …
(edit) @70063   7 years vboxsync GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)
(edit) @70061   7 years vboxsync GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)
(edit) @70058   7 years vboxsync GuestPropertySvc.h: Working on making it usable from C (VBoxGuest, ++)
(edit) @70035   7 years vboxsync Main/VideoRec: Made the audio driver's LUN assignment more flexible by …
(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   7 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 …
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