Review Board 2.0.15


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.

Review request changed
Updated (May 22, 2015, 9:27 a.m.)

Status: Discarded

Change Summary:

This API is apparently not deprecated on x86, so we should keep these wrappers for now.