kvm: Remove KvmVM APIs for in-kernel IRQ chip simulation
Review Request #2759 - Created May 7, 2015 and discarded
| Information | |
|---|---|
| Andreas Sandberg | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10836:24b2d17c9b85 --------------------------- kvm: Remove KvmVM APIs for in-kernel IRQ chip simulation The APIs for in-kernel IRQ chip simulation in the KvmVM class are currently unused and use deprecated KVM APIs. This changeset removes these APIs. A future patch will add a wrapper around the new, more general, in-kernel device emulation API.
ARM regressions pass. All backends build. Tested building with KVM support on x86 and ARMv8.
Posted (May 19, 2015, 1:43 p.m.)
Will this wrapper encompass BaseKvmCPU::kvmInterrupt as well or is it meant to be just for in-kernel interrupts?
