]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
dino: move from hw/hppa to hw/pci-host
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 4 May 2022 09:25:32 +0000 (10:25 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 8 May 2022 17:52:36 +0000 (18:52 +0100)
commit0db9350e6e5aba3dc864d36756b01fb0922ad7cb
tree41b638fdb3cc103a1e7729c9f5a56e4e1831b88d
parente111f288d9264dae070bd144a60f43162e34a7be
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>
12 files changed:
MAINTAINERS
hw/hppa/Kconfig
hw/hppa/dino.c [deleted file]
hw/hppa/dino.h [deleted file]
hw/hppa/machine.c
hw/hppa/meson.build
hw/hppa/trace-events
hw/pci-host/Kconfig
hw/pci-host/dino.c [new file with mode: 0644]
hw/pci-host/meson.build
hw/pci-host/trace-events
include/hw/pci-host/dino.h [new file with mode: 0644]