VirtualBox

source: vbox/trunk/src/VBox/Main/src-server/HostImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99941   19 months vboxsync Main, FE/Qt: Wiping out old OpenGLTest code used widely across the project.
(edit) @98294   23 months vboxsync Main/src-server: hr -> hrc. bugref:10223
(edit) @98293   23 months vboxsync Main/src-server: hr -> hrc. bugref:10223
(edit) @98292   23 months vboxsync Main/src-server: rc -> hrc/vrc. Enabled scm rc checks. bugref:10223
(edit) @98288   23 months vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98262   23 months vboxsync Main: rc() -> hrc()/vrc(). bugref:10223
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98069   2 years vboxsync Main/Host: Comments nits.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95423   2 years vboxsync Audio/Main: Bigger revamp of the audio interface(s) to later also …
(edit) @95065   3 years vboxsync Main/Host::i_updateProcessorFeatures: SUPR0QueryVTCaps may return …
(edit) @94722   3 years vboxsync Main: Compile fixes when VBOX_WITH_HOSTNETIF_API is not defined.
(edit) @94685   3 years vboxsync Main/Update check: Settings fixes, added @todos. ​​bugref:7983
(edit) @94643   3 years vboxsync Main/Update check: Big overhaul of the API and functionality. * Now …
(edit) @94597   3 years vboxsync Main/Host: Remove unnecessary include, noticed it from unexpected …
(edit) @94143   3 years vboxsync Main: Don't known why we didn't enable the …
(edit) @94141   3 years vboxsync Main/HostImpl.cpp: nits.
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93209   3 years vboxsync Main/Host: Don't double buffer the description string in …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92613   3 years vboxsync SUP,IPRT,++: Adding SUPSECMAIN_FLAGS_DRIVERLESS_IEM_ALLOWED and …
(edit) @91503   3 years vboxsync Main: bugref:1909: Added missed translation marks, removed redundant …
(edit) @91333   3 years vboxsync Main: Darwin build fix, bugref:10098
(edit) @91332   3 years vboxsync Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
(edit) @90828   3 years vboxsync Main: bugref:1909: Added API localization
(edit) @90480   3 years vboxsync Main/HostImpl: AssertRC -> AssertMsgRC here is useful.
(edit) @89718   3 years vboxsync Main/Host+Machine: Fix warning handling in the USB related methods …
(edit) @87258   4 years vboxsync Main: Adjustments for bugref:9898.
(edit) @86331   4 years vboxsync Main: bugref:9224: Changed the way to enumerate disks by scanning …
(edit) @85937   4 years vboxsync Main/HosImpl.cpp: Solaris build fix. bugref:9224
(edit) @85929   4 years vboxsync Main: bugref:9224: Main+VBoxManageDisk+doc part
(edit) @85769   4 years vboxsync Main: bugref:9618 Added Main/API support for AMD-V Virtualized …
(edit) @85683   4 years vboxsync Main,FE,doc/VBoxManage+Host+SystemProperties+manual: bugref:7983: Move …
(edit) @85266   4 years vboxsync Main/HostImpl.cpp: Some cleanups around …
(edit) @85260   4 years vboxsync Main/HostImpl.cpp: Signed/unsigned conversion issue. bugref:9790
(edit) @83794   5 years vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81684   5 years vboxsync Main/Host: add IHostUpdate stub interface Main/idl: eliminate …
(edit) @81682   5 years vboxsync Main/Console+ConsoleVRDPServer+ApplianceExport+Host+Machine+USBDeviceFi …
(edit) @81605   5 years vboxsync VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified …
(edit) @81305   5 years vboxsync Main/HostImpl: Updated CPU features with nested VT-x conditions. …
(edit) @80797   5 years vboxsync Main/Host: adapt condition for nested virtualization, including VT-x …
(edit) @80398   5 years vboxsync Main: Get rid of VBOX_WITH_CROGL and replace with more generic …
(edit) @80360   5 years vboxsync HostServices/SharedOpenGL: Remove most of the chromium related HGCM …
(edit) @77875   6 years vboxsync NetAdp/Win: (bugref:9409) Work around host-only adapter naming issue …
(edit) @77804   6 years vboxsync NetAdp/Win: (bugref:9409) Store host-only adapter configuration in …
(edit) @77506   6 years vboxsync Main/HostDnsService: fix a use-after-free running VBoxSVC in debug …
(edit) @77436   6 years vboxsync Main: Eradicate the use of BSTR in regular API code, there were leaks …
(edit) @76886   6 years vboxsync VMM (and related changes): Add support for Shanghai/Zhaoxin CPUs. …
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75919   6 years vboxsync Main/Host: add new feature check for nested virtualization
(edit) @72394   7 years vboxsync HostDnsService: move monitor creation to proxy init.
(edit) @72356   7 years vboxsync Main: Add 'UnrestrictedGuest' to features enum while querying host CPU …
(edit) @72326   7 years vboxsync Main,SUPLib: Report both HwVirt and NestedPaging capabilities when NEM …
(edit) @70918   7 years vboxsync VMM: NEM kick off.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
(edit) @65854   8 years vboxsync Main/USBProxyBackendUsbIp: Don't prevent VBoxSVC from starting when …
(edit) @65120   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63423   8 years vboxsync Main: warnings (weird configs)
(edit) @63311   8 years vboxsync Use shlobj.h wrapper.
(edit) @62780   8 years vboxsync Wrap objbase.h + objidl.h too.
(edit) @62686   8 years vboxsync Use the iprt/win/setupapi.h wrapper for setupapi.h to deal with …
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62468   8 years vboxsync Main: scm
(edit) @61686   9 years vboxsync Main: allow to compile with VBOX_WITH_USB=
(edit) @61667   9 years vboxsync bugref:8238 VBoxSVC settings - USBDeviceFilter
(edit) @60509   9 years vboxsync Main/Console+Host: winsock2 include fixing
(edit) @60107   9 years vboxsync Main/USBProxyService: Save any additional USB device sources in the …
(edit) @60089   9 years vboxsync Main,VBoxManage: Add API to IHost for adding and removing USB device …
(edit) @60068   9 years vboxsync Revert r106058, incomplete conversion of USBProxyBackend to a COM …
(edit) @60067   9 years vboxsync Main: Add API to IHost for adding and removing USB device sources in …
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @58794   9 years vboxsync NetAdp/win: Delayed renaming of connections, address generation fix, …
(edit) @56615   9 years vboxsync Main: build fixes
(edit) @55967   10 years vboxsync Main/Host: Close the support driver as soon as we no longer need it. …
(edit) @55616   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume …
(edit) @55602   10 years vboxsync Main/Linux/HostPower: add DBus-based host suspend and resume notifications.
(edit) @55457   10 years vboxsync Main/Host: make sure that all relevant objects are uninitialized when …
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55251   10 years vboxsync Main/Host: reduce the amount of unnecessary locking greatly
(edit) @55223   10 years vboxsync Main/HostDnsService: if VBoxInternal2/HostDNSOrderIgnore global …
(edit) @53815   10 years vboxsync Rename include/VBox/VBoxOGLTest.h to more common name (VBoxOGL.h) …
(edit) @53318   10 years vboxsync NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old …
(edit) @52934   10 years vboxsync Main: safearray cleanup, removed unnecessary SafeArray<->vector conversions
(edit) @52170   10 years vboxsync Main/Host: make sure USB warnings are not lost when querying the USB …
(edit) @52158   10 years vboxsync Main/Host: some more lock order fixes related to host drive/medium …
(edit) @51903   10 years vboxsync Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out the …
(edit) @51092   11 years vboxsync 6813 src-client/MachineDebuggerImpl.cpp + various formatting changes
(edit) @50472   11 years vboxsync 6813 - formatting changes as needed - HostImpl.cpp …
(edit) @50355   11 years vboxsync 6813 stage 7 VirtualBoxImpl.cpp etc
(edit) @49951   11 years vboxsync 6813 - stage 5 - Make use of server side API wrapper code in all interfaces
(edit) @49872   11 years vboxsync 6813 stage 4 - bug removal
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