commit | 7764ae9671f1cd74227cf4404431dd5213799ef0 | [log] [tgz] |
---|---|---|
author | Matthew Ogilvie <mmogilvi_qemu@miniinfo.net> | Thu Aug 23 00:24:40 2012 -0600 |
committer | malc <av1474@comtv.ru> | Fri Aug 24 07:44:38 2012 +0400 |
tree | 676668b7a47f402adf870d5e55ea57b8d50a8637 | |
parent | 5c73b757e3aa80dc84352b2ede0d8bdea5419f6d [diff] |
vl: fix -hdachs/-hda argument order parsing issues Without this patch, the -hdachs argument had to occur either BEFORE the corresponding "-hda" option, or AFTER the plain disk image name (if neither -hda nor -drive is used). Otherwise it would effectively be ignored. Option -hdachs still has no effect on -drive, but that seems best. Signed-off-by: Matthew Ogilvie <mmogilvi_qemu@miniinfo.net> Signed-off-by: malc <av1474@comtv.ru>