summaryrefslogtreecommitdiff
path: root/src/VBox/Main/src-server/HostPower.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Main/src-server: rc -> hrc/vrc (partial). bugref:10223vboxsync2023-01-241-19/+17
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98288 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-8/+18
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/HostPower.cpp: Signed/unsigned conversion issue. bugref:9790vboxsync2020-07-121-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@85280 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@82968 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main: Don't use Logging.h.vboxsync2019-01-011-3/+2
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76592 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76553 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69500 cfe28804-0f27-0410-a406-dd0f0b0b656f
* backed out r118835 as it incorrectly updated the 'This file is based on' ↵vboxsync2017-10-281-1/+1
| | | | | | file headers. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69498 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69496 cfe28804-0f27-0410-a406-dd0f0b0b656f
* (C) 2016vboxsync2016-07-221-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@62485 cfe28804-0f27-0410-a406-dd0f0b0b656f
* *: scm cleanup run.vboxsync2015-08-141-3/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@57358 cfe28804-0f27-0410-a406-dd0f0b0b656f
* added a couple of missing Id headersvboxsync2015-04-231-0/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@55401 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/Console+Machine+Session+Snapshot: move the save state and snapshot ↵vboxsync2015-04-131-10/+8
| | | | | | | | | | related methods from IConsole to IMachine, with lots of unavoidable code restructuring and cleanup. Also define two new machine states (so that the "Saving" one is specifically for saving state now) which requires more changes everywhere Frontends: necessary adjustments doc/SDK: document the changes git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@55214 cfe28804-0f27-0410-a406-dd0f0b0b656f
* 6813 - MachineImpl use of server side wrappers + misc mods on other classesvboxsync2014-06-021-3/+3
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@51498 cfe28804-0f27-0410-a406-dd0f0b0b656f
* 6813 stage 7 VirtualBoxImpl.cpp etcvboxsync2014-02-061-4/+4
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50355 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/HostPower: fix log messagevboxsync2014-01-241-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50227 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/HostPower: play safevboxsync2014-01-241-2/+2
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50221 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/HostPower: another shot at savestate-on-battery-lowvboxsync2014-01-241-23/+45
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50220 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/HostPower: ↵vboxsync2014-01-241-20/+5
| | | | | | s/HostPower\/SavestateOnBatteryLow/VBoxInternal2\/SavestateOnBatteryLow/ + handle runtime changes git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50216 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/HostPower: Introduced global extradata item ↵vboxsync2014-01-231-31/+54
| | | | | | HostPower/SavestateOnBatteryLow which can be set to "0" to disable automatic VM savestate if the battery reached a critical level git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50175 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/src-server: unify {p,m}VBox => {p,m}VirtualBoxvboxsync2014-01-231-1/+2
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@50174 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/Host(HostPower)+Session+Console: convert HostPower code to signal ↵vboxsync2013-06-251-40/+30
| | | | | | pause/resume/savestate through internal methods, conveying information why the method was called, preparing for VM/PDM passing this information to devices and drivers git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@46775 cfe28804-0f27-0410-a406-dd0f0b0b656f
* header (C) fixesvboxsync2013-02-041-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@44528 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main/HostPower: uninitialized variablevboxsync2011-03-251-3/+5
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@36433 cfe28804-0f27-0410-a406-dd0f0b0b656f
* Main: source re-org.vboxsync2010-12-301-0/+177
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@35368 cfe28804-0f27-0410-a406-dd0f0b0b656f