packer-cn/builder/qemu
Nelson Chen b39f398fda Add support for whpx accelerator to qemu builder
Windows Hypervisor Platform (WHPX) is the Windows counterpart to HVF and
KVM. It's an operating system provided component that provides
virtualization acceleration support.

This is kind of the missing counterpart to https://github.com/hashicorp/packer/pull/6193.
QEMU 2.12 also added support for WHPX.

There's no support for libvirt on Windows so nothing was added in those
areas.

The popular QEMU for Windows distribution does not have WHPX support
built-in for legal reasons as the maintainer does not wish to use or
obtain any part of Microsoft's SDK to compile the distribution.
2019-01-03 15:20:37 -08:00
..
artifact.go fmt 2014-10-28 08:43:19 -07:00
builder.go Add support for whpx accelerator to qemu builder 2019-01-03 15:20:37 -08:00
builder_test.go qemu builder: add the 'use_backing_file' setting for QCOW2 images 2018-05-16 10:22:50 -04:00
driver.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
ssh.go refactor all copy pasted sshConfig with into communicator.Config.SSHConfigFunc 2018-08-22 17:02:23 +02:00
step_configure_vnc.go fix imports 2018-01-24 17:09:17 -08:00
step_convert_disk.go make the convert retryable in case it takes a bit to release a lock 2018-06-28 14:21:28 -07:00
step_copy_disk.go qemu builder: add the 'use_backing_file' setting for QCOW2 images 2018-05-16 10:22:50 -04:00
step_create_disk.go qemu builder: add the 'use_backing_file' setting for QCOW2 images 2018-05-16 10:22:50 -04:00
step_forward_ssh.go fix imports 2018-01-24 17:09:17 -08:00
step_prepare_output_dir.go fix imports 2018-01-24 17:09:17 -08:00
step_resize_disk.go Avoid warning when using raw format. 2018-03-29 14:51:02 +03:00
step_run.go don't set DetectZeroes if it's off, because some versions of QEMU don't support this option 2018-12-03 15:52:13 -08:00
step_set_iso.go fix imports 2018-01-24 17:09:17 -08:00
step_shutdown.go fix imports 2018-01-24 17:09:17 -08:00
step_type_boot_command.go Backport VNC log from vmware to qemu 2018-11-28 19:13:29 +01:00