Mitchell Hashimoto
27ffb3763c
fmt
2014-02-21 16:48:30 -08:00
Mitchell Hashimoto
16d495ede8
builder/qemu: style
2014-02-21 15:22:58 -08:00
Mitchell Hashimoto
2fb296b520
Merge pull request #854 from qur/qemu-config-binary
...
builder/qemu: binary name to be configured
2014-02-21 15:22:27 -08:00
Mitchell Hashimoto
385d9d37f9
builder/qemu: document run_once is gone (but keep it around for compat)
2014-02-21 15:18:03 -08:00
mheidenr
3e4dca943a
enable qemu builder to handle reboots in the shell provisioner
2014-01-30 08:46:54 +01:00
Julian Phillips
dfc8733f43
Allow Qemu binary name to be configured
...
On some systems the default Qemu binary name of qemu-system-x86_64
isn't appropriate. So expose the binary name as a configurable item,
allowing the user to set it to something more appropriate if they need
to.
2014-01-24 18:01:42 +00:00
Mitchell Hashimoto
7c091281d8
fmt
2014-01-19 19:30:11 -08:00
Myles Steinhauser
52c9cf6aaf
Fix tabs vs spaces
2014-01-13 00:03:10 -05:00
Myles Steinhauser
f64f7ce7da
Add more special scancodes
2014-01-10 12:40:43 -05:00
Mitchell Hashimoto
e1b25bb1d9
Merge pull request #690 from TranscendComputing/master
...
builder/qemu: added template processing for QemuArgs, floppy_files for auto-building f...
2013-12-12 14:46:08 -08:00
Thomas D. Hite
ebb4629a5f
Added template processing for QemuArgs, floppy_files for auto-building floppies which attach to the VM at startup, and run_once flag to trigger just one powerup/powerdown.
2013-12-06 18:20:25 -06:00
Phil Fenstermacher
43bf7b2859
Changed error message and docs to match code - qemu-img options are qcow2 and raw
2013-12-04 14:05:07 -05:00
Mitchell Hashimoto
2e0ff556f2
builder/qemu: set proper HTTPIP for boot command [GH-597]
2013-11-05 22:05:56 -08:00
Mitchell Hashimoto
34c411eb12
builder/qemu: catch early exits of qemu
2013-11-05 22:03:43 -08:00
Mitchell Hashimoto
da120d3c07
builder/qemu: remove constructor, more Go-like
2013-11-05 21:43:20 -08:00
Mitchell Hashimoto
ac9b643e81
builder/qemu: simplify driver, make things more Go-like
2013-11-05 21:40:49 -08:00
Mitchell Hashimoto
144a9d2ac7
builder/qemu: remove floppy support, not used currently
2013-11-05 18:11:38 -08:00
Mitchell Hashimoto
7370acf9e8
builder/qemu: log VM output
2013-11-05 17:59:09 -08:00
Mitchell Hashimoto
3e58ca4c98
builder/qemu: unnecssary log
2013-11-05 17:48:52 -08:00
Mitchell Hashimoto
1d70002719
builder/qemu: get rid of unnecessary step
2013-11-05 17:48:16 -08:00
Mitchell Hashimoto
1de263d3d8
builder/qemu: alphabetize some things
2013-11-05 17:47:22 -08:00
Mitchell Hashimoto
3683d7cd23
builder/qemu: passing tests
2013-11-05 15:44:38 -08:00
Tom Hite
75fe878633
Fixes #3 via minor documentation fix and setting default properly (in the net_device template value, virtio is incorrect -- must be virtio-net).
2013-10-09 07:11:10 -05:00
Tom Hite
c1ed89f880
Fixes #1 and Fixes #2 by allowing qemuargs to operate and override defaults.
2013-10-07 20:58:08 -05:00
Tom Hite
db10cc6e83
changed error string referring to 'ova' and 'ovf' to refer to 'qcow2' and 'img' as the former were stray leftovers from the virtualbox code used as a basis for this plugin.
2013-09-03 20:13:45 -05:00
Tom Hite
2255a82300
removed a few stray 'VirtualBox' term uses in comments and docs.
2013-09-03 18:13:05 -05:00
Tom Hite
7a9baad5a2
added network and disk driver options, also a source comment on the kickstart file in the docs (I can't find the original source).
2013-09-03 10:08:04 -05:00
Tom Hite
afc3f3be08
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