Re: [PATCH 00/12] pci: Move and clean up monitor command code

2022-11-28 Thread Markus Armbruster
"Michael S. Tsirkin" writes: > On Mon, Nov 28, 2022 at 09:01:50AM +0100, Markus Armbruster wrote: >> This is mainly about splitting off monitor-related code. There's also >> a few UI fixes to HMP command pcie_aer_inject_error. One UI issue >> remains: when the second argument is symbolic (found

Re: [PATCH 00/12] pci: Move and clean up monitor command code

2022-11-28 Thread Michael S. Tsirkin
On Mon, Nov 28, 2022 at 09:01:50AM +0100, Markus Armbruster wrote: > This is mainly about splitting off monitor-related code. There's also > a few UI fixes to HMP command pcie_aer_inject_error. One UI issue > remains: when the second argument is symbolic (found in table > pcie_aer_error_list[]),

Re: [PATCH 00/12] pci: Move and clean up monitor command code

2022-11-28 Thread Michael S. Tsirkin
On Mon, Nov 28, 2022 at 09:01:50AM +0100, Markus Armbruster wrote: > This is mainly about splitting off monitor-related code. There's also > a few UI fixes to HMP command pcie_aer_inject_error. One UI issue > remains: when the second argument is symbolic (found in table > pcie_aer_error_list[]),

[PATCH 00/12] pci: Move and clean up monitor command code

2022-11-28 Thread Markus Armbruster
This is mainly about splitting off monitor-related code. There's also a few UI fixes to HMP command pcie_aer_inject_error. One UI issue remains: when the second argument is symbolic (found in table pcie_aer_error_list[]), then any -c is silently ignored. Should it be rejected? Should it overrid