[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] iov: don't use void* in pointer arithmetic in headers
From: |
Peter Maydell |
Subject: |
Re: [PATCH] iov: don't use void* in pointer arithmetic in headers |
Date: |
Tue, 9 Jul 2024 10:39:38 +0100 |
On Mon, 8 Jul 2024 at 19:18, Roman Kiryanov <rkir@google.com> wrote:
>
> void* pointer arithmetic is a GCC extentension
> which could not be available in other build tools
> (e.g. C++). This changes removes this assumption.
>
> Signed-off-by: Roman Kiryanov <rkir@google.com>
We had the question on a previous "make this C++
compatible" patch of "how much of this stuff is there?".
https://lore.kernel.org/qemu-devel/ZnqPpqfBxlk9tEdX@redhat.com/
Please can you give us an idea of how much of this stuff
there is that you're planning to send out and what its
scope is, rather than just sending one "well this looks
small on its own" patch a week?
thanks
-- PMM