qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-8.0 7/7] hw/mips/gt64xxx_pci: Move it to hw/pci-host/


From: Richard Henderson
Subject: Re: [PATCH-for-8.0 7/7] hw/mips/gt64xxx_pci: Move it to hw/pci-host/
Date: Mon, 19 Dec 2022 16:55:11 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 12/9/22 07:15, Philippe Mathieu-Daudé wrote:
From: Philippe Mathieu-Daudé<f4bug@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é<f4bug@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]