packer-cn/builder/qemu
Hiroyuki Sato 965d273907 Add machine_type option for qemu builder.
On CentOS7, ``pc-1.0'' qemu-kvm machine type are not supported.

Supported machines are:
none                 empty machine
pc                   RHEL 7.0.0 PC (i440FX + PIIX, 1996) (alias of pc-i440fx-rhel7.0.0)
pc-i440fx-rhel7.0.0  RHEL 7.0.0 PC (i440FX + PIIX, 1996) (default)
rhel6.5.0            RHEL 6.5.0 PC
rhel6.4.0            RHEL 6.4.0 PC
rhel6.3.0            RHEL 6.3.0 PC
rhel6.2.0            RHEL 6.2.0 PC
rhel6.1.0            RHEL 6.1.0 PC
rhel6.0.0            RHEL 6.0.0 PC
q35                  RHEL-7.0.0 PC (Q35 + ICH9, 2009) (alias of pc-q35-rhel7.0.0)
pc-q35-rhel7.0.0     RHEL-7.0.0 PC (Q35 + ICH9, 2009)
2014-08-12 16:02:03 +09:00
..
artifact.go removed a few stray 'VirtualBox' term uses in comments and docs. 2013-09-03 18:13:05 -05:00
builder.go Add machine_type option for qemu builder. 2014-08-12 16:02:03 +09:00
builder_test.go builder/qemu: remove floppy support, not used currently 2013-11-05 18:11:38 -08:00
driver.go builder/qemu: catch early exits of qemu 2013-11-05 22:03:43 -08:00
ssh.go get more proper SSH package usage in 2014-04-26 11:23:26 -07:00
step_boot_wait.go builder/qemu: simplify driver, make things more Go-like 2013-11-05 21:40:49 -08:00
step_configure_vnc.go builder/qemu: unnecssary log 2013-11-05 17:48:52 -08:00
step_create_disk.go Initial checkin to GitHub -- has extensive changes to conform to the latest API model to match the 0.3.6 (Sept. 2, 2013) release. 2013-09-02 22:23:52 -05:00
step_forward_ssh.go Initial checkin to GitHub -- has extensive changes to conform to the latest API model to match the 0.3.6 (Sept. 2, 2013) release. 2013-09-02 22:23:52 -05:00
step_http_server.go Fix http_files typo in comments 2014-05-06 17:13:15 +02:00
step_prepare_output_dir.go Initial checkin to GitHub -- has extensive changes to conform to the latest API model to match the 0.3.6 (Sept. 2, 2013) release. 2013-09-02 22:23:52 -05:00
step_run.go Add machine_type option for qemu builder. 2014-08-12 16:02:03 +09:00
step_shutdown.go builder/qemu: simplify driver, make things more Go-like 2013-11-05 21:40:49 -08:00
step_type_boot_command.go fmt 2014-01-19 19:30:11 -08:00
step_wait_for_shutdown.go builder/qemu: simplify driver, make things more Go-like 2013-11-05 21:40:49 -08:00