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
Megan Marsh 45b5f0c2ee
move custom http client creation with env proxy args into same package as other network related helpers
5 years ago
..
artifact.go fmt 11 years ago
builder.go fix step_shutdown when a null communicator is used (#10178) 5 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 review comments, add plugin type for a few missing builders 5 years ago
config.hcl2spec.go regen all code 5 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 commhostport isn't present if communicator is null; protect casting in a check 5 years ago
step_run_test.go remove slashes to prevent windows test fails 5 years ago
step_set_iso.go move custom http client creation with env proxy args into same package as other network related helpers 5 years ago
step_shutdown.go fix step_shutdown when a null communicator is used (#10178) 5 years ago
step_shutdown_test.go fix step_shutdown when a null communicator is used (#10178) 5 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