On 3/5/24 06:29, Prasad Pandit wrote:
On Mon, 4 Mar 2024 at 18:01, Cédric Le Goater <c...@redhat.com> wrote:This will prepare ground for futur changes adding an Error** argument* futur -> future
Fixed in all first 5 patches.
+ ret = qemu_fflush(f); + if (ret) {* if (ret) -> if (ret < 0)
yep. Thanks, C.