hv/mod_irq: move guest interrupt API out of x86/irq.h

A new x86/guest/virq.h head file now contains all guest
related interrupt handling API.

Tracked-On: #5825
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Liang Yi
2021-03-02 12:25:04 +08:00
committed by wenlingz
parent 798015876c
commit ff732cfb2a
16 changed files with 147 additions and 127 deletions

View File

@@ -11,6 +11,7 @@
#include <lapic.h>
#include <vm.h>
#include <vm_reset.h>
#include <virq.h>
#include <bits.h>
#include <e820.h>
#include <multiboot.h>