From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C99B3C76195 for ; Mon, 15 Jul 2019 15:14:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C04D206B8 for ; Mon, 15 Jul 2019 15:14:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="lmI7jgqw" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731795AbfGOPOG (ORCPT ); Mon, 15 Jul 2019 11:14:06 -0400 Received: from mail-oi1-f194.google.com ([209.85.167.194]:41305 "EHLO mail-oi1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731600AbfGONsy (ORCPT ); Mon, 15 Jul 2019 09:48:54 -0400 Received: by mail-oi1-f194.google.com with SMTP id g7so12660599oia.8 for ; Mon, 15 Jul 2019 06:48:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KhkyjNmkbBt2TNHskueMzItP+CrD8zBwY2BmKGOgg24=; b=lmI7jgqwe/klpYvHZkRxhikM1BoM6wJfMh+JrykXLTcrQbog2aDqRwp25mzdsRqDig qEAagZuqq1sGl+epF5tcN+vcB+pIyfRLI269AvgeAsIOu+4UvMu76dVtldMfmQBgVoMo +vOXZq1n8y/eh70MGI83416zfyEhbBvY8cZii5YzXTapEakgID/bS3K/zM8jh5AzTPeS bPlYnbBpPe7UuYYfE/h7djLWag761E1+LpGxPrSUrxycnfkKP0eZ4tPqhL/sK4vAGqrF b5Td2iJ2+OhsIb4sjS/XYvJLQuMXNaLqohdbIRIoaidrSpkESo0eM7hEOkpMyYevJwpg grQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KhkyjNmkbBt2TNHskueMzItP+CrD8zBwY2BmKGOgg24=; b=BZCgFTAqUyg1vn3rfL8z2p9Isk12pfAUWEH2mqvKTkXB3ZUT60bov5Dy2hQrmGI/zs TMqyK0OW0j2YrkNLy6rbVHjorBHljpvnf2J6MgNwH4ON1CFDgmN2tAXmnL2LlpucECOD ev9BdVKiKNJP13YZM+B3hTAecqcbAhe623L/VcgPK9/daNZ9ewZAYRvCXC5Y0EWPv/nC kEZu0TFEA3cAda+9gfuJlK7zrLc9z3sa2/B8p2u58KVqqfh7QFwD/lDcHQblEpdp7afE 7dciYnw6nM1xWBBO6rFjoVm8J0mZUzUhEwhjf5wSGM5SZFXJaTyfg+1kqQJP8uTSMg/F Y2Lw== X-Gm-Message-State: APjAAAUAhgO7lrKsSSOStU9eeYpcxWxz2VRr+bOhFV0+KOslz6pwFmkP b/ypHfVe4dpPV5FBQwAPBSAxZSYKlHh/YHk2Qw8tmA== X-Google-Smtp-Source: APXvYqxeCSv7UUCXqxX+f+jUbGXXh8dmymO3S+I1HW0faMk34f4/TcgmuVMDIIt3tGibA09eGd/lfrl/Am80fyL7O5Y= X-Received: by 2002:aca:ac48:: with SMTP id v69mr12743117oie.48.1563198533124; Mon, 15 Jul 2019 06:48:53 -0700 (PDT) MIME-Version: 1.0 References: <20190712143207.4214-1-quintela@redhat.com> <87zhlf76pk.fsf@trasno.org> In-Reply-To: <87zhlf76pk.fsf@trasno.org> From: Peter Maydell Date: Mon, 15 Jul 2019 14:48:42 +0100 Message-ID: Subject: Re: [PULL 00/19] Migration patches To: Juan Quintela Cc: QEMU Developers , Laurent Vivier , Thomas Huth , kvm-devel , "Dr. David Alan Gilbert" , Paolo Bonzini , Richard Henderson Content-Type: text/plain; charset="UTF-8" Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, 15 Jul 2019 at 14:44, Juan Quintela wrote: > > Peter Maydell wrote: > > On Fri, 12 Jul 2019 at 17:33, Peter Maydell wrote: > >> Still fails on aarch32 host, I'm afraid: > > Hi > > dropping the multifd test patch from now. For "some" reason, having a > packed struct and 32bits is getting ugly, not sure yet _why_. IMHO 'packed' structs are usually a bad idea. They have a bunch of behaviours you may not be expecting (for instance they're also not naturally aligned, and arrays of them won't be the size you expect). thanks -- PMM