qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] first pile of s390x patches for 2.4
@ 2015-04-09  8:51 Cornelia Huck
  2015-04-09  8:51 ` [Qemu-devel] [PATCH 01/10] s390x/kvm: Remove message about "switch_amode" kernel parameter Cornelia Huck
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: Cornelia Huck @ 2015-04-09  8:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, borntraeger, jfrei, agraf

Hi,

here's the first pile of pending s390x patches I plan to send
when 2.4 opens up. Contents include:

- some cleanup patches
- sort most of the s390x devices into categories
- support for the new STSI post handler, used to insert vm name and
  friends
- support for the new MEM_OP ioctl (including access register mode)
  for accessing guest memory

Alexander Yarygin (1):
  s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl

Cornelia Huck (5):
  virtio-ccw: sort into categories
  s390-virtio: sort into categories
  sclp: sort into categories
  s390x/ipl: sort into categories
  linux-headers: update

Ekaterina Tumanova (1):
  s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB

Thomas Huth (3):
  s390x/kvm: Remove message about "switch_amode" kernel parameter
  s390x/mmu: Use access type definitions instead of magic values
  s390x/mmu: Use ioctl for reading and writing from/to guest memory

 hw/char/sclpconsole-lm.c      |   1 +
 hw/char/sclpconsole.c         |   1 +
 hw/s390x/event-facility.c     |   1 +
 hw/s390x/ipl.c                |   1 +
 hw/s390x/s390-pci-inst.c      |  21 +++---
 hw/s390x/s390-pci-inst.h      |   7 +-
 hw/s390x/s390-virtio-bus.c    |   9 +++
 hw/s390x/sclp.c               |   9 +++
 hw/s390x/sclpcpu.c            |   2 +
 hw/s390x/sclpquiesce.c        |   1 +
 hw/s390x/virtio-ccw.c         |   9 +++
 kvm-all.c                     |   5 --
 linux-headers/asm-arm/kvm.h   |   3 +
 linux-headers/asm-arm64/kvm.h |   3 +
 linux-headers/asm-mips/kvm.h  | 164 ++++++++++++++++++++++++++----------------
 linux-headers/asm-s390/kvm.h  |   4 ++
 linux-headers/linux/kvm.h     |  65 ++++++++++++++++-
 target-s390x/cpu.h            |  37 +++++++---
 target-s390x/helper.c         |   2 +-
 target-s390x/ioinst.c         |  42 ++++++-----
 target-s390x/kvm.c            | 140 +++++++++++++++++++++++++++++++++---
 target-s390x/mmu_helper.c     |  22 ++++--
 22 files changed, 422 insertions(+), 127 deletions(-)

-- 
2.3.5

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

end of thread, other threads:[~2015-04-24 10:23 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09  8:51 [Qemu-devel] [PATCH 00/10] first pile of s390x patches for 2.4 Cornelia Huck
2015-04-09  8:51 ` [Qemu-devel] [PATCH 01/10] s390x/kvm: Remove message about "switch_amode" kernel parameter Cornelia Huck
2015-04-23 12:26   ` Christian Borntraeger
2015-04-23 12:33     ` Cornelia Huck
2015-04-09  8:51 ` [Qemu-devel] [PATCH 02/10] virtio-ccw: sort into categories Cornelia Huck
2015-04-20 14:47   ` Christian Borntraeger
2015-04-09  8:51 ` [Qemu-devel] [PATCH 03/10] s390-virtio: " Cornelia Huck
2015-04-20 14:47   ` Christian Borntraeger
2015-04-09  8:51 ` [Qemu-devel] [PATCH 04/10] sclp: " Cornelia Huck
2015-04-20 14:48   ` Christian Borntraeger
2015-04-09  8:51 ` [Qemu-devel] [PATCH 05/10] s390x/ipl: " Cornelia Huck
2015-04-20 14:48   ` Christian Borntraeger
2015-04-09  8:51 ` [Qemu-devel] [PATCH 06/10] s390x/mmu: Use access type definitions instead of magic values Cornelia Huck
2015-04-09  8:51 ` [Qemu-devel] [PATCH 07/10] linux-headers: update Cornelia Huck
2015-04-24  9:30   ` Paolo Bonzini
2015-04-24 10:23     ` Cornelia Huck
2015-04-09  8:51 ` [Qemu-devel] [PATCH 08/10] s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB Cornelia Huck
2015-04-09  8:51 ` [Qemu-devel] [PATCH 09/10] s390x/mmu: Use ioctl for reading and writing from/to guest memory Cornelia Huck
2015-04-20 14:55   ` Christian Borntraeger
2015-04-21 19:12     ` Alexander Graf
2015-04-21 19:34       ` Christian Borntraeger
2015-04-21 19:36         ` Alexander Graf
2015-04-21 19:48           ` Christian Borntraeger
2015-04-22  8:37             ` Cornelia Huck
2015-04-09  8:51 ` [Qemu-devel] [PATCH 10/10] s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl Cornelia Huck

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).