public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Ard Biesheuvel" <ard.biesheuvel@linaro.org>
To: Laszlo Ersek <lersek@redhat.com>
Cc: edk2-devel-groups-io <devel@edk2.groups.io>,
	Anthony Perard <anthony.perard@citrix.com>,
	 Igor Mammedov <imammedo@redhat.com>,
	Jordan Justen <jordan.l.justen@intel.com>,
	 Julien Grall <julien.grall@arm.com>
Subject: Re: [PATCH v2 0/3] OvmfPkg: distinguish boot CPU count from possible CPU count
Date: Wed, 23 Oct 2019 10:52:02 +0200	[thread overview]
Message-ID: <CAKv+Gu_PPNxdXP=mYEBpEUQ8E-Cmt+E2oCrjA67+r7uwuaCQNQ@mail.gmail.com> (raw)
In-Reply-To: <20191022221554.14963-1-lersek@redhat.com>

On Wed, 23 Oct 2019 at 00:16, Laszlo Ersek <lersek@redhat.com> wrote:
>
> Repo:   https://github.com/lersek/edk2.git
> Branch: max_cpus_bz_1515_v2
> Ref:    https://bugzilla.tianocore.org/show_bug.cgi?id=1515
>
> Version 1 was:
>
>   [edk2-devel] [PATCH 0/4]
>   UefiCpuPkg, OvmfPkg: separate PCDs for boot CPU count vs. max CPU count
>
>   http://mid.mail-archive.com/20191008112714.6215-1-lersek@redhat.com
>   https://edk2.groups.io/g/devel/message/48562
>
> Since then, patch#1 of v1 has been rewritten and pushed as commit range
> a7e2d20193e8..778832bcad33.
>
> This v2 posting reworks the rest (patches #2 through #4) of the v1
> series. Changes are listed per patch, in the notes sections.
>
> Cc: Anthony Perard <anthony.perard@citrix.com>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Igor Mammedov <imammedo@redhat.com>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Julien Grall <julien.grall@arm.com>
>
> Thanks
> Laszlo
>
> Laszlo Ersek (3):
>   OvmfPkg/OvmfXen.dsc: remove PcdCpu* dynamic defaults
>   OvmfPkg/IndustryStandard: define macros for QEMU's CPU hotplug
>     registers
>   OvmfPkg/PlatformPei: rewrite MaxCpuCountInitialization() for CPU
>     hotplug
>

For patches #2 and #3

Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>


>  OvmfPkg/Include/IndustryStandard/I440FxPiix4.h    |   5 +
>  OvmfPkg/Include/IndustryStandard/Q35MchIch9.h     |   2 +
>  OvmfPkg/Include/IndustryStandard/QemuCpuHotplug.h |  43 +++++
>  OvmfPkg/OvmfPkgIa32.dsc                           |   2 +-
>  OvmfPkg/OvmfPkgIa32X64.dsc                        |   2 +-
>  OvmfPkg/OvmfPkgX64.dsc                            |   2 +-
>  OvmfPkg/OvmfXen.dsc                               |   4 -
>  OvmfPkg/PlatformPei/Platform.c                    | 172 +++++++++++++++++---
>  OvmfPkg/PlatformPei/PlatformPei.inf               |   2 +-
>  9 files changed, 201 insertions(+), 33 deletions(-)
>  create mode 100644 OvmfPkg/Include/IndustryStandard/QemuCpuHotplug.h
>
> --
> 2.19.1.3.g30247aa5d201
>

      parent reply	other threads:[~2019-10-23  8:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-22 22:15 [PATCH v2 0/3] OvmfPkg: distinguish boot CPU count from possible CPU count Laszlo Ersek
2019-10-22 22:15 ` [PATCH v2 1/3] OvmfPkg/OvmfXen.dsc: remove PcdCpu* dynamic defaults Laszlo Ersek
2019-10-24 14:18   ` Anthony PERARD
2019-10-22 22:15 ` [PATCH v2 2/3] OvmfPkg/IndustryStandard: define macros for QEMU's CPU hotplug registers Laszlo Ersek
2019-10-23 12:05   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-10-24 10:29     ` Laszlo Ersek
2019-10-24 15:12       ` Philippe Mathieu-Daudé
2019-10-25  8:21         ` Laszlo Ersek
2020-01-24 11:40         ` Laszlo Ersek
2020-01-29 14:43           ` Philippe Mathieu-Daudé
2020-01-29 17:30             ` Laszlo Ersek
2019-10-22 22:15 ` [PATCH v2 3/3] OvmfPkg/PlatformPei: rewrite MaxCpuCountInitialization() for CPU hotplug Laszlo Ersek
2019-10-24 14:27   ` Anthony PERARD
2019-10-24 15:28     ` Laszlo Ersek
2019-10-24 15:33   ` [edk2-devel] " Philippe Mathieu-Daudé
2019-10-25  8:29     ` Laszlo Ersek
2019-10-25  9:17       ` Philippe Mathieu-Daudé
2019-10-23  8:52 ` Ard Biesheuvel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKv+Gu_PPNxdXP=mYEBpEUQ8E-Cmt+E2oCrjA67+r7uwuaCQNQ@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox