From 73e8be022ddb836860ba777b8bbc13cf4a904e26 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Wed, 31 Jan 2018 12:45:38 -0800 Subject: [PATCH] call out hax accelerator issue --- website/source/docs/builders/qemu.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/qemu.html.md b/website/source/docs/builders/qemu.html.md index 4885aca1c..2d3c82d9e 100644 --- a/website/source/docs/builders/qemu.html.md +++ b/website/source/docs/builders/qemu.html.md @@ -115,6 +115,10 @@ Linux server and have not enabled X11 forwarding (`ssh -X`). you specified. When no accelerator is specified, Packer will try to use `kvm` if it is available but will default to `tcg` otherwise. + -> The `hax` accelerator has issues attaching CDROM ISOs. This is an + upstream issue which can be tracked + [here](https://github.com/intel/haxm/issues/20). + - `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 be to type just enough to initialize the operating system installer. Special