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) @34931   14 years vboxsync BlkCache: Optimization, don't enable the cache for DVD drives because …
(edit) @34897   14 years vboxsync Blessed the USB 2.0 config hack and fixed the assertion in …
(edit) @34878   14 years vboxsync Main/ConsoleImpl: check if the USB 2.0 controller was enabled and …
(edit) @34587   14 years vboxsync Main: Bandwidth groups for disks (and later network) This introduces …
(edit) @34515   14 years vboxsync Main: show RTC in ACPI for ICH9
(edit) @34434   14 years vboxsync Switch to the new block cache and disable the old one for now
(edit) @34426   14 years vboxsync BIOS: report MCFG region via E820, if present
(edit) @34335   14 years vboxsync Main/DrvIntNet: pass IgnoreConnectFailure to the driver to make it …
(edit) @34331   14 years vboxsync PCI: more 4.0 interfaces
(edit) @34287   14 years vboxsync ExtPack: Don't hold any locks when calling extension pack hooks …
(edit) @34073   14 years vboxsync ExtPack: Fixes to IExtPack (QueryInterface can't be used for getting …
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34010   14 years vboxsync Main, FE/VBoxManage: Make it possible to mark specific controllers as …
(edit) @33918   14 years vboxsync Main: allow multiple AHCI controllers
(edit) @33910   14 years vboxsync Main, PXE: pass bus number too
(edit) @33907   14 years vboxsync Main: more PCI assignment rules
(edit) @33784   14 years vboxsync Main: Added ExtPackManager to Console and implemented the Console and …
(edit) @33722   14 years vboxsync Main, PCI: uniform PCI slots management, please watch/report regressions
(edit) @33718   14 years vboxsync Main: perform the file system check not only when starting the VM but …
(edit) @33707   14 years vboxsync Main/Console: use appropriately sized types to resolve the compiler …
(edit) @33690   14 years vboxsync PCI: more slot management bits
(edit) @33687   14 years vboxsync PCI: part 1 of PCI slots assignment logic in Main
(edit) @33606   14 years vboxsync PCI: add 2 bridges into ICH-9 chipset, more verbose topology printing
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33524   14 years vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33307   14 years vboxsync Main/Medium: new MediumType_Readonly, replaces the DeviceType_DVD …
(edit) @33244   14 years vboxsync whitespace
(edit) @33201   14 years vboxsync reverted r66739
(edit) @33200   14 years vboxsync E1000, Main: support for 82566MC chipset type
(edit) @33133   14 years vboxsync PCI: typo in HBC address
(edit) @33127   14 years vboxsync PCI: bits
(edit) @32910   14 years vboxsync VMM: hyper heap size selection
(edit) @32908   14 years vboxsync VMM: moved hyper heap configuration to console, as it knows more about …
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32851   14 years vboxsync Main: defer creation of the VMMDev instance in Console to …
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32765   14 years vboxsync PCI: Linux guests really access extended PCI space
(edit) @32727   14 years vboxsync com/string: Windows build fixes
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32672   14 years vboxsync VMMDev: Use snapshot dir as default guest coredump dir.
(edit) @32638   14 years vboxsync typo
(edit) @32637   14 years vboxsync PCI: further MCFG work
(edit) @32593   14 years vboxsync Main: don't warn the user for the ext4/xfs bug if Linux >= 2.6.36-rc4 …
(edit) @32570   14 years vboxsync Main: don't warn the user for the ext4/xfs bug if Linux >= 2.6.36 is …
(edit) @32531   14 years vboxsync Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
(edit) @32477   14 years vboxsync PCI: BIOS & ACPI work
(edit) @32471   14 years vboxsync Devices: refactoring, further PCI work
(edit) @32147   14 years vboxsync Main, Device: fix saved states (PCI)
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @31818   14 years vboxsync added HWVirtEx force property to API
(edit) @31706   14 years vboxsync More FT state change work
(edit) @31701   14 years vboxsync win burn
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31519   14 years vboxsync Audio: provide ACPI info for audio card to Mac guests
(edit) @31326   14 years vboxsync Pass on cpu priority property.
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(edit) @31180   14 years vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(edit) @31128   14 years vboxsync Main/Console,Storage/DrvVD+fdc: Allow readonly floppy images (suppress …
(edit) @31118   14 years vboxsync Main: only perform the ext4/fat check during VM creation, not later
(edit) @30976   14 years vboxsync add support for Intel HD Audio, now built by default
(edit) @30955   14 years vboxsync CFGM,ConsoleImpl2.cpp: CFGMR3InsertStringLengthKnown -> …
(edit) @30951   14 years vboxsync ConsoleImpl2.cpp: ConfigError need not be exported I think.
(edit) @30750   14 years vboxsync Main: string optimizations (speed up Bstr -> Utf8Str conversions; …
(edit) @30747   14 years vboxsync windows build fix
(edit) @30746   14 years vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @30742   14 years vboxsync windows build fix
(edit) @30741   14 years vboxsync windows build fix
(edit) @30724   14 years vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30718   14 years vboxsync back out r63480 (burns windows)
(edit) @30715   14 years vboxsync VMMDev: Adding an optional (disabled by default) testing side to the …
(edit) @30459   14 years vboxsync ConsoleImpl2.cpp: Don't try create the CPUM node more than once, it …
(edit) @30450   14 years vboxsync Main: log the file system of attached disk images
(edit) @30386   14 years vboxsync burn fix
(edit) @30385   14 years vboxsync Main: don't ignore the file system if there is no snapshot folder
(edit) @30365   14 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30324   14 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30290   14 years vboxsync small fix
(edit) @30289   14 years vboxsync improved r62816: only show a warning now, not an error; enable the …
(edit) @30287   14 years vboxsync Main: added some host partition sanity checks for all virtual disk …
(edit) @30177   14 years vboxsync Same for memory balloon
(edit) @30176   14 years vboxsync Store the page fusion setting in the CFGM tree
(edit) @29564   15 years vboxsync updates
(edit) @29480   15 years vboxsync Main: Remove IoBackendType in StorageController and have a boolean …
(edit) @29444   15 years vboxsync Main: Add code for debugging I/O problems, disabled by default of course
(edit) @29346   15 years vboxsync Main: better error message for inaccessible ISO
(edit) @29340   15 years vboxsync Fix assertion
(edit) @29338   15 years vboxsync Main: Fix LED handling for the SAS controller
(edit) @29324   15 years vboxsync ConsoleImpl2.cpp: Use AssertMsg[Stmt]Return for H and RC_CHECK. Put …
(edit) @29292   15 years vboxsync Main/Console: fix regression introduced by making inaccessible …
(edit) @29249   15 years vboxsync build fix.
(edit) @29248   15 years vboxsync ConsoleImpl2.cpp: some cleanup, hope it compiles.
(edit) @29227   15 years vboxsync Main: allow restoring with broken floppy images as well
(edit) @29226   15 years vboxsync Main/Console: remove STR_FREE() macro
(edit) @29224   15 years vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @29218   15 years vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28787   15 years vboxsync NAT: introduces management routines of NAT libalias core. (see …
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