On (Sat) 10 Sep 2016 [02:43:17], Ashijeet Acharya wrote: > 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 <ashijeetacha...@gmail.com> > Reviewed-by: Eric Blake <ebl...@redhat.com> > --- > Changes in v4: > -Fix the typo in commit message > -Include the commit id which caused the regression
OK - I acked v1, but this is a better commit message. Reviewed-by: Amit Shah <amit.s...@redhat.com> Amit