Re: [PATCH 1/5] dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema

2023-10-30 Thread Marc-André Lureau
On Mon, Oct 30, 2023 at 5:37 PM Markus Armbruster wrote: > > The name of the second parameter differs between QAPI schema and C > implementation: it's @protocol in the former and @file in the latter. > Potentially confusing. Change the C implementation to match the QAPI > schema. > > Signed-off-b

[PATCH 1/5] dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema

2023-10-30 Thread Markus Armbruster
The name of the second parameter differs between QAPI schema and C implementation: it's @protocol in the former and @file in the latter. Potentially confusing. Change the C implementation to match the QAPI schema. Signed-off-by: Markus Armbruster --- dump/dump.c | 13 +++-- 1 file chang