hv:move vpic.h & vioapic.h to dm folder

move the following files to dm folder
renamed:    include/arch/x86/guest/vioapic.h -> include/dm/vioapic.h
renamed:    include/arch/x86/guest/vpic.h -> include/dm/vpic.h

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Mingqiang Chi 2019-01-30 11:15:12 +08:00 committed by Eddie Dong
parent 89b6dc593f
commit e9bb4267a7
3 changed files with 2 additions and 2 deletions

View File

@ -800,8 +800,8 @@ INPUT = custom-doxygen/mainpage.md \
../hypervisor/include/arch/x86/irq.h \
../hypervisor/include/arch/x86/guest/vmtrr.h \
../hypervisor/include/arch/x86/guest/vlapic.h \
../hypervisor/include/arch/x86/guest/vioapic.h \
../hypervisor/include/arch/x86/guest/vpic.h \
../hypervisor/include/dm/vioapic.h \
../hypervisor/include/dm/vpic.h \
../hypervisor/include/arch/x86/io_req.h \
../hypervisor/include/arch/x86/io_emul.h \
../hypervisor/include/arch/x86/assign.h \