All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/10] first batch of s390x patches for 2.4
@ 2015-04-27  8:54 Cornelia Huck
  2015-04-27  8:54 ` [Qemu-devel] [PATCH v2 01/10] virtio-ccw: sort into categories Cornelia Huck
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Cornelia Huck @ 2015-04-27  8:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, borntraeger, jfrei, agraf

Here's a respin of the uncontroversial s390x patches for 2.4.

Changes from the last posting:
- headers update is now against 4.1
- dropped Thomas' patch removing the switch_amode message, added
  a patch giving more up-to-date hints on failure instead

If there are no objections, I plan to send a pull request later this
week.

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

Cornelia Huck (6):
  virtio-ccw: sort into categories
  s390-virtio: sort into categories
  sclp: sort into categories
  s390x/ipl: sort into categories
  linux-headers: update
  kvm: better advice for failed s390x startup

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

Thomas Huth (2):
  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 ++
 include/standard-headers/linux/virtio_balloon.h |  28 +++-
 include/standard-headers/linux/virtio_blk.h     |   8 +-
 include/standard-headers/linux/virtio_ids.h     |   1 +
 include/standard-headers/linux/virtio_input.h   |  76 +++++++++++
 kvm-all.c                                       |  13 +-
 linux-headers/asm-arm/kvm.h                     |   9 +-
 linux-headers/asm-arm64/kvm.h                   |   9 +-
 linux-headers/asm-mips/kvm.h                    | 164 +++++++++++++++---------
 linux-headers/asm-s390/kvm.h                    |   4 +
 linux-headers/asm-x86/hyperv.h                  |   2 +
 linux-headers/linux/kvm.h                       |  66 +++++++++-
 linux-headers/linux/vfio.h                      |   2 +
 target-s390x/cpu.h                              |  37 ++++--
 target-s390x/helper.c                           |   2 +-
 target-s390x/ioinst.c                           |  42 +++---
 target-s390x/kvm.c                              | 145 +++++++++++++++++++--
 target-s390x/mmu_helper.c                       |  20 ++-
 28 files changed, 560 insertions(+), 130 deletions(-)
 create mode 100644 include/standard-headers/linux/virtio_input.h

-- 
2.3.6

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

end of thread, other threads:[~2015-04-29 14:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27  8:54 [Qemu-devel] [PATCH v2 00/10] first batch of s390x patches for 2.4 Cornelia Huck
2015-04-27  8:54 ` [Qemu-devel] [PATCH v2 01/10] virtio-ccw: sort into categories Cornelia Huck
2015-04-27  8:54 ` [Qemu-devel] [PATCH v2 02/10] s390-virtio: " Cornelia Huck
2015-04-27  8:54 ` [Qemu-devel] [PATCH v2 03/10] sclp: " Cornelia Huck
2015-04-27  8:55 ` [Qemu-devel] [PATCH v2 04/10] s390x/ipl: " Cornelia Huck
2015-04-27  8:55 ` [Qemu-devel] [PATCH v2 05/10] s390x/mmu: Use access type definitions instead of magic values Cornelia Huck
2015-04-27  8:55 ` [Qemu-devel] [PATCH v2 06/10] linux-headers: update Cornelia Huck
2015-04-29 13:07   ` Eric Auger
2015-04-29 14:44     ` Cornelia Huck
2015-04-27  8:55 ` [Qemu-devel] [PATCH v2 07/10] s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIB Cornelia Huck
2015-04-27  8:55 ` [Qemu-devel] [PATCH v2 08/10] s390x/mmu: Use ioctl for reading and writing from/to guest memory Cornelia Huck
2015-04-27  8:55 ` [Qemu-devel] [PATCH v2 09/10] s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctl Cornelia Huck
2015-04-27  8:55 ` [Qemu-devel] [PATCH v2 10/10] kvm: better advice for failed s390x startup 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.