Re: [Qemu-devel] [PATCH v2 07/13] apic: add function to apic that will be used by hvf

2017-08-31 Thread Stefan Hajnoczi
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 |

[Qemu-devel] [PATCH v2 07/13] apic: add function to apic that will be used by hvf

2017-08-30 Thread Sergio Andres Gomez Del Real
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