[Qemu-devel] [PULL 06/15] migrate: Fix cpu-throttle-increment regression in HMP

2016-10-14 Thread Juan Quintela
From: Eric Blake 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: qemu-sta...@nongnu.org Signed-off-by: Eric Blake Reviewed-by: Marc-André Lur

[Qemu-devel] [PULL 06/15] migrate: Fix cpu-throttle-increment regression in HMP

2016-10-05 Thread Juan Quintela
From: Eric Blake 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: qemu-sta...@nongnu.org Signed-off-by: Eric Blake Reviewed-by: Marc-André Lur