hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
The Intel SGX instructions only exist on recent CPUs and so would never be available on a CPU from the pre-PCI era. Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com> Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com> Link: https://lore.kernel.org/r/20250828111057.468712-10-mark.caveayland@nutanix.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ae4199af92
commit
d7916f6d5e
1 changed files with 0 additions and 1 deletions
|
|
@ -541,7 +541,6 @@ static void pc_init_isa(MachineState *machine)
|
|||
}
|
||||
}
|
||||
|
||||
pc_machine_init_sgx_epc(pcms);
|
||||
x86_cpus_init(x86ms, pcmc->default_cpu_version);
|
||||
|
||||
if (kvm_enabled()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue