qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/5] s390x: Fixes and features
@ 2015-10-06 10:41 Christian Borntraeger
  2015-10-06 10:41 ` [Qemu-devel] [PULL 1/5] pc-bios/s390-ccw: avoid floating point operations Christian Borntraeger
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Christian Borntraeger @ 2015-10-06 10:41 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Cornelia Huck, Christian Borntraeger, Jens Freimann, qemu-devel,
	Alexander Graf

Peter,

here are some fixes (and a small feature) for s390x.

The following changes since commit b2312c680084ea18cd55fa7093397cad2224ec14:

  Merge remote-tracking branch 'remotes/amit-migration/tags/for-juan-201509' into staging (2015-09-29 12:41:19 +0100)

are available in the git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20151006

for you to fetch changes up to d9f090ec7794d433b8f222ae8c8f95601369a4a5:

  s390x: rename io_subsystem_reset -> subsystem_reset (2015-10-02 13:31:52 +0200)

----------------------------------------------------------------
s390: fixes

Some fixes all over the place:
- ccw bios and gcc 5.1 (avoid floating point ops)
- properly print vector registers
- sclp and sclp-event-facility no longer hang on object_unref(object_new(T))
- better name for io_subsystem_reset

One feature
- the gdb server now exposes several virtualization specific register

----------------------------------------------------------------
Christian Borntraeger (2):
      pc-bios/s390-ccw: avoid floating point operations
      s390x/info registers: print vector registers properly

David Hildenbrand (3):
      s390x/gdb: expose virtualization specific registers
      s390x: set missing parent for hotplug and quiesce events
      s390x: rename io_subsystem_reset -> subsystem_reset

 configure                  |  2 +-
 gdb-xml/s390-virt.xml      | 18 ++++++++++
 hw/s390x/event-facility.c  | 20 +++++------
 hw/s390x/s390-virtio-ccw.c |  2 +-
 pc-bios/s390-ccw/Makefile  |  3 +-
 target-s390x/cpu.h         |  2 +-
 target-s390x/gdbstub.c     | 82 ++++++++++++++++++++++++++++++++++++++++++++++
 target-s390x/misc_helper.c |  4 +--
 target-s390x/translate.c   |  2 +-
 9 files changed, 118 insertions(+), 17 deletions(-)
 create mode 100644 gdb-xml/s390-virt.xml

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

end of thread, other threads:[~2015-10-08 10:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 10:41 [Qemu-devel] [PULL 0/5] s390x: Fixes and features Christian Borntraeger
2015-10-06 10:41 ` [Qemu-devel] [PULL 1/5] pc-bios/s390-ccw: avoid floating point operations Christian Borntraeger
2015-10-06 10:41 ` [Qemu-devel] [PULL 2/5] s390x/gdb: expose virtualization specific registers Christian Borntraeger
2015-10-06 10:41 ` [Qemu-devel] [PULL 3/5] s390x: set missing parent for hotplug and quiesce events Christian Borntraeger
2015-10-06 10:41 ` [Qemu-devel] [PULL 4/5] s390x/info registers: print vector registers properly Christian Borntraeger
2015-10-06 10:41 ` [Qemu-devel] [PULL 5/5] s390x: rename io_subsystem_reset -> subsystem_reset Christian Borntraeger
2015-10-06 10:58 ` [Qemu-devel] [PULL 0/5] s390x: Fixes and features Christian Borntraeger
2015-10-06 13:38   ` Markus Armbruster
2015-10-07 20:55 ` Peter Maydell
2015-10-07 21:21   ` Christian Borntraeger
2015-10-08 10:27     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).