From: Michal Privoznik <mprivozn@redhat.com>
To: qemu-devel@nongnu.org
Cc: jingqi.liu@intel.com, tao3.xu@intel.com, ehabkost@redhat.com
Subject: [PATCH 0/3] Couple of HMAT fixes
Date: Fri, 29 May 2020 15:33:45 +0200 [thread overview]
Message-ID: <cover.1590753455.git.mprivozn@redhat.com> (raw)
I've started working on libvirt side of this feature. WIP patches can be
found here:
https://github.com/zippy2/libvirt/commits/hmat
I've gotten to a point where libvirt generates cmd line but QEMU refuses
it. Problem is that I was looking into qemu-options.hx instead of
qapi/machine.json and thus found some irregularities between these two.
I'm not necessarily stating that all these patches are correct (I have
some doubts about 3/3 because nearly identical code can be found in
machine_set_cpu_numa_node(), but I have no idea if it's a coincidence).
Michal Privoznik (3):
qapi: Make @associativity, @policy and @line of NumaHmatCacheOptions
optional
numa: Allow HMAT cache to be defined before HMAT latency/bandwidth
numa: Initialize node initiator with respect to .has_cpu
hw/core/numa.c | 22 +++++++++-------------
qapi/machine.json | 6 +++---
2 files changed, 12 insertions(+), 16 deletions(-)
--
2.26.2
next reply other threads:[~2020-05-29 13:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-29 13:33 Michal Privoznik [this message]
2020-05-29 13:33 ` [PATCH 1/3] qapi: Make @associativity, @policy and @line of NumaHmatCacheOptions optional Michal Privoznik
2020-05-29 15:25 ` Igor Mammedov
2020-05-29 13:33 ` [PATCH 2/3] numa: Allow HMAT cache to be defined before HMAT latency/bandwidth Michal Privoznik
2020-05-29 14:59 ` Igor Mammedov
2020-05-29 15:22 ` Michal Privoznik
2020-05-29 13:33 ` [PATCH 3/3] numa: Initialize node initiator with respect to .has_cpu Michal Privoznik
2020-05-29 15:09 ` Igor Mammedov
2020-05-29 15:24 ` Michal Privoznik
2020-06-01 8:10 ` Michal Privoznik
2020-06-02 8:00 ` Tao Xu
2020-06-03 9:16 ` Michal Privoznik
2020-06-05 1:52 ` Tao Xu
2020-06-11 14:42 ` Michal Privoznik
2020-05-29 20:11 ` [PATCH 0/3] Couple of HMAT fixes no-reply
2020-05-29 20:42 ` no-reply
2020-06-01 11:14 ` Michal Privoznik
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=cover.1590753455.git.mprivozn@redhat.com \
--to=mprivozn@redhat.com \
--cc=ehabkost@redhat.com \
--cc=jingqi.liu@intel.com \
--cc=qemu-devel@nongnu.org \
--cc=tao3.xu@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.