On a Wednesday in 2023, Peter Krempa wrote:
QEMU accepts even values bigger than INT_MAX. The reasoning for these
checks was that the QAPI definition declares them as 'int', but in QAPI
terms that's any number as it's JSON.
Remove the validation as well as the comment missintepreting the QAPI
*misinterpreting
definiton.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_driver.c | 21 ---------------------
src/qemu/qemu_monitor_json.c | 7 -------
2 files changed, 28 deletions(-)
Jano