diff options
author | Bernhard Beschow <shentey@gmail.com> | 2023-02-13 18:30:31 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-02-27 22:29:01 +0100 |
commit | 7f54640b4bb6f1bdc5d89e66bbd0b5c3bfc28ba9 (patch) | |
tree | 5153b3fcdd500877bb9c1b5347fa07dda49e0050 /hw/intc/ioapic_common.c | |
parent | e3e3a8ad1216faccd737f6bc06919deb366b0be3 (diff) | |
download | qemu-7f54640b4bb6f1bdc5d89e66bbd0b5c3bfc28ba9.zip qemu-7f54640b4bb6f1bdc5d89e66bbd0b5c3bfc28ba9.tar.gz qemu-7f54640b4bb6f1bdc5d89e66bbd0b5c3bfc28ba9.tar.bz2 |
hw: Move ioapic*.h to intc/
The ioapic sources reside in hw/intc already. Move the headers there
as well.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230213173033.98762-11-shentey@gmail.com>
[PMD: Keep ioapic_internal.h in hw/intc/, not under include/]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/intc/ioapic_common.c')
-rw-r--r-- | hw/intc/ioapic_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/intc/ioapic_common.c b/hw/intc/ioapic_common.c index aa5f760..b05f436 100644 --- a/hw/intc/ioapic_common.c +++ b/hw/intc/ioapic_common.c @@ -24,9 +24,9 @@ #include "qemu/module.h" #include "migration/vmstate.h" #include "monitor/monitor.h" -#include "hw/i386/ioapic.h" -#include "hw/i386/ioapic_internal.h" #include "hw/intc/intc.h" +#include "hw/intc/ioapic.h" +#include "hw/intc/ioapic_internal.h" #include "hw/sysbus.h" /* ioapic_no count start from 0 to MAX_IOAPICS, |