]> git.ipfire.org Git - thirdparty/qemu.git/commit
util/qemu-config: fix missing machine command line options
authorTony Krowiak <akrowiak@linux.vnet.ibm.com>
Mon, 12 Oct 2015 15:36:21 +0000 (11:36 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 21 Oct 2015 16:27:15 +0000 (11:27 -0500)
commit8c4fa92d010db2ac88ed7a9e5bb51bbe43019872
tree441f1cf25f8db96d84144dd74d2e5aaee61f11a1
parent7c22dcdeb85dc8b1eb5f923e4c075d3046750513
util/qemu-config: fix missing machine command line options

Commit 0a7cf217 ("util/qemu-config: fix regression of
qmp_query_command_line_options") aimed to restore parsing of global
machine options, but missed two: "aes-key-wrap" and
"dea-key-wrap" (which were present in the initial version of that
patch). Let's add them to the machine_opts again.

Fixes: 0a7cf217 ("util/qemu-config: fix regression of
                  qmp_query_command_line_options")
CC: Marcel Apfelbaum <marcel@redhat.com>
CC: qemu-stable@nongnu.org
Signed-off-by: Tony Krowiak <akrowiak@linux.vnet.ibm.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Tested-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <1444664181-28023-1-git-send-email-akrowiak@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
(cherry picked from commit 5bcfa0c543b42a560673cafd3b5225900ef617e1)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
util/qemu-config.c