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.caveayl...@nutanix.com> --- hw/i386/pc_piix.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index cf451d1cb5..cbe4b33ba4 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -491,8 +491,6 @@ static void pc_init_isa(MachineState *machine) } } - pc_machine_init_sgx_epc(pcms); - /* * There is a small chance that someone unintentionally passes "-cpu max" * for the isapc machine, which will provide a much more modern 32-bit -- 2.43.0