]> git.proxmox.com Git - mirror_qemu.git/commit
fix -boot strict regressed in commit 6ef4716
authorAmos Kong <akong@redhat.com>
Mon, 9 Dec 2013 11:53:15 +0000 (19:53 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 23 Dec 2013 12:02:20 +0000 (16:02 +0400)
commite5187b561ff7b241d609a2848131879072169565
treeae839d3a8e0a7edf0ce43deda5505b4714d30182
parent6f2bfda35cf1c7b8a5913570b808396ab9299873
fix -boot strict regressed in commit 6ef4716

Commit 6ef4716 cleaned up parsing of -boot option argument, but
accidentally dropped parameter strict.  It should have been updated
exactly like parameter menu. Do that.

Signed-off-by: Amos Kong <akong@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
vl.c