|
| From: | Philippe Mathieu-Daudé |
| Subject: | Re: [PATCH 10/12] hw: Move ioapic*.h to intc/ |
| Date: | Mon, 27 Feb 2023 13:07:14 +0100 |
| User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 |
On 13/2/23 18:30, Bernhard Beschow wrote:
The ioapic sources reside in hw/intc already. Move the headers there as
well.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
MAINTAINERS | 1 +
include/hw/i386/x86.h | 2 +-
include/hw/{i386 => intc}/ioapic.h | 6 +++---
include/hw/{i386 => intc}/ioapic_internal.h | 8 ++++----
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/i386/kvm/ioapic.c | 3 +--
hw/i386/pc.c | 2 +-
hw/i386/pc_q35.c | 2 +-
hw/intc/apic.c | 2 +-
hw/intc/ioapic.c | 4 ++--
hw/intc/ioapic_common.c | 4 ++--
target/i386/whpx/whpx-all.c | 2 +-
11 files changed, 18 insertions(+), 18 deletions(-)
rename include/hw/{i386 => intc}/ioapic.h (93%)
rename include/hw/{i386 => intc}/ioapic_internal.h (96%)
| [Prev in Thread] | Current Thread | [Next in Thread] |