]> Git Repo - qemu.git/commit
migrate: Fix cpu-throttle-increment regression in HMP
authorEric Blake <[email protected]>
Fri, 9 Sep 2016 03:14:14 +0000 (22:14 -0500)
committerJuan Quintela <[email protected]>
Thu, 13 Oct 2016 15:22:38 +0000 (17:22 +0200)
commitbb2b777cf9a2862fe31a40256659ff49ae3d2006
treeaf1874eac0c257cf417cbe489a2b3144886685c5
parentcd5ea070645682893312d67dba6d4dd0b1a80739
migrate: Fix cpu-throttle-increment regression in HMP

Commit 69ef1f3 accidentally broke migrate_set_parameter's ability
to set the cpu-throttle-increment to anything other than the
default, because it forgot to parse the user's string into an
integer.

CC: [email protected]
Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Marc-AndrĂ© Lureau <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Juan Quintela <[email protected]>
hmp.c
This page took 0.024989 seconds and 4 git commands to generate.