From e9bb4267a799b188fbf9573c1fed2bc042b02049 Mon Sep 17 00:00:00 2001 From: Mingqiang Chi Date: Wed, 30 Jan 2019 11:15:12 +0800 Subject: [PATCH] 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 Reviewed-by: Jason Chen CJ Reviewed-by: Eddie Dong --- doc/acrn.doxyfile | 4 ++-- hypervisor/include/{arch/x86/guest => dm}/vioapic.h | 0 hypervisor/include/{arch/x86/guest => dm}/vpic.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename hypervisor/include/{arch/x86/guest => dm}/vioapic.h (100%) rename hypervisor/include/{arch/x86/guest => dm}/vpic.h (100%) diff --git a/doc/acrn.doxyfile b/doc/acrn.doxyfile index 8b5dda58d..9989e9785 100644 --- a/doc/acrn.doxyfile +++ b/doc/acrn.doxyfile @@ -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 \ diff --git a/hypervisor/include/arch/x86/guest/vioapic.h b/hypervisor/include/dm/vioapic.h similarity index 100% rename from hypervisor/include/arch/x86/guest/vioapic.h rename to hypervisor/include/dm/vioapic.h diff --git a/hypervisor/include/arch/x86/guest/vpic.h b/hypervisor/include/dm/vpic.h similarity index 100% rename from hypervisor/include/arch/x86/guest/vpic.h rename to hypervisor/include/dm/vpic.h