From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by mx.groups.io with SMTP id smtpd.web11.28729.1676324664719267543 for ; Mon, 13 Feb 2023 13:44:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@google.com header.s=20210112 header.b=pzOlZ9Oz; spf=pass (domain: google.com, ip: 209.85.215.179, mailfrom: dionnaglaze@google.com) Received: by mail-pg1-f179.google.com with SMTP id x31so9023668pgl.6 for ; Mon, 13 Feb 2023 13:44:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; t=1676324664; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=stmJQWcwltYw/1wSoDv2FkKzgVt71flBT0uxR+8SFLg=; b=pzOlZ9Oz3w2CCZpWQLb7sqNgyQyfVCHT9/3FFd79JL9EblK2JpCuhu6JbLYgMFO9Ad 8NZakqAfd1LP/q1AJK9KLZy0CcUZzXBP3iRnGPuk8lKeWO/XN9OWH6fKHmtCgpSjqOJ5 cUV06Zd8YnCdceDU7oEMkM45sEfIeK30tgkzPpuDbeoyXuzN3yXH9D/C0N9zL5Eg71sH Iqp/2Ad8js8M9UJhMmITrxA/BMvmm7z0W9NQfjLSVf97Jt4Ed2E7GiNdxgnNoa8ycyCd EadGZJ4Pt1Aa3tRsOFi1WzRNsi46c8qS2spr9nfyIPd34hHt11tiU4UyEp6qZDCsk55I WhrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1676324664; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=stmJQWcwltYw/1wSoDv2FkKzgVt71flBT0uxR+8SFLg=; b=qvoxAIX8TDlOu30Fi8IgWUVldGexN22qSQ19einYd0DG5sLPG7LPmp6CNrgQhiEtud NFZ+ktF+fd2UY9pXkkQ2EECG1Fust2bBiMXWSoq71ElVY6WRxnYdTXYa7rDLYPuED+oT hHosUU1xCKsgHS22ih+qgbqqK7R6+oaBG/Zb6Z8ew3q7VWB0cegeknQRvkKIptICXcz7 YbVRaK4wrZ/qeuX48PLkDsCB0zC9i9WumPHXCWcPoQXowGw4OvjKgeSEDXPYQIVqLTkm 1Li6K/RGvnmN5r/qsb4FahhUmrDxia9KzjKhbnummbiMkAi8Tl4LB6+TQ9glHtdTj1iv Y88Q== X-Gm-Message-State: AO0yUKXBy3SM1xrpYAa0/o4G8vZ97/XpT0lX1vooB4RPb3/fNqLQigt9 QjcWFbPf3NknnP4fWOZZuUVVHupVjTCkHx1t/Ki3mQ== X-Google-Smtp-Source: AK7set+lobqt1atj9XhGuP7mrKAv1MueAMUn6Zw2Ej/Lj8T7p0gafypdGOdm761rj/6gKNPnHzY52C8YzDXlEg+GvkE= X-Received: by 2002:a05:6a00:27aa:b0:5a8:be0a:5293 with SMTP id bd42-20020a056a0027aa00b005a8be0a5293mr863525pfb.56.1676324663804; Mon, 13 Feb 2023 13:44:23 -0800 (PST) MIME-Version: 1.0 References: <20230126005647.3019225-1-dionnaglaze@google.com> <20230126005647.3019225-2-dionnaglaze@google.com> <0d8f2b0b-1d62-3db6-34c9-e9ce39838bce@amd.com> <9ea61013-e2c1-30a4-3be7-feed537c035a@amd.com> <52c7d139-3763-b4f2-ab5c-a0a925a1a3ff@amd.com> <39f4b07d-43ce-904c-991d-4789384c496c@amd.com> In-Reply-To: <39f4b07d-43ce-904c-991d-4789384c496c@amd.com> From: "Dionna Glaze" Date: Mon, 13 Feb 2023 13:44:12 -0800 Message-ID: Subject: Re: [edk2-devel] [PATCH v10 1/4] OvmfPkg: Add memory acceptance event in AmdSevDxe To: "Gupta, Pankaj" Cc: devel@edk2.groups.io, Gerd Hoffmann , James Bottomley , Jiewen Yao , Tom Lendacky , Ard Biesheuvel , "Min M. Xu" , Andrew Fish , "Michael D. Kinney" Content-Type: text/plain; charset="UTF-8" > Not solving the issue. Now, getting 4 calls. See below: > > ConvertPages: range 1000000 - 41AEFFF covers multiple entries > ConvertPages: range 1000000 - 41AEFFF covers multiple entries > Accepting all memory > Accepting all memory > Accepting all memory > Accepting all memory > EFI stub: ERROR: exit_boot() failed! > EFI stub: ERROR: efi_main() failed! > StartImage failed: Invalid Parameter > Thanks, > Pankaj 4 calls is telling me that "Accepting all memory" is somehow modifying the memory map each call, but that shouldn't be happening. You've confirmed that the body of the loop is getting skipped after the first call? -- -Dionna Glaze, PhD (she/her)