VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28487   15 years vboxsync ACPI: another attempt to provide primary NIC info via ACPI
(edit) @28406   15 years vboxsync Devices, Main, FE/Qt: re-committed support for VDE virtual network …
(edit) @28296   15 years vboxsync Main: cosmetical fixes, mostly spaces
(edit) @28290   15 years vboxsync Devices, Main, FE/Qt: reverted r60036 for now
(edit) @28287   15 years vboxsync Devices, Main, FE/Qt: added support for VDE virtual network switches …
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28138   15 years vboxsync Main,NAT: Always pass the NAT network via CFGM. Use the network …
(edit) @28130   15 years vboxsync Main/ConsoleImpl2.cpp: some missing RC_CHECK; cosmetical fixes
(edit) @28128   15 years vboxsync ConsoleImpl2.cpp: cosmetics.
(edit) @28111   15 years vboxsync Main: added missing header
(edit) @28109   15 years vboxsync Removed incorrect assertion.
(edit) @28107   15 years vboxsync Typo fix.
(edit) @28106   15 years vboxsync Main: Added machinery to query, set and use NIC boot priority.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27863   15 years vboxsync Main: win burn fix.
(edit) @27857   15 years vboxsync Main: NAT API and corresponding commands have been added at VBoxManage …
(edit) @27853   15 years vboxsync Backed out r59458 here too
(edit) @27852   15 years vboxsync Guest Control: Update.
(edit) @27799   15 years vboxsync ACPI: conditionally expose NIC object to OSX guests
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27788   15 years vboxsync Guest Control: Update (Main, registering host service, bugfixes).
(edit) @27719   15 years vboxsync #4750: Commented out the assertion on unsuccessful attach in configNetwork.
(edit) @27714   15 years vboxsync #4750: Do not call NetworkAdapter::Detach on error as it causes a deadlock.
(edit) @27708   15 years vboxsync crOpenGL: some initial support for new multimonitor code
(edit) @27698   15 years vboxsync ConsoleImpl2: Warning.
(edit) @27692   15 years vboxsync Pass boot NIC PCI dev/fn separately to DevPcBios. Easier to understand …
(edit) @27537   15 years vboxsync Main: API consistency: method names start with lower case always; no …
(edit) @27461   15 years vboxsync Store PCI bus/dev/fn of first NIC in CFGM and propagate the data to CMOS.
(edit) @27423   15 years vboxsync RTC is _not_ enabled by default
(edit) @27422   15 years vboxsync ACPI: cleaned up no longer used CPU entries, made RTC on by default
(edit) @27324   15 years vboxsync Main: Introduce various I/O control settings: * Used I/O manager …
(edit) @27304   15 years vboxsync activate MWAIT extensions basing on OS family id (64-bit Snow Leo …
(edit) @27166   15 years vboxsync Added large page property.
(edit) @27045   15 years vboxsync ConsoleImpl2: removed debug output
(edit) @26957   15 years vboxsync header cleanup
(edit) @26951   15 years vboxsync introduced VBOX_WITH_VUSB
(edit) @26903   15 years vboxsync Compile fix for win64
(edit) @26902   15 years vboxsync some vcc compiler warning fixes
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26681   15 years vboxsync Main: Transfer tablet/mouse setting to USB device.
(edit) @26662   15 years vboxsync VMM: conditionally expose MWAIT extensions
(edit) @26609   15 years vboxsync Main, shared f/w: changed DMI passthrough defaults
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26548   15 years vboxsync Main, FE: HPET review feedback
(edit) @26532   15 years vboxsync Main: USB HID integration
(edit) @26475   15 years vboxsync Too many endifs.
(edit) @26474   15 years vboxsync Added a way to manually enable virtual USB keyboard/mouse.
(edit) @26464   15 years vboxsync EFI,Main: managing graphic modes via VBoxInternal2 extradata variables.
(edit) @26459   15 years vboxsync Main: HPET machine property, cleanups
(edit) @26392   15 years vboxsync nitpicking
(edit) @26389   15 years vboxsync review feedback of #2187
(edit) @26379   15 years vboxsync typos, references
(edit) @26357   15 years vboxsync OSE build fix
(edit) @26349   15 years vboxsync no reading SMC in OSE (but need to find better place for this code anyway)
(edit) @26335   15 years vboxsync typos
(edit) @26332   15 years vboxsync burn fix
(edit) @26331   15 years vboxsync SMC: read OSK from the device
(edit) @26313   15 years vboxsync fixed status LEDs for storage devices
(edit) @26207   15 years vboxsync SMC: configurability
(edit) @26203   15 years vboxsync EFI: better configuration for firmware
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26118   15 years vboxsync Main/ConsoleImpl2: Include pdmapi.h.
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(edit) @26109   15 years vboxsync EFI: allow passing boot args via extradata
(edit) @26030   15 years vboxsync Main/Media: fix construction of CFGM tree when taking snapshots
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25867   15 years vboxsync try to fix mac-ose
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25841   15 years vboxsync VBoxNet (host-only): Revised version of r56609, GUI now uses proper …
(edit) @25839   15 years vboxsync Main: Process extra data keys after the ACPI device was created …
(edit) @25829   15 years vboxsync Solaris/Main/VBoxNet: use different network for auto vboxnet IP assigning.
(edit) @25827   15 years vboxsync ConsoleImpl2: comment typo.
(edit) @25826   15 years vboxsync VBoxNetAdpCtl, Main/NetIf: multiple vboxnet instance fixes for Solaris.
(edit) @25819   15 years vboxsync FreeBSD: Add support for PulseAudio. Contributed by Noriyoshi Kawano …
(edit) @25698   15 years vboxsync FreeBSD: Use the old TAP code when bridging to a TAP device and set …
(edit) @25672   15 years vboxsync introduced VBoxManage modifyvm --rtcuseutc
(edit) @25589   15 years vboxsync LsiLogic: Add SAS support for Main and Frontends
(edit) @25332   15 years vboxsync Main/GuestProperties: compile-time option to make guest properties …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24948   15 years vboxsync ConsoleImpl2.cpp: Better assertion text.
(edit) @24858   15 years vboxsync EFI: more bitness work
(edit) @24840   15 years vboxsync Main: firmware choose depends on guest bitness type.
(edit) @24822   15 years vboxsync EFI: correct 64-bit entry points
(edit) @24706   15 years vboxsync EFI: ACPI work
(edit) @24603   15 years vboxsync Main: remaining firmware selection bits
(edit) @24583   15 years vboxsync DrvVD,ConsoleImpl2.cpp: Added a TempReadOnly argument for use on the …
(edit) @24579   15 years vboxsync Main/Console: fix taking snapshots of a VM with several hard disk …
(edit) @24546   15 years vboxsync virtio: string mismatch between device and some parts of main.
(edit) @24416   15 years vboxsync Fixed bugs in VBoxManage list hostcpuids and the cpuid part of the …
(edit) @24413   15 years vboxsync ConsoleImpl2.cpp: rc mix up.
(edit) @24406   15 years vboxsync Main/CPUM: Use /CPUM/HostCPUID instead of /CPUM/CPUID since the latter …
(edit) @24329   15 years vboxsync Bug fixes
(edit) @24326   15 years vboxsync Comment
(edit) @24325   15 years vboxsync Add cpuid leaf overrides to the CFGM tree
(edit) @24286   15 years vboxsync ConsoleImpl2.cpp: r=bird: Why aren't VDConfig inserts checked …
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