All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] pseries: Reverse behaviour change for older machine types
@ 2017-05-18  5:45 David Gibson
  2017-05-18  5:45 ` [Qemu-devel] [PATCH 1/3] pseries: Split CAS PVR negotiation out into a separate function David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: David Gibson @ 2017-05-18  5:45 UTC (permalink / raw)
  To: abologna, thuth, lvivier
  Cc: mdroth, groug, qemu-ppc, qemu-devel, David Gibson

152ef80 "pseries: Rewrite CAS PVR compatibility logic" incorrectly
introduced a guest-visible behaviour change into existing versioned
machine type.  Patch 2/2 corrects this change, while 1/2 is a
preliminary clean up to make that easier.

Unfortunately, this bug is already in the released qemu-2.9.0.  Once
this is ready to merge for master, I'll make a backport to apply for
2.9.1 as well.

Changes since RFC:
 * Corrected serious bug in vector address calculation which would
   have broken all the rest of the CAS process
 * Added a third patch with tracing cleanup
 * Correct error in commit message

David Gibson (3):
  pseries: Split CAS PVR negotiation out into a separate function
  pseries: Restore PVR negotiation logic for pre-2.9 machine types
  pseries: Improve tracing of CPU compatibility negotiation

 hw/ppc/spapr.c         |   3 ++
 hw/ppc/spapr_hcall.c   | 141 ++++++++++++++++++++++++++++++++++++++++++-------
 hw/ppc/trace-events    |   6 ++-
 include/hw/ppc/spapr.h |   1 +
 4 files changed, 131 insertions(+), 20 deletions(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-05-18  8:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-18  5:45 [Qemu-devel] [PATCH 0/3] pseries: Reverse behaviour change for older machine types David Gibson
2017-05-18  5:45 ` [Qemu-devel] [PATCH 1/3] pseries: Split CAS PVR negotiation out into a separate function David Gibson
2017-05-18  7:46   ` Laurent Vivier
2017-05-18  7:59   ` Greg Kurz
2017-05-18  5:45 ` [Qemu-devel] [PATCH 2/3] pseries: Restore PVR negotiation logic for pre-2.9 machine types David Gibson
2017-05-18  8:01   ` Greg Kurz
2017-05-18  5:45 ` [Qemu-devel] [PATCH 3/3] pseries: Improve tracing of CPU compatibility negotiation David Gibson
2017-05-18  7:47   ` Laurent Vivier
2017-05-18  8:07   ` Greg Kurz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.