From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Igor Mammedov <imammedo@redhat.com>,
Hu Tao <hutao@cn.fujitsu.com>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PATCH v5 0/1] NUMA: Validate CPU configuration
Date: Thu, 19 Mar 2015 16:21:14 -0300 [thread overview]
Message-ID: <1426792875-11598-1-git-send-email-ehabkost@redhat.com> (raw)
This adds extra checks to the NUMA code to make sure the CPU configuration is
consistent. This needs to be applied on top of my numa patch queue:
https://github.com/ehabkost/qemu.git numa
Changes v1 -> v2:
* (none, v1 was tagged by accident and never sent to qemu-devel)
Changes v2 -> v3:
* Fix off-by-one error on CPU index check
* Use GString and error_report() instead of calling fprintf() directly
* Simplify logic of the CPUs-not-present check
Changes v3 -> v4:
* Patches 1-3 from v3 are now in the numa queue (URL above)
* Clarify error message when some CPUs are missing from the config
Changes v4 -> v5:
* Commit log update, to make problem description clearer
Eduardo Habkost (1):
numa: Print warning if no node is assigned to a CPU
numa.c | 10 ++++++++++
1 file changed, 10 insertions(+)
--
2.1.0
next reply other threads:[~2015-03-19 19:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 19:21 Eduardo Habkost [this message]
2015-03-19 19:21 ` [Qemu-devel] [PATCH v5 1/1] numa: Print warning if no node is assigned to a CPU Eduardo Habkost
-- strict thread matches above, loose matches on Subject: below --
2015-03-04 13:52 [Qemu-devel] [PATCH v5 0/1] NUMA: Validate CPU configuration Eduardo Habkost
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=1426792875-11598-1-git-send-email-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=hutao@cn.fujitsu.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@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).