summaryrefslogtreecommitdiffstats
path: root/endpoints/lib/vboxconnector.php
diff options
context:
space:
mode:
authorimoore76 <imoore76@users.noreply.github.com>2015-12-07 08:49:21 -0500
committerimoore76 <imoore76@users.noreply.github.com>2015-12-07 08:49:21 -0500
commitb2711b1bccc38d52214288c2a40232ddb67efb24 (patch)
treef8f34e40932b5bcc0de78d4a1a3b31d38b6b0ebe /endpoints/lib/vboxconnector.php
parent148f49edf5e2c2877826e383f531a92de99e96e4 (diff)
parent95a7c068d1e71ea62cb35210f4c205158ca71109 (diff)
downloadphpvirtualbox-b2711b1bccc38d52214288c2a40232ddb67efb24.zip
phpvirtualbox-b2711b1bccc38d52214288c2a40232ddb67efb24.tar.gz
phpvirtualbox-b2711b1bccc38d52214288c2a40232ddb67efb24.tar.bz2
Merge pull request #11 from imoore76/develop
5.0-4 from develop
Diffstat (limited to 'endpoints/lib/vboxconnector.php')
-rw-r--r--endpoints/lib/vboxconnector.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/endpoints/lib/vboxconnector.php b/endpoints/lib/vboxconnector.php
index c1d6cd7..d33825c 100644
--- a/endpoints/lib/vboxconnector.php
+++ b/endpoints/lib/vboxconnector.php
@@ -4234,6 +4234,7 @@ class vboxconnector {
'audioDriver' => (string)$m->audioAdapter->audioDriver,
),
'RTCUseUTC' => $m->RTCUseUTC,
+ 'EffectiveParavirtProvider' => (string)$m->getEffectiveParavirtProvider(),
'HWVirtExProperties' => array(
'Enabled' => $m->getHWVirtExProperty('Enabled'),
'NestedPaging' => $m->getHWVirtExProperty('NestedPaging'),