On Wed, Aug 30, 2017 at 03:26:56AM -0500, Sergio Andres Gomez Del Real wrote:
> This commit adds the function apic_get_highest_priority_irr to
> apic.c and exports it through the interface in apic.h for use by hvf.
>
> Signed-off-by: Sergio Andres Gomez Del Real
> ---
> hw/intc/apic.c |
This commit adds the function apic_get_highest_priority_irr to
apic.c and exports it through the interface in apic.h for use by hvf.
Signed-off-by: Sergio Andres Gomez Del Real
---
hw/intc/apic.c | 11 +++
include/hw/i386/apic.h | 1 +
2 files changed, 12 insertions(+)
diff --g