summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-11-22 01:53:20 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2021-11-22 01:53:20 +0000
commit9da893e67023826ddfd9df19fb5dd26a250c02ac (patch)
tree8582782e5c0b0c8fb4a2b9474668889d5ee89fbf /src/VBox/Frontends/VBoxManage/VBoxManage.cpp
parent6844a9ad2cd39ed569583d7597892275741fe1d8 (diff)
downloadVirtualBox-svn-9da893e67023826ddfd9df19fb5dd26a250c02ac.tar.gz
VBoxManage/modifyvm,showvminfo: Added --testing-enabled=bool, --testing-mmio=bool and --testing-cfg-dwordN=val switches to modifyvm for easy VMMDev/Testing config. Display these settings in showvminfo.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@92538 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Frontends/VBoxManage/VBoxManage.cpp')
-rw-r--r--src/VBox/Frontends/VBoxManage/VBoxManage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Frontends/VBoxManage/VBoxManage.cpp b/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
index ea426177023..2aba2dead9f 100644
--- a/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
+++ b/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
@@ -295,7 +295,7 @@ static void showProgressSignalHandler(int iSignal) RT_NOTHROW_DEF
* unhandled things (which doesn't cause real problems, just makes things
* react a little slower than in the ideal case).
*/
-HRESULT showProgress(ComPtr<IProgress> progress, unsigned int fFlags)
+HRESULT showProgress(ComPtr<IProgress> progress, uint32_t fFlags)
{
using namespace com;
HRESULT hrc;