From: Daniel Henrique Barboza <danielhb413@gmail.com>
To: qemu-devel@nongnu.org
Cc: Daniel Henrique Barboza <danielhb413@gmail.com>,
qemu-ppc@nongnu.org, groug@kaod.org, david@gibson.dropbear.id.au
Subject: [PATCH v4 0/5] pSeries FORM2 affinity support
Date: Fri, 27 Aug 2021 06:24:50 -0300 [thread overview]
Message-ID: <20210827092455.125411-1-danielhb413@gmail.com> (raw)
Hi,
This new version contains changes suggested by Greg from his v3 review.
Changes from v3:
- patch 1: added due to a need of having a MachineClass attribute for tne
yet to be added 6.2 machine type. Can be dropped if someone already did this
in an yet to be merged tree. Can also be enhanced to add the 6.2 machine types
to all guests if no one else already did it.
- patch 2 (former 1):
* added Greg's R-b
- former patch 2 (post-cas DT changes): dropped
- v3 link: https://lists.gnu.org/archive/html/qemu-devel/2021-08/msg04394.html
Daniel Henrique Barboza (5):
hw, spapr: add 6.2 compat pseries machine
spapr_numa.c: split FORM1 code into helpers
spapr_numa.c: base FORM2 NUMA affinity support
spapr: simplify spapr_numa_associativity_init params
spapr: move memory/cpu less check to spapr_numa_FORM1_affinity_init()
hw/core/machine.c | 3 +
hw/ppc/spapr.c | 75 +++++++------
hw/ppc/spapr_hcall.c | 4 +
hw/ppc/spapr_numa.c | 213 ++++++++++++++++++++++++++++++++----
include/hw/boards.h | 3 +
include/hw/ppc/spapr.h | 1 +
include/hw/ppc/spapr_numa.h | 3 +-
include/hw/ppc/spapr_ovec.h | 1 +
8 files changed, 244 insertions(+), 59 deletions(-)
--
2.31.1
next reply other threads:[~2021-08-27 9:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-27 9:24 Daniel Henrique Barboza [this message]
2021-08-27 9:24 ` [PATCH v4 1/5] hw, spapr: add 6.2 compat pseries machine Daniel Henrique Barboza
2021-08-30 7:34 ` Greg Kurz
2021-08-30 18:24 ` Daniel Henrique Barboza
2021-08-30 18:32 ` Peter Maydell
2021-08-31 2:01 ` wangyanan (Y)
2021-08-27 9:24 ` [PATCH v4 2/5] spapr_numa.c: split FORM1 code into helpers Daniel Henrique Barboza
2021-09-07 0:30 ` David Gibson
2021-09-07 0:50 ` Daniel Henrique Barboza
2021-09-07 1:12 ` David Gibson
2021-08-27 9:24 ` [PATCH v4 3/5] spapr_numa.c: base FORM2 NUMA affinity support Daniel Henrique Barboza
2021-08-31 13:40 ` Greg Kurz
2021-08-31 14:13 ` Daniel Henrique Barboza
2021-08-31 14:51 ` Greg Kurz
2021-08-27 9:24 ` [PATCH v4 4/5] spapr: simplify spapr_numa_associativity_init params Daniel Henrique Barboza
2021-08-27 9:24 ` [PATCH v4 5/5] spapr: move memory/cpu less check to spapr_numa_FORM1_affinity_init() Daniel Henrique Barboza
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-all 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=20210827092455.125411-1-danielhb413@gmail.com \
--to=danielhb413@gmail.com \
--cc=david@gibson.dropbear.id.au \
--cc=groug@kaod.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).