From 669d92daf3c298c9d1fc211d1d0500c9e04dd4fe Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 24 Jun 2019 16:19:08 +0200 Subject: Re-enable 64Bit check for VBox - turns out it is possible --- src/vsession.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vsession.cpp b/src/vsession.cpp index b5e4e49..0476cbb 100644 --- a/src/vsession.cpp +++ b/src/vsession.cpp @@ -367,7 +367,8 @@ QList VSession::readXmlFile(const QString& filepath) { bool VSession::needsVtx() const { ImgType type = imgtype(); return (type == VMWARE && getAttribute("os").endsWith("-64")) - || (type == VBOX /* && getAttribute("os").endsWith("_64") */); // Vbox 6.x doesn't seem to support 32bit VMs without VTx any more... + || (type == VBOX && getAttribute("os").endsWith("_64")); // Vbox 6.x DOES support 32bit VMs without VT-x, but if + // the config enables any feature that cannot work without VT-x, it will silently enable it and then fail to start (i.e. IOAPIC) // TODO: qemu-kvm, ... } -- cgit v1.2.3-55-g7522