]> git.proxmox.com Git - mirror_qemu.git/commit - hmp.c
hmp: Use visitor api for hmp_migrate_set_parameter()
authorJuan Quintela <quintela@redhat.com>
Tue, 16 May 2017 09:37:45 +0000 (11:37 +0200)
committerJuan Quintela <quintela@redhat.com>
Thu, 18 May 2017 16:04:54 +0000 (18:04 +0200)
commitf4a06d1391acf919da3f4291f2d6a70344d21c66
treed655255b69242a4ac838b536f40eadbf4d7c08b1
parent5d214a92acb38979ee1abd1883a225903cb171b6
hmp: Use visitor api for hmp_migrate_set_parameter()

We only use it for int64 at this point, I am not able to find a way to
parse an int with MiB units.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
hmp.c