diff options
author | Mark Cave-Ayland | 2022-05-04 11:25:32 +0200 |
---|---|---|
committer | Mark Cave-Ayland | 2022-05-08 19:52:36 +0200 |
commit | 0db9350e6e5aba3dc864d36756b01fb0922ad7cb (patch) | |
tree | 41b638fdb3cc103a1e7729c9f5a56e4e1831b88d /MAINTAINERS | |
parent | dino: move DINO HPA constants from hppa_hardware.h to dino.h (diff) | |
download | qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.tar.gz qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.tar.xz qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.zip |
dino: move from hw/hppa to hw/pci-host
Move the DINO device implementation from hw/hppa to hw/pci-host so that it is
located with all the other PCI host bridges.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220504092600.10048-23-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 218c9459b6..59210b093a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1113,7 +1113,9 @@ S: Odd Fixes F: configs/devices/hppa-softmmu/default.mak F: hw/hppa/ F: hw/net/*i82596* +F: hw/pci-host/dino.c F: include/hw/net/lasi_82596.h +F: include/hw/pci-host/dino.h F: pc-bios/hppa-firmware.img M68K Machines |