qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/5] migration: All this fields are unsigned


From: Richard Henderson
Subject: Re: [PATCH 1/5] migration: All this fields are unsigned
Date: Fri, 17 Dec 2021 12:25:50 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

On 12/16/21 1:26 AM, Philippe Mathieu-Daudé wrote:
On 12/16/21 10:13, Juan Quintela wrote:
  multifd_send_terminate_threads(bool error) "error %d"

Nitpicking: bool is unsigned :)

Eh, while the value is not negative, bool will promote to int in stdarg.

r~



reply via email to

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