summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_system_software.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-17 20:24:54 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-17 20:24:54 -0500
commit5f9cf59a784c9c9f9ba40c58ba990117e6a92a03 (patch)
tree0059502eb62ed040fa8252b38c42fab8d23d75be /pts-core/functions/pts-functions_system_software.php
parentc525d5cbb58d92e9d97147f510cc6c6973e6ef51 (diff)
downloadphoronix-test-suite-upstream-5f9cf59a784c9c9f9ba40c58ba990117e6a92a03.tar.gz
phoronix-test-suite-upstream-5f9cf59a784c9c9f9ba40c58ba990117e6a92a03.tar.xz
phoronix-test-suite-upstream-5f9cf59a784c9c9f9ba40c58ba990117e6a92a03.zip
pts-core: Standardize hw_sys_* functions
Diffstat (limited to 'pts-core/functions/pts-functions_system_software.php')
-rw-r--r--pts-core/functions/pts-functions_system_software.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_system_software.php b/pts-core/functions/pts-functions_system_software.php
index f3c6a16..b1518bf 100644
--- a/pts-core/functions/pts-functions_system_software.php
+++ b/pts-core/functions/pts-functions_system_software.php
@@ -35,7 +35,7 @@ function system_virtualized_mode()
{
$virtualized = "VMware";
}
- else if(strpos($gpu, "VirtualBox") !== false || strpos(main_system_hardware_string(), "VirtualBox") !== false)
+ else if(strpos($gpu, "VirtualBox") !== false || strpos(hw_sys_motherboard_string(), "VirtualBox") !== false)
{
$virtualized = "VirtualBox";
}