aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386/x86.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-05-09 19:00:40 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-05-10 15:45:15 +0200
commitb348fdcdac9f9fc70be9ae56c54e41765e9aae24 (patch)
treede4876dbe079cdf2a6316c8cbeddc95094aef70b /include/hw/i386/x86.h
parent7974e51342775c87f6e759a8c525db1045ddfa24 (diff)
downloadqemu-b348fdcdac9f9fc70be9ae56c54e41765e9aae24.zip
qemu-b348fdcdac9f9fc70be9ae56c54e41765e9aae24.tar.gz
qemu-b348fdcdac9f9fc70be9ae56c54e41765e9aae24.tar.bz2
i386: pc: remove unnecessary MachineClass overrides
There is no need to override these fields of MachineClass because they are already set to the right value in the superclass. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Message-ID: <20240509170044.190795-10-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/i386/x86.h')
-rw-r--r--include/hw/i386/x86.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h
index d7b7d3f..c2062db 100644
--- a/include/hw/i386/x86.h
+++ b/include/hw/i386/x86.h
@@ -114,10 +114,6 @@ uint32_t x86_cpu_apic_id_from_index(X86MachineState *pcms,
void x86_cpu_new(X86MachineState *pcms, int64_t apic_id, Error **errp);
void x86_cpus_init(X86MachineState *pcms, int default_cpu_version);
-CpuInstanceProperties x86_cpu_index_to_props(MachineState *ms,
- unsigned cpu_index);
-int64_t x86_get_default_cpu_node_id(const MachineState *ms, int idx);
-const CPUArchIdList *x86_possible_cpu_arch_ids(MachineState *ms);
CPUArchId *x86_find_cpu_slot(MachineState *ms, uint32_t id, int *idx);
void x86_rtc_set_cpus_count(ISADevice *rtc, uint16_t cpus_count);
void x86_cpu_pre_plug(HotplugHandler *hotplug_dev,