diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-01-25 14:23:04 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-03 12:36:26 -0600 |
commit | 5667c493c430256c99002b719383f0e911cb53a8 (patch) | |
tree | 0a8bdc5095e4d2ac855e05549c3856d728821a16 /softmmu_header.h | |
parent | 3350a4dd07cf735c323655cd3c2119283ff9347e (diff) | |
download | hqemu-5667c493c430256c99002b719383f0e911cb53a8.zip hqemu-5667c493c430256c99002b719383f0e911cb53a8.tar.gz |
monitor: Use argument type 'b' for migrate_set_speed
Before, it used type 's', which strips quotes and interprets escapes,
and is quite inappropriate for QMP.
Negative arguments are no flushed to zero. Before, they were cast to
uint32_t, which wrecked the sign.
Ridiculously large arguments including infinities are now rejected.
Before, they were interpreted as zero. Same for NaN.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'softmmu_header.h')
0 files changed, 0 insertions, 0 deletions