From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.44816.1683189812406186315 for ; Thu, 04 May 2023 01:43:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ajy+b0Rn; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1683189811; 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: in-reply-to:in-reply-to:references:references; bh=tShr6Ao6v2CbKdyGl+UJTqBwzq7O7fTYmpWKaI5b2Xc=; b=ajy+b0RnW7TwTUtFcI/NZ8Fq/CaWGr0RvW1PMTnx5Rg52cUziIk329UVphtW0qxcrfDsLs 2KjhnedywSqKCg2l7sFUUAcz39Q02V+JPcdW+dIyEjHT9x8CJE7DgBMSWN3cpWLSPvH5AJ 7L4A6oyBsa48QheoQT9NGV8M8hEvRF4= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-279-07GiaqZ_MECqKh0JZq1kCA-1; Thu, 04 May 2023 04:43:28 -0400 X-MC-Unique: 07GiaqZ_MECqKh0JZq1kCA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5EEFC1C06911; Thu, 4 May 2023 08:43:27 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.48]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 298BB1121331; Thu, 4 May 2023 08:43:27 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id B27D61800922; Thu, 4 May 2023 10:43:25 +0200 (CEST) Date: Thu, 4 May 2023 10:43:25 +0200 From: "Gerd Hoffmann" To: Abdul Lateef Attar Cc: devel@edk2.groups.io, Abdul Lateef Attar , Paul Grimes , Abner Chang , Eric Dong , Ray Ni , Rahul Kumar , Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [PATCH v10 7/9] UefiCpuPkg: Implements MmSaveStateLib for Ovmf Message-ID: References: <05ef8eede366e774885d6f2c9d6b89d8582fd253.1683182178.git.abdattar@amd.com> MIME-Version: 1.0 In-Reply-To: <05ef8eede366e774885d6f2c9d6b89d8582fd253.1683182178.git.abdattar@amd.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, May 04, 2023 at 12:09:19PM +0530, Abdul Lateef Attar wrote: > From: Abdul Lateef Attar > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4182 > > Implements MmSaveStateLib library interfaces > to read and write save state > registers for Ovmf/Qemu. Not needed, ovmf can use AmdMmSaveStateLib take care, Gerd