hw: Move ioapic*.h to intc/
authorBernhard Beschow <shentey@gmail.com>
Mon, 13 Feb 2023 17:30:31 +0000 (18:30 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commit7f54640b4bb6f1bdc5d89e66bbd0b5c3bfc28ba9
tree5153b3fcdd500877bb9c1b5347fa07dda49e0050
parente3e3a8ad1216faccd737f6bc06919deb366b0be3
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>
13 files changed:
MAINTAINERS
hw/i386/kvm/ioapic.c
hw/i386/pc.c
hw/i386/pc_q35.c
hw/intc/apic.c
hw/intc/ioapic.c
hw/intc/ioapic_common.c
hw/intc/ioapic_internal.h [new file with mode: 0644]
include/hw/i386/ioapic.h [deleted file]
include/hw/i386/ioapic_internal.h [deleted file]
include/hw/i386/x86.h
include/hw/intc/ioapic.h [new file with mode: 0644]
target/i386/whpx/whpx-all.c