qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Babu Moger <babu.moger@amd.com>
To: pbonzini@redhat.com, rth@twiddle.net, ehabkost@redhat.com,
	mst@redhat.com,  marcel.apfelbaum@gmail.com
Cc: qemu-devel@nongnu.org
Subject: [PATCH 0/2] Fix couple of issues with AMD topology
Date: Mon, 08 Jun 2020 15:18:43 -0500	[thread overview]
Message-ID: <159164739269.20543.3074052993891532749.stgit@naples-babu.amd.com> (raw)

This series fixes couple of issues with recent topology related code.
1. Fix uninitialized memory with -device and CPU hotplug
2. Simplify CPUID_8000_001E to generalize the support for higher
   number of cores and nodes

Here are the threads discussing the issue.
https://lore.kernel.org/qemu-devel/20200602175212.GH577771@habkost.net/
https://lore.kernel.org/qemu-devel/20200602175212.GH577771@habkost.net/
---

Babu Moger (2):
      hw/386: Fix uninitialized memory with -device and CPU hotplug
      i386: Simplify CPUID_8000_001E for AMD


 hw/i386/pc.c               |    2 +
 include/hw/i386/topology.h |   11 ++++++
 target/i386/cpu.c          |   78 +++++++++++++++++++++-----------------------
 3 files changed, 50 insertions(+), 41 deletions(-)

--


             reply	other threads:[~2020-06-08 20:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-08 20:18 Babu Moger [this message]
2020-06-08 20:18 ` [PATCH 1/2] hw/386: Fix uninitialized memory with -device and CPU hotplug Babu Moger
2020-06-16 10:59   ` Igor Mammedov
2020-06-16 17:18     ` Babu Moger
2020-06-24 13:47       ` Igor Mammedov
2020-06-24 17:35         ` Babu Moger
2020-06-25 15:18           ` Igor Mammedov
2020-06-25 16:41             ` Babu Moger
2020-06-25 18:32               ` Igor Mammedov
2020-06-25 22:55                 ` Babu Moger
2020-06-26 20:56                   ` Babu Moger
2020-06-30  2:48                   ` Babu Moger
2020-06-08 20:18 ` [PATCH 2/2] i386: Simplify CPUID_8000_001E for AMD Babu Moger

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=159164739269.20543.3074052993891532749.stgit@naples-babu.amd.com \
    --to=babu.moger@amd.com \
    --cc=ehabkost@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /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).