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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, 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 62B8BC47255 for ; Mon, 11 May 2020 19:42:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A12620720 for ; Mon, 11 May 2020 19:42:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="aXHW1Q3D" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731216AbgEKTmP (ORCPT ); Mon, 11 May 2020 15:42:15 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:40219 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729453AbgEKTmP (ORCPT ); Mon, 11 May 2020 15:42:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589226133; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oOh2Z7/M0Scy2VhE1vh2P6Ofb/aNSQeEkWCfPFiyStQ=; b=aXHW1Q3Dw+2X/BeUerCiXSomWqCHuUYB35xLt/ZWbEHNxPYuGaWeA5OfNiEfa9+2HiqLpy ZpA3mvwK2Zqse4hE12EHapcJ3E8d2+H+BwXdUvTsN3E8ZXTO5woxZXOMYhs+SMel84U75i xPKa0lVirpvOC4jtfnoBFW7vivhwoy0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-140-Ycbk1aNhOuef7Tn96R4PIw-1; Mon, 11 May 2020 15:42:12 -0400 X-MC-Unique: Ycbk1aNhOuef7Tn96R4PIw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3C63E8014C0; Mon, 11 May 2020 19:42:10 +0000 (UTC) Received: from localhost (unknown [10.40.208.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id 345611000232; Mon, 11 May 2020 19:42:01 +0000 (UTC) Date: Mon, 11 May 2020 21:41:57 +0200 From: Igor Mammedov To: gengdongjiu Cc: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , , , , , , , , , , , , , , , Subject: Re: [PATCH v26 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro Message-ID: <20200511214157.6a64526a@redhat.com> In-Reply-To: <777c44a0-b977-a8fe-a3c6-5b217e9093af@huawei.com> References: <20200507134205.7559-1-gengdongjiu@huawei.com> <20200507134205.7559-2-gengdongjiu@huawei.com> <4f29e19c-cb37-05e6-0ae3-c019370e090b@redhat.com> <777c44a0-b977-a8fe-a3c6-5b217e9093af@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, 11 May 2020 22:05:28 +0800 gengdongjiu wrote: > >> +=C2=A0=C2=A0=C2=A0 (node3), (node4), (node5) } > >> + > >> =C2=A0 #define UUID_FMT "%02hhx%02hhx%02hhx%02hhx-" \ > >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "%02hhx%02hhx-%02hhx%02hhx-" \ > >> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 "%02hhx%02hhx-" \ > >> diff --git a/slirp b/slirp > >> index 2faae0f..55ab21c 160000 > >> --- a/slirp > >> +++ b/slirp > >> @@ -1 +1 @@ > >> -Subproject commit 2faae0f778f818fadc873308f983289df697eb93 > >> +Subproject commit 55ab21c9a36852915b81f1b41ebaf3b6509dd8ba =20 > >=20 > > The SLiRP submodule change is certainly unrelated. =20 >=20 > Thanks Philippe's review and comments. I submitted another patchset "[PAT= CH RESEND v26 00/10] Add ARMv8 RAS virtualization support in QEMU" to fix i= t, please review that patchset. for future, adding RESEND doesn't make sence here. If you change patches th= en just bump version. >=20 > >=20 > >=20 > > . > > =20 >=20