Re: [PATCH 09/12] pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c

2022-11-28 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 28/11/22 09:01, Markus Armbruster wrote: >> Signed-off-by: Markus Armbruster >> --- >> hw/pci/pci-internal.h | 4 ++ >> include/monitor/hmp.h | 1 + >> include/sysemu/sysemu.h | 3 -- >> hw/pci/pci-hmp-cmds.c | 105

Re: [PATCH 09/12] pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c

2022-11-28 Thread Philippe Mathieu-Daudé
On 28/11/22 09:01, Markus Armbruster wrote: Signed-off-by: Markus Armbruster --- hw/pci/pci-internal.h | 4 ++ include/monitor/hmp.h | 1 + include/sysemu/sysemu.h | 3 -- hw/pci/pci-hmp-cmds.c | 105 hw/pci/pci-stub.c | 1 - hw/pci

[PATCH 09/12] pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.c

2022-11-28 Thread Markus Armbruster
Signed-off-by: Markus Armbruster --- hw/pci/pci-internal.h | 4 ++ include/monitor/hmp.h | 1 + include/sysemu/sysemu.h | 3 -- hw/pci/pci-hmp-cmds.c | 105 hw/pci/pci-stub.c | 1 - hw/pci/pcie_aer.c | 115 ++--