qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qemu-nbd: only send a limited number of errno c


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] qemu-nbd: only send a limited number of errno codes on the wire
Date: Thu, 07 May 2015 19:06:46 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 07/05/2015 19:01, Eric Blake wrote:
>> >  
>> > +    /* NBD errors should be universally equal to the corresponding
>> > +     * errno values, check it here.
>> > +     */
>> > +    QEMU_BUILD_BUG_ON(EPERM != 1);
> And this is (probably not the first place) where qemu compilation would
> fail on Hurd.  At any rate, I see no reason to hold up the patch on that
> ground.

Well, I can certainly add a backwards mapping.

Paolo



reply via email to

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