diff options
author | Ashijeet Acharya | 2016-09-09 23:13:17 +0200 |
---|---|---|
committer | Juan Quintela | 2016-10-13 17:23:53 +0200 |
commit | 091ecc8b69bd735383e171828d4e8ed5e34c2a3b (patch) | |
tree | 7bc2456e93a6b09ee59fd0a7941ee117e60ace94 /include/exec/cpu_ldst.h | |
parent | migrate: Use boxed qapi for migrate-set-parameters (diff) | |
download | qemu-091ecc8b69bd735383e171828d4e8ed5e34c2a3b.tar.gz qemu-091ecc8b69bd735383e171828d4e8ed5e34c2a3b.tar.xz qemu-091ecc8b69bd735383e171828d4e8ed5e34c2a3b.zip |
migrate: Fix bounds check for migration parameters in migration.c
This patch fixes the out-of-bounds check of migration parameters in
qmp_migrate_set_parameters() for cpu-throttle-initial and
cpu-throttle-increment by adding a return statement for both as they
were broken since their introduction in 2.5 via commit 1626fee.
Due to the missing return statements, parameters were getting set to
out-of-bounds values despite the error.
Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'include/exec/cpu_ldst.h')
0 files changed, 0 insertions, 0 deletions