[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/6] qom: Allow object to be aligned
From: |
Eduardo Habkost |
Subject: |
Re: [PATCH v2 0/6] qom: Allow object to be aligned |
Date: |
Fri, 18 Sep 2020 14:00:06 -0400 |
On Tue, Sep 15, 2020 at 05:46:32PM -0700, Richard Henderson wrote:
> I've seen some failures on arm and s390x hosts after
> enabling host vector support. It turns out that the
> malloc for these hosts does not provide 16-byte alignment.
>
> We already have a function that can alloc with alignment,
> but we need to pass this down from the structure. We also
> don't want to use this function unconditionally, because
> the windows version does page allocation, which would be
> overkill for the vast majority of the objects allocated.
I'm queueing patches 2-6. Thanks!
--
Eduardo