diff options
author | Ian Moore <imoore76@yahoo.com> | 2015-12-07 08:47:17 -0500 |
---|---|---|
committer | Ian Moore <imoore76@yahoo.com> | 2015-12-07 08:47:17 -0500 |
commit | e3a53018b9fb292654a30fe8a4115ed685231614 (patch) | |
tree | e1f08f80d94d0440d9df8502d9da332576ac9b00 /endpoints/lib/vboxconnector.php | |
parent | 94e17f57f3f16628f140cdd5fd5ca00806ca208f (diff) | |
download | phpvirtualbox-e3a53018b9fb292654a30fe8a4115ed685231614.zip phpvirtualbox-e3a53018b9fb292654a30fe8a4115ed685231614.tar.gz phpvirtualbox-e3a53018b9fb292654a30fe8a4115ed685231614.tar.bz2 |
See CHANGELOG
Diffstat (limited to 'endpoints/lib/vboxconnector.php')
-rw-r--r-- | endpoints/lib/vboxconnector.php | 1 |
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'), |