From 979aa0c877bc89fbcb4d8688df99f5adcdecdc34 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Wed, 19 Dec 2012 19:17:14 +0000 Subject: [PATCH] added svm into .bochsrc example --- bochs/.bochsrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bochs/.bochsrc b/bochs/.bochsrc index 7e942bddb..1947e9616 100644 --- a/bochs/.bochsrc +++ b/bochs/.bochsrc @@ -299,6 +299,10 @@ cpu: cpuid_limit_winnt=0 # Select VMX extensions emulation support. # This option exists only if Bochs compiled with --enable-vmx option. # +# SVM: +# Select AMD SVM (Secure Virtual Machine) extensions emulation support. +# This option exists only if Bochs compiled with --enable-svm option. +# # VENDOR_STRING: # Set the CPUID vendor string returned by CPUID(0x0). This should be a # twelve-character ASCII string.