Re: [PATCH v2 0/4] improve do_strtosz precision

2021-02-22 Thread Eric Blake
On 2/11/21 2:44 PM, Eric Blake wrote: > Parsing sizes with only 53 bits of precision is surprising; it's time > to fix it to use a full 64 bits of precision. > > v1 was here: > https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg01800.html > > Since then: > - split testsuite improvements fro

[PATCH v2 0/4] improve do_strtosz precision

2021-02-11 Thread Eric Blake
Parsing sizes with only 53 bits of precision is surprising; it's time to fix it to use a full 64 bits of precision. v1 was here: https://lists.gnu.org/archive/html/qemu-devel/2021-02/msg01800.html Since then: - split testsuite improvements from code changes [Vladimir] - more tests for more corner