From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etk5w-0001pg-Gi for qemu-devel@nongnu.org; Wed, 07 Mar 2018 20:11:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etk5r-0000bW-Hd for qemu-devel@nongnu.org; Wed, 07 Mar 2018 20:11:44 -0500 Received: from mail-ua0-f171.google.com ([209.85.217.171]:34691) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etk5r-0000b4-5y for qemu-devel@nongnu.org; Wed, 07 Mar 2018 20:11:39 -0500 Received: by mail-ua0-f171.google.com with SMTP id m43so2841538uah.1 for ; Wed, 07 Mar 2018 17:11:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4d92bde9-85ce-e6b6-8bc6-30d80a9c4e3c@amd.com> References: <152044348322.1455.3969737570225820649@bdbb90650ae5> <4d92bde9-85ce-e6b6-8bc6-30d80a9c4e3c@amd.com> From: Fam Zheng Date: Thu, 8 Mar 2018 09:10:55 +0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v11 00/28] x86: Secure Encrypted Virtualization (AMD) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Brijesh Singh Cc: QEMU Developers , Peter Maydell , kvm@vger.kernel.org, mst@redhat.com, Stefan Hajnoczi , agraf@suse.de, edgar.iglesias@xilinx.com, Markus Armbruster , brogers@suse.com, Christian Borntraeger , marcel@redhat.com, bp@suse.de, Thomas.Lendacky@amd.com, Eduardo Habkost , Richard Henderson , dgilbert@redhat.com, alistair.francis@xilinx.com, cornelia.huck@de.ibm.com, crosthwaite.peter@gmail.com, Paolo Bonzini On Thu, Mar 8, 2018 at 4:35 AM, Brijesh Singh wrote: > Hi, > > I have root caused and fixed the build issue seen with mingw32 compiler, > the patch is very trivial (see below). > > I am looking for direction on how to submit the fix, should I resubmit > the whole series or just send the updated patch marked as "Patch v11.1 > ..." ? The "patch v11 11/28" included these headers in sev_i386.h, we > need to move them in sev.c to fix this issue. Please increment the version number and submit another whole series. Fam