On 12/9/22 07:15, Philippe Mathieu-Daudé wrote:
From: Philippe Mathieu-Daudé<f4...@amsat.org>

The GT-64120 is a north-bridge, and it is not MIPS specific.
Move it with the other north-bridge devices.

Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
  MAINTAINERS                                   | 2 +-
  hw/mips/Kconfig                               | 6 ------
  hw/mips/meson.build                           | 1 -
  hw/mips/trace-events                          | 6 ------
  hw/pci-host/Kconfig                           | 6 ++++++
  hw/{mips/gt64xxx_pci.c => pci-host/gt64120.c} | 0
  hw/pci-host/meson.build                       | 1 +
  hw/pci-host/trace-events                      | 7 +++++++
  meson.build                                   | 1 -
  9 files changed, 15 insertions(+), 15 deletions(-)
  delete mode 100644 hw/mips/trace-events
  rename hw/{mips/gt64xxx_pci.c => pci-host/gt64120.c} (100%)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to