All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.6 00/10] s390x patches for 2.6
@ 2016-03-09 17:27 Cornelia Huck
  2016-03-09 17:27 ` [Qemu-devel] [PATCH for-2.6 01/10] s390x/cpu: Cleanup init in preparation for hotplug Cornelia Huck
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Cornelia Huck @ 2016-03-09 17:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, borntraeger, jfrei, agraf

In my queue for 2.6 are the cpu hotplug patches already posted,
a fix for the s390-ccw bios (that actually does not make any
difference today unless debugging is enabled, so no rebuild needed)
and a bit of cleanup in the machine code that will make changes
easier in the future.

I plan to send a pull request this friday or so.

Eugene (jno) Dvurechenski (1):
  pc-bios/s390-ccw: fix old bug in ptr increment

Janosch Frank (2):
  s390x: Introduce machine definition macros
  s390x: Introduce S390MachineClass

Matthew Rosato (7):
  s390x/cpu: Cleanup init in preparation for hotplug
  s390x/cpu: Set initial CPU state in common routine
  s390x/cpu: Get rid of side effects when creating a vcpu
  s390x/cpu: Tolerate max_cpus
  s390x/cpu: Add CPU property links
  s390x/cpu: Add error handling to cpu creation
  s390x/cpu: Allow hotplug of CPUs

 hw/s390x/s390-virtio-ccw.c         | 150 +++++++++++++++++++++++--------------
 hw/s390x/s390-virtio.c             |  36 +++++----
 hw/s390x/s390-virtio.h             |   2 +-
 include/hw/s390x/s390-virtio-ccw.h |  40 ++++++++++
 pc-bios/s390-ccw/bootmap.c         |   2 +-
 target-s390x/cpu-qom.h             |   3 +
 target-s390x/cpu.c                 |  96 ++++++++++++++++++++++--
 target-s390x/cpu.h                 |   2 +
 target-s390x/helper.c              |  41 +++++++++-
 9 files changed, 289 insertions(+), 83 deletions(-)
 create mode 100644 include/hw/s390x/s390-virtio-ccw.h

-- 
2.3.9

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

end of thread, other threads:[~2016-03-10 10:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 17:27 [Qemu-devel] [PATCH for-2.6 00/10] s390x patches for 2.6 Cornelia Huck
2016-03-09 17:27 ` [Qemu-devel] [PATCH for-2.6 01/10] s390x/cpu: Cleanup init in preparation for hotplug Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 02/10] s390x/cpu: Set initial CPU state in common routine Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 03/10] s390x/cpu: Get rid of side effects when creating a vcpu Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 04/10] s390x/cpu: Tolerate max_cpus Cornelia Huck
2016-03-09 21:55   ` Thomas Huth
2016-03-10  9:52     ` Cornelia Huck
2016-03-10 10:37       ` Thomas Huth
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 05/10] s390x/cpu: Add CPU property links Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 06/10] s390x/cpu: Add error handling to cpu creation Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 07/10] s390x/cpu: Allow hotplug of CPUs Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 08/10] pc-bios/s390-ccw: fix old bug in ptr increment Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 09/10] s390x: Introduce machine definition macros Cornelia Huck
2016-03-09 17:28 ` [Qemu-devel] [PATCH for-2.6 10/10] s390x: Introduce S390MachineClass Cornelia Huck

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.