|
From: | Prasad Pandit |
Subject: | Re: [PATCH v3 04/26] migration: Always report an error in ram_save_setup() |
Date: | Tue, 5 Mar 2024 10:59:03 +0530 |
On Mon, 4 Mar 2024 at 18:01, Cédric Le Goater <clg@redhat.com> wrote: > This will prepare ground for futur changes adding an Error** argument * futur -> future > + ret = qemu_fflush(f); > + if (ret) { * if (ret) -> if (ret < 0) Thank you. --- - Prasad
[Prev in Thread] | Current Thread | [Next in Thread] |