On Mon, 26 Nov 2018 16:21:18 +0100 Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote: > Suggested-by: Luiz Capitulino <lcapitulino@xxxxxxxxxx> > Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> > --- > README.md | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/README.md b/README.md > index 453eb85..1a9a4ab 100644 > --- a/README.md > +++ b/README.md > @@ -47,6 +47,11 @@ environment variable: > > QEMU=/tmp/qemu/x86_64-softmmu/qemu-system-x86_64 ./x86-run ./x86/msr.flat > > +To select an accelerator, for example "kvm" or "tcg", specify the > +ACCEL=<name> environment variable: > + > + ACCEL=kvm ./x86-run ./x86/msr.flat > + > # Unit test inputs > > Unit tests use QEMU's '-append <args...>' parameter for command line Reviewed-by: Luiz Capitulino <lcapitulino@xxxxxxxxxx>