qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 04/26] migration: Always report an error in ram_save_setup


From: Cédric Le Goater
Subject: Re: [PATCH v3 04/26] migration: Always report an error in ram_save_setup()
Date: Tue, 5 Mar 2024 09:53:44 +0100
User-agent: Mozilla Thunderbird

On 3/5/24 06:29, Prasad Pandit wrote:
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

Fixed in all first 5 patches.


+    ret = qemu_fflush(f);
+    if (ret) {

* if (ret) -> if (ret < 0)

yep. Thanks,

C.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]