]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
cpu: Rename parse_cpu_model() to parse_cpu_option()
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 17 Apr 2019 02:59:40 +0000 (23:59 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 25 Apr 2019 17:17:35 +0000 (14:17 -0300)
commitc1c8cfe5f983aff0fcb018b0f0a11dd4580cc88e
tree5e5b4a423320b65fec76d1b78757e91a6560e5a5
parent12cb82fdf01e9110455b2c55172c751531500d87
cpu: Rename parse_cpu_model() to parse_cpu_option()

The "model[,option...]" string parsed by the function is not just
a CPU model.  Rename the function and its argument to indicate it
expects the full "-cpu" option to be provided.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20190417025944.16154-2-ehabkost@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
bsd-user/main.c
exec.c
include/qom/cpu.h
linux-user/main.c
vl.c