qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 03/45] ivhsmem: read do not accept more than


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH v2 03/45] ivhsmem: read do not accept more than sizeof(long)
Date: Wed, 29 Jul 2015 10:26:25 +0200

Hi

On Wed, Jul 29, 2015 at 9:47 AM, Paolo Bonzini <address@hidden> wrote:
> I would prefer to change all longs to uint64_t, to avoid a dependency on
> the host long size.  Even better one could have uint32_t for the id plus
> a flags value that for now would always be zero.


I would prefer too, but that would break the protocol. Imho, this is a
seperate change, it doesn't make this patch less valid.

-- 
Marc-André Lureau



reply via email to

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