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) @24286   15 years vboxsync ConsoleImpl2.cpp: r=bird: Why aren't VDConfig inserts checked …
(edit) @24255   15 years vboxsync ConsoleImpl: don't need controllerDevToBool() anymore
(edit) @24250   15 years vboxsync StorageController: added support for Instance number
(edit) @24159   15 years vboxsync Compile fix
(edit) @24158   15 years vboxsync Compile fix
(edit) @24136   15 years vboxsync Main,VBoxManage,xml: Added a HardwareUUID property for reporting the …
(edit) @23894   15 years vboxsync ConsoleImpl2.cpp: controllerName - BSTR -> Bstr.
(edit) @23750   15 years vboxsync Introduced the Synthetic CPU attribute and a get/set method for CPU …
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23720   15 years vboxsync BridgedInterfaceDown warning added.
(edit) @23530   15 years vboxsync Main: Fix booting from SATA controllers
(edit) @23418   15 years vboxsync Main/ConsoleImpl2: fix creating CFGM tree creation for DVD/floppy …
(edit) @23407   15 years vboxsync Main/ConsoleImpl2.cpp: unused vars
(edit) @23381   15 years vboxsync Main/ConsoleImpl2.cpp: preincrement optimization
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23222   15 years vboxsync ConsoleImpl2: Added support for attaching/detaching NetSniffer at Runtime
(edit) @23179   15 years vboxsync Main: firmware type setter
(edit) @23107   15 years vboxsync Backed out 52463
(edit) @23099   15 years vboxsync PATM: implemented couple tweaks to make NetBSD bootable (still some …
(edit) @23008   15 years vboxsync Main: increased the maximum length of host-only internal network names …
(edit) @22910   15 years vboxsync ConsoleImpl2.cpp: spaces.
(edit) @22875   15 years vboxsync FreeBSD: Add support for bridged and hostonly networking. Contributed …
(edit) @22867   15 years vboxsync ConsoleImpl2.cpp: Minore BSTR leak (not on branches). Good pratice to …
(edit) @22866   15 years vboxsync #3987: Virtio PCI + Net skeleton.
(edit) @22763   15 years vboxsync Main/GuestProperties: expanded a comment about guest properties …
(edit) @22746   15 years vboxsync ConsoleImpl2.cpp: SysprepArgs and SysprepExec should be set before we …
(edit) @22603   15 years vboxsync Main/GuestProperties: tentatively fix r51587 and r51594 to use C …
(edit) @22601   15 years vboxsync Main/GuestProperties: tentatively fix r51587 and r51594 to use C …
(edit) @22567   15 years vboxsync Main/GuestProperties: fix r51587
(edit) @22562   15 years vboxsync Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for …
(edit) @22560   15 years vboxsync Main/GuestProperties: fix setting empty strings as guest properties …
(edit) @22519   15 years vboxsync crOpenGL-OSX: Enable OpenGL for the Cocoa port again.
(edit) @22503   15 years vboxsync VBoxService: Added command execution thread (only used for sysprep …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @22455   15 years vboxsync ConsoleImpl: meAttachmentType shouldn't be static
(edit) @22396   15 years vboxsync FreeBSD: Add support for tap interface networking. Contributed by …
(edit) @22388   15 years vboxsync Pass the number of guest monitors to VGA device.
(edit) @22384   15 years vboxsync Main: repair RT_OS_LINUX=1 VBOX_WITH_NETFLT=
(edit) @22375   15 years vboxsync NetSniffer: do not erase the dump file even if network attachment is …
(edit) @22345   15 years vboxsync ConsoleImpl2.cpp: removed todo as already done in r50358
(edit) @22338   15 years vboxsync ConsoleImpl: removed unused variable
(edit) @22317   15 years vboxsync some Windows warnings in Main
(edit) @22293   15 years vboxsync Corrected guest OS name check for tpr patching
(edit) @22292   15 years vboxsync Duplicate line removed
(edit) @22277   15 years vboxsync PDMDRVREG change (big changeset).
(edit) @22265   15 years vboxsync Accidental change
(edit) @22264   15 years vboxsync Move the TPR patching decision logic to Main.
(edit) @22238   15 years vboxsync Fixed broken configNetwork() when calling EnableStaticIpConfig().
(edit) @22214   15 years vboxsync Main: documentation.
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @22171   15 years vboxsync ConsoleImpl2.cpp: More cleanup.
(edit) @22166   15 years vboxsync ConsoleImpl2.cpp: More cleanup.
(edit) @22165   15 years vboxsync crOpenGL: add warning window when additions version is incompatible (#4108)
(edit) @22163   15 years vboxsync ConsoleImpl2: Testing CFGMR3InsertStringW... (no windows)
(edit) @22162   15 years vboxsync Console::configNetwork: some cleanup and todos.
(edit) @22070   15 years vboxsync VMM,ConsoleImpl2: Moved NT4LeafLimit down into /CPUM and documented …
(edit) @22048   15 years vboxsync ConsoleImpl2.cpp: param info
(edit) @22042   15 years vboxsync VMM: refactor CPUID limitation, passed OSType
(edit) @22037   15 years vboxsync VMM: correct report cores count, also expose more CPUID leaves by default
(edit) @21961   15 years vboxsync NetworkAttachment: trigger the network attachment change only when …
(edit) @21916   15 years vboxsync Main/GuestProperties: create guest properties for the VBox version and …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21817   15 years vboxsync Network: check for change in network attachment type and allow only …
(edit) @21769   15 years vboxsync Network: fixed the hostonly adaptor bringingup as mentioned in 3573#c25
(edit) @21755   15 years vboxsync Network: fixed the hostonly adaptor bringingup as mentioned in 3573#c25
(edit) @21446   15 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @21421   15 years vboxsync Main/ConsoleImpl2: fixed crash when accessing pConsole's mpVM as it …
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21378   15 years vboxsync ConsoleImpl2.cpp: r=bird: Who is gonna catch that std:bad_alloc() thow?
(edit) @21190   15 years vboxsync Main/ConsoleImpl: fix construction of hard disk config properties, …
(edit) @21188   15 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20995   15 years vboxsync fix for Console::configConstructor hang
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20727   16 years vboxsync NetworkAttachment: removed global variable passing down to functions
(edit) @20705   16 years vboxsync it's a psz not a sz.
(edit) @20679   16 years vboxsync ACPI: fix problem with certain Windows ACPI impls (such as XP) …
(edit) @20677   16 years vboxsync NetworkAttachment: removed duplicate code which introduced regression
(edit) @20634   16 years vboxsync burnfix
(edit) @20631   16 years vboxsync NetworkAttachment: shifted the configuration to a new function …
(edit) @20521   16 years vboxsync NetworkAttachment: Allow changing the attachment between …
(edit) @20501   16 years vboxsync Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).
(edit) @20215   16 years vboxsync Comment updates
(edit) @20185   16 years vboxsync PDMAsyncCompletion: * Export missing file to OSE * Enable PDM …
(edit) @19624   16 years vboxsync added raw file serial driver
(edit) @19410   16 years vboxsync EFI: Pass down RAM and CPU config to DevEFI.
(edit) @19379   16 years vboxsync ConsoleImpl2.cpp: force hardware virtualization mode if cCpus > 1. …
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19230   16 years vboxsync Allow configuration of multiple VCPUs
(edit) @19124   16 years vboxsync ConsoleImpl2.cpp: anything goes for VBoxInternal2/UseEFI.
(edit) @19119   16 years vboxsync ConsoleImpl2.cpp: VBoxInternal/Devices/SupportExtHwProfile -> …
(edit) @19118   16 years vboxsync ConsoleImpl2.cpp: VBoxInternal/Devices/SupportExtHwProfile -> …
(edit) @19059   16 years vboxsync ConsoleImpl2.cpp: ditto.
(edit) @19045   16 years vboxsync ConsoleImpl2.cpp: wrong cRamMBs calc in disabled debug code.
(edit) @19007   16 years vboxsync Main: centralized control for extended device profiles, ACPI cleanup
(edit) @19002   16 years vboxsync Audio: Add support for FreeBSD
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