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=-10.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 46056C76191 for ; Mon, 15 Jul 2019 15:11:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1ADF12054F for ; Mon, 15 Jul 2019 15:11:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="R4vyIkSe" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732531AbfGOPLZ (ORCPT ); Mon, 15 Jul 2019 11:11:25 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:43270 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732083AbfGOPLX (ORCPT ); Mon, 15 Jul 2019 11:11:23 -0400 Received: by mail-ot1-f68.google.com with SMTP id h59so13463933otb.10 for ; Mon, 15 Jul 2019 08:11:23 -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=jA1oz0CnIFFH9xIt5PnRhMeufX8puveWqu8COvjsHCo=; b=R4vyIkSezVQxMUSIdsbh9Ar8bkUfVen2xIOApJ3xSiMMOpj9vexHV+77++swXwkWCw zInN6JHyJOheTi86ty30fH2IbYVbfa3XDghQWHFJCjs/E36588kMSU0pESphlaQ/aEZ+ V0qeFpJpSx0Tbe7nHcvElC4s6vqb2HE0f54c18BWNLOUqlE8+DQFxKByir0OMIisI6oM jNW5v9pqffzFuLYdgUBT05gUVC3H/Vb2s9iSHLiFewsXsXavRqgqQ+no9oKJuYvvuMai BqRaVRQl3fneT2zGbUs5a2UiV/lF3xll1mlg8OVmRv+3G3m46PG+j/RYnf5fJ03ICpqa cOwA== 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=jA1oz0CnIFFH9xIt5PnRhMeufX8puveWqu8COvjsHCo=; b=NgaOn6qUVOa4cZJGCTpgbEyhpP+9ncmVSDfU9d46RXWzfSFs+3P08FgRs7C8z4UrbX UduRgDeGFxaT1B5VsccZSKUOy3cdB6TwVAecPiX4Op9mK80SvSCTUyHa/yAhFd6ymE9H +nH3iUEbAqXIXTUPgRrsnSCxcpT/YBMRoP71/C2RekHTQKj8vxgVsdNfDX8WJR6kSSx+ Cn1c02nud0/15SJpB7WvJNjmtPKzji/JtnFyaNGqDwpAQ2/eCdCBo9V7HSho78QHFVzK o4SOhdLL5/k0x9yVu4zwe0C4JRtc3MU6OSBy8pg1uztT6BrgDF/ezaIYS94QAYhaqw/o JwMA== X-Gm-Message-State: APjAAAUKwYCyxEXDMn8NkBg0nMvTG55eiZ01J2T9R4oOtRmqsu+s9DS8 hkFuifgg3yVjFMboh4Go9mLuHESX/XmEQRm8ABivqA== X-Google-Smtp-Source: APXvYqzfMbsXYOABV/Vi4r1uvVUtWsNdAMij2znhlmM7zPm1OegLzBDUpgPTFcEdT4qWYlw9zjboUF6ssw1sl+2FbdI= X-Received: by 2002:a9d:5f1a:: with SMTP id f26mr21003288oti.91.1563203482714; Mon, 15 Jul 2019 08:11:22 -0700 (PDT) MIME-Version: 1.0 References: <20190715135125.17770-1-quintela@redhat.com> In-Reply-To: <20190715135125.17770-1-quintela@redhat.com> From: Peter Maydell Date: Mon, 15 Jul 2019 16:11:11 +0100 Message-ID: Subject: Re: [Qemu-devel] [PULL 00/21] Migration pull request 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:51, Juan Quintela wrote: > > The following changes since commit b9404bf592e7ba74180e1a54ed7a266ec6ee67f2: > > Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190715' into staging (2019-07-15 12:22:07 +0100) > > are available in the Git repository at: > > https://github.com/juanquintela/qemu.git tags/migration-pull-request > > for you to fetch changes up to 40c4d4a835453452a262f32450a0449886aa19ce: > > migration: always initial RAMBlock.bmap to 1 for new migration (2019-07-15 15:47:47 +0200) > > ---------------------------------------------------------------- > Pull request: > - update last pull requset > - drop multifd test: For some reason, 32bit and a packed struct are > giving me too much trouble. Still investigating. > - New fixes from upstream. > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1 for any user-visible changes. -- PMM