qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Fix couple of issues with AMD topology


From: Babu Moger
Subject: [PATCH 0/2] Fix couple of issues with AMD topology
Date: Mon, 08 Jun 2020 15:18:43 -0500
User-agent: StGit/unknown-version

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.
20200602175212.GH577771@habkost.net/">https://lore.kernel.org/qemu-devel/20200602175212.GH577771@habkost.net/
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 via email to

[Prev in Thread] Current Thread [Next in Thread]