qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] i386: Add "max" CPU model to TCG and KVM


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/6] i386: Add "max" CPU model to TCG and KVM
Date: Thu, 19 Jan 2017 19:04:43 -0200

This is v2 of the previous series that enabled the "host" CPU
model on TCG. Now a new "max" CPU is being added, while keeping
"host" KVM-specific.

In addition to simply adding "max" as a copy of the existing
"host" CPU model, additional patches change it to not use any
host CPUID information when in TCG mode.

---
Cc: "Richard W.M. Jones" <address@hidden>
Cc: David Hildenbrand <address@hidden>
Cc: Cornelia Huck <address@hidden>
Cc: "Daniel P. Berrange" <address@hidden>
Cc: Peter Maydell <address@hidden>
Cc: Igor Mammedov <address@hidden>
Cc: Jiri Denemark <address@hidden>
Cc: Richard Henderson <address@hidden>
Cc: Christian Borntraeger <address@hidden>
Cc: "Jason J. Herne" <address@hidden>
Cc: Paolo Bonzini <address@hidden>

Eduardo Habkost (6):
  i386: Unset cannot_destroy_with_object_finalize_yet on "host" model
  i386: Add ordering field to CPUClass
  i386: Rename X86CPU::host_features to X86CPU::max_features
  i386: Create "max" CPU model
  i386: Make "max" model not use any host CPUID info on TCG
  i386: Don't set CPUClass::cpu_def on "max" model

 target/i386/cpu-qom.h |   6 ++-
 target/i386/cpu.h     |   2 +-
 target/i386/cpu.c     | 110 +++++++++++++++++++++++++++++---------------------
 3 files changed, 71 insertions(+), 47 deletions(-)

-- 
2.11.0.259.g40922b1




reply via email to

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