[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
- Re: [PATCH v2 1/6] util/oslib-win32: Use _aligned_malloc for qemu_try_memalign, (continued)
- [PATCH v2 3/6] target/arm: Set instance_align on CPUARM TypeInfo, Richard Henderson, 2020/09/15
- [PATCH v2 2/6] qom: Allow objects to be allocated with increased alignment, Richard Henderson, 2020/09/15
- [PATCH v2 4/6] target/ppc: Set instance_align on PowerPCCPU TypeInfo, Richard Henderson, 2020/09/15
- [PATCH v2 5/6] target/riscv: Set instance_align on RISCVCPU TypeInfo, Richard Henderson, 2020/09/15
- [PATCH v2 6/6] target/s390x: Set instance_align on S390CPU TypeInfo, Richard Henderson, 2020/09/15
- Re: [PATCH v2 0/6] qom: Allow object to be aligned,
Eduardo Habkost <=