mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-05 05:57:40 -07:00
i440fx: Add support for SGX EPC
Enable SGX EPC virtualization, which is currently only support by KVM. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <20210719112136.57018-22-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
97488c635e
commit
fb6986a20e
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ static void pc_init1(MachineState *machine,
|
|||
}
|
||||
}
|
||||
|
||||
pc_machine_init_sgx_epc(pcms);
|
||||
x86_cpus_init(x86ms, pcmc->default_cpu_version);
|
||||
|
||||
if (pcmc->kvmclock_enabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue