Files
qemu/qapi
Andreas Färber 9ad861fe31 string-input-visitor: Fix uint64 parsing
All integers would get parsed by strtoll(), not handling the case of
UINT64 properties with the most significient bit set.

Implement a .type_uint64 visitor callback, reusing the existing
parse_str() code through a new argument, using strtoull().

As this is a bug fix, it intentionally ignores checkpatch warnings to
prefer the use of qemu_strto[u]ll() over strto[u]ll().

Cc: qemu-stable@nongnu.org
Signed-off-by: Andreas Färber <afaerber@suse.de>
2021-03-17 09:45:50 -06:00
..
2016-02-04 17:41:30 +00:00
2016-02-04 17:41:30 +00:00
2015-06-12 13:42:17 +01:00