You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/builder/qemu
Adrien Delorme 54032d6c11
gen code and docs
6 years ago
..
artifact.go fmt 12 years ago
builder.go typo 6 years ago
builder_test.go qemu: split config and config tests into their own files to match best practices from other builders 6 years ago
comm_config.go only set up localhost port forwarding if skipnatmapping is false. 6 years ago
comm_config_test.go Refactor communicator config for Qemu and add SkipNatMapping option (#9307) 6 years ago
config.go document that users must re-apply packer defualts for drive and device arguments 6 years ago
config.hcl2spec.go gen code and docs 6 years ago
config_test.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
driver.go Skip qemu-img convert if format of output file matches format of input file. 6 years ago
driver_mock.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
qmp.go qemu: add support for using a network bridge 6 years ago
ssh.go Refactor communicator config for Qemu and add SkipNatMapping option (#9307) 6 years ago
step_configure_qmp.go qemu: add support for using a network bridge 6 years ago
step_configure_vnc.go Add VNC Password support to QEMU builder 7 years ago
step_convert_disk.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_convert_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_copy_disk.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_copy_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_create_disk.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_create_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_http_ip_discover.go qemu: add support for using a network bridge 6 years ago
step_http_ip_discover_test.go qemu: add support for using a network bridge 6 years ago
step_port_forward.go refactor multistep array construction in qemu builder to push majority of conditionals into their steps rather than the multistep constructor code. 6 years ago
step_prepare_output_dir.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_resize_disk.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_resize_disk_test.go add QemuImgArgs option to set specialized flags in qemu-img 6 years ago
step_run.go major refactor of the step_run. Splits step into two major parts: 6 years ago
step_run_test.go remove slashes to prevent windows test fails 6 years ago
step_set_iso.go rename interpolation context from ctx to ictx and contexts to ctx to avoid conflicts 7 years ago
step_shutdown.go Change back to make sure all durations are a time.Duration 6 years ago
step_test.go [builder/qemu] Skip resize step when skip_resize_disk is enable #9860 (#9896) 6 years ago
step_type_boot_command.go Replace file shared state by statebag (#9238) 6 years ago
step_wait_guest_address.go miscellaneous qemu cleanup. Fix generator strings; generate code 6 years ago