]> git.proxmox.com Git - mirror_qemu.git/commit
dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema
authorMarkus Armbruster <armbru@redhat.com>
Tue, 31 Oct 2023 10:45:27 +0000 (11:45 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 2 Nov 2023 14:40:47 +0000 (18:40 +0400)
commit8beaeed73496395f75a3e65191d45e0e299fb25b
tree7570ac13d3ab4453bccb4b44dcb06d498ba95873
parente6549197f7edf2c590894f51aaed2fa81991becc
dump: Rename qmp_dump_guest_memory() parameter to match QAPI schema

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 <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20231031104531.3169721-2-armbru@redhat.com>
dump/dump.c