Using SVM with bochs

eQuiNoX <[email protected]> Fri, 25 Aug 2017 13:33:54 +0100
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <CAA5xPpkDzT0K9RvKqpaw1vqNz1ex5JodUtDZsUC9T4hsLtNECg@mail.gmail.com>
Hello,

I am playing around with ARM64 virtualization support using bochs, and
upon executing the VMRUN instruction I get the following line in my
bochs logfile.

00014220853d[CPU0  ] BX_IA_VMRUN: instruction not supported - signalling #UD
00014220853d[CPU0  ] ia_extensions_bitmask[0]: 88337fbf
00014220853d[CPU0  ] ia_extensions_bitmask[1]: 0000003b
00014220853d[CPU0  ] ia_extensions_bitmask[2]: 00000800
00014220853d[CPU0  ] ia_extensions_bitmask[3]: 00000000

This is how I compiled bochs from source :-

#!/bin/bash

./configure --enable-smp \
      --enable-cpu-level=6 \
      --enable-x86-64 \
      --enable-svm \
      --enable-debugger \
      --enable-disasm \
      --enable-debugger-gui \
      --enable-cdrom \
      --enable-x86-debugger \
      --enable-iodebug \
      --disable-docbook \
      --with-x --with-x11 --with-term
make

Is there something I'm missing?

Thanks,
-- eq

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot