kvm, x86: Adding support for SE mode execution
This patch adds methods in KvmCPU model to handle KVM exits caused by syscall instructions and page faults. These types of exits will be encountered if KvmCPU is run in SE mode.
This commit is contained in:
@@ -55,6 +55,7 @@ isa_switch_hdrs = Split('''
|
||||
mmapped_ipr.hh
|
||||
mt.hh
|
||||
process.hh
|
||||
pseudo_inst.hh
|
||||
registers.hh
|
||||
remote_gdb.hh
|
||||
stacktrace.hh
|
||||
|
||||
Reference in New Issue
Block a user