On 5/4/22 04:25, Mark Cave-Ayland wrote:
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-ayl...@ilande.co.uk>
Acked-by: Helge Deller<del...@gmx.de>
---
MAINTAINERS | 2 ++
hw/hppa/Kconfig | 2 +-
hw/hppa/machine.c | 2 +-
hw/hppa/meson.build | 2 +-
hw/hppa/trace-events | 5 -----
hw/pci-host/Kconfig | 4 ++++
hw/{hppa => pci-host}/dino.c | 3 +--
hw/pci-host/meson.build | 3 +++
hw/pci-host/trace-events | 5 +++++
{hw/hppa => include/hw/pci-host}/dino.h | 0
10 files changed, 18 insertions(+), 10 deletions(-)
rename hw/{hppa => pci-host}/dino.c (99%)
rename {hw/hppa => include/hw/pci-host}/dino.h (100%)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~