kvm, arm, dev: Add an in-kernel GIC implementation
This changeset adds a GIC implementation that uses the kernel's built-in support for simulating the interrupt controller. Since there is currently no support for state transfer between gem5 and the kernel, the device model does not support serialization and CPU switching (which would require switching to a gem5-simulated GIC).
This commit is contained in:
@@ -44,6 +44,7 @@ if env['USE_KVM']:
|
||||
SimObject('BaseKvmCPU.py')
|
||||
|
||||
Source('base.cc')
|
||||
Source('device.cc')
|
||||
Source('vm.cc')
|
||||
Source('perfevent.cc')
|
||||
Source('timer.cc')
|
||||
|
||||
Reference in New Issue
Block a user