Merge pull request #137460 from zhaofengli/bochs-vmx

bochs: Enable VT-x/VMX emulation
This commit is contained in:
Sandro 2021-09-12 16:22:14 +02:00 committed by GitHub
commit 6529525e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,6 +100,7 @@ stdenv.mkDerivation rec {
"--enable-sb16"
"--enable-show-ips"
"--enable-smp"
"--enable-vmx=2"
"--enable-svm"
"--enable-trace-linking"
"--enable-usb"