diff options
author | Mark Cave-Ayland | 2022-05-04 11:25:52 +0200 |
---|---|---|
committer | Mark Cave-Ayland | 2022-05-08 19:52:37 +0200 |
commit | 45f569a11666051f98edc678616d135c9feaf506 (patch) | |
tree | a8e5a30bce8e43e8a915b678a4406c950129eafe /MAINTAINERS | |
parent | hppa: move device headers from hppa_sys.h into individual .c files (diff) | |
download | qemu-45f569a11666051f98edc678616d135c9feaf506.tar.gz qemu-45f569a11666051f98edc678616d135c9feaf506.tar.xz qemu-45f569a11666051f98edc678616d135c9feaf506.zip |
lasi: move from hw/hppa to hw/misc
Move the LASI device implementation from hw/hppa to hw/misc so that it is
located with all the other miscellaneous devices.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220504092600.10048-43-mark.cave-ayland@ilande.co.uk>
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 59210b093a..662ec47246 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/misc/lasi.c F: hw/pci-host/dino.c +F: include/hw/misc/lasi.h F: include/hw/net/lasi_82596.h F: include/hw/pci-host/dino.h F: pc-bios/hppa-firmware.img |