[Qemu-devel] [PATCH 0/2] Enable QEMU to control MPIDR values

Andrew Jones posted 2 patches 8 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170227173706.15210-1-drjones@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
linux-headers/linux/kvm.h |  1 +
target/arm/cpu.c          |  3 +--
target/arm/kvm32.c        | 22 ++++++++++++++--------
target/arm/kvm64.c        | 22 ++++++++++++++--------
4 files changed, 30 insertions(+), 18 deletions(-)
[Qemu-devel] [PATCH 0/2] Enable QEMU to control MPIDR values
Posted by Andrew Jones 8 years, 8 months ago
Igor needs to know/select vcpu MPIDR values early in order to map vcpus
to vnodes. Waiting until after vcpu init, when KVM sets them, is too
late. With this patch, and its KVM counterpart, QEMU can control the
values, allowing it to know/select them whenever it likes.

Andrew Jones (2):
  HACK: update linux/kvm header
  arm: kvm: set MPIDR when we can

 linux-headers/linux/kvm.h |  1 +
 target/arm/cpu.c          |  3 +--
 target/arm/kvm32.c        | 22 ++++++++++++++--------
 target/arm/kvm64.c        | 22 ++++++++++++++--------
 4 files changed, 30 insertions(+), 18 deletions(-)

-- 
2.9.3