Fix QEMU args value

This commit is contained in:
SimonFair
2023-11-04 11:45:39 +00:00
parent f725ea1acd
commit 21c8d79c71
@@ -1458,6 +1458,7 @@ private static $encoding = 'UTF-8';
function getQEMUCmdLine($xml) {
$x = strpos($xml,"<qemu:commandline>", 0) ;
if ($x === false) return null ;
$y = strpos($xml,"</qemu:commandline>", 0) ;
$z=$y ;
while ($y!=false) {