mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
qapi machine: Elide redundant has_FOO in generated C
The has_FOO for pointer-valued FOO are redundant, except for arrays. They are also a nuisance to work with. Recent commit "qapi: Start to elide redundant has_FOO in generated C" provided the means to elide them step by step. This is the step for qapi/machine*.json. Said commit explains the transformation in more detail. The invariant violations mentioned there do not occur here. Cc: Eduardo Habkost <eduardo@habkost.net> Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Cc: Philippe Mathieu-Daudé <f4bug@amsat.org> Cc: Yanan Wang <wangyanan55@huawei.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20221104160712.3005652-16-armbru@redhat.com>
This commit is contained in:
parent
107111bf6f
commit
fe8ac1fa49
13 changed files with 15 additions and 34 deletions
|
@ -4901,7 +4901,6 @@ static void x86_cpu_definition_entry(gpointer data, gpointer user_data)
|
|||
*/
|
||||
if (default_cpu_version != CPU_VERSION_LEGACY) {
|
||||
info->alias_of = x86_cpu_class_get_alias_of(cc);
|
||||
info->has_alias_of = !!info->alias_of;
|
||||
}
|
||||
|
||||
QAPI_LIST_PREPEND(*cpu_list, info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue