On 28/11/22 09:01, Markus Armbruster wrote:
This moves these commands from MAINTAINERS section "Human Monitor (HMP)" to "PCI".Signed-off-by: Markus Armbruster <arm...@redhat.com> --- hw/pci/pci-hmp-cmds.c | 126 ++++++++++++++++++++++++++++++++++++++++++ monitor/hmp-cmds.c | 107 ----------------------------------- hw/pci/meson.build | 1 + 3 files changed, 127 insertions(+), 107 deletions(-) create mode 100644 hw/pci/pci-hmp-cmds.c
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>