From 6c1ca3ad49a414565c91415017a773755f01911f Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 19 May 2016 22:54:08 -0700 Subject: [PATCH] Updated qemu docs to reflect new behavior --- website/source/docs/builders/qemu.html.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/qemu.html.md b/website/source/docs/builders/qemu.html.md index 44b34d264..015845551 100644 --- a/website/source/docs/builders/qemu.html.md +++ b/website/source/docs/builders/qemu.html.md @@ -108,9 +108,10 @@ builder. ### Optional: - `accelerator` (string) - The accelerator type to use when running the VM. - This may have a value of either "none", "kvm", "tcg", or "xen" and you must - have that support in on the machine on which you run the builder. By default - "kvm" is used. + This may be `none`, `kvm`, `tcg`, or `xen`. The appropriate software must + already been installed on your build machine to use the accelerator you + specified. When no accelerator is specified, Packer will try to use `kvm` + if it is available but will default to `tcg` otherwise. - `boot_command` (array of strings) - This is an array of commands to type when the virtual machine is first booted. The goal of these commands should