All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] vfio-ccw: support hsch/csch (QEMU part)
@ 2019-05-07 15:47 Cornelia Huck
  2019-05-07 15:47 ` [Qemu-devel] [PATCH v4 1/2] linux-headers: update Cornelia Huck
  2019-05-07 15:47 ` [Qemu-devel] [PATCH v4 2/2] vfio-ccw: support async command subregion Cornelia Huck
  0 siblings, 2 replies; 18+ messages in thread
From: Cornelia Huck @ 2019-05-07 15:47 UTC (permalink / raw)
  To: Halil Pasic, Eric Farman, Farhan Ali, Pierre Morel
  Cc: qemu-s390x, Cornelia Huck, Alex Williamson, qemu-devel

The Linux part of this is now merged in master, so this is mostly
a resend with a real headers update.

I'd like to queue this soon; even better would be if I could do
a header update with KVM updates as well (as then I could queue
another series at the same time).

Changes v3->v4:
- replace dummy header update with a real one
- add missing g_free [Eric]
Changes v2->v3:
- update kernel header to v4 of kernel patches
- rebased on master
Changes v1->v2:
- update kernel header to v2 of kernel patches
- rebased on master

Cornelia Huck (2):
  linux-headers: update
  vfio-ccw: support async command subregion

 hw/s390x/css.c                                |  27 ++-
 hw/vfio/ccw.c                                 | 110 +++++++++++-
 include/hw/s390x/s390-ccw.h                   |   3 +
 .../infiniband/hw/vmw_pvrdma/pvrdma_dev_api.h |  15 +-
 include/standard-headers/drm/drm_fourcc.h     |  63 +++++++
 include/standard-headers/linux/ethtool.h      |  37 ++--
 .../linux/input-event-codes.h                 |   8 +-
 include/standard-headers/linux/input.h        |   6 +-
 include/standard-headers/linux/pci_regs.h     |   2 +
 .../standard-headers/linux/virtio_config.h    |   6 +
 include/standard-headers/linux/virtio_ring.h  |  10 --
 .../standard-headers/rdma/vmw_pvrdma-abi.h    |   1 +
 linux-headers/asm-arm/unistd-common.h         |  26 +++
 linux-headers/asm-arm64/unistd.h              |   2 +
 linux-headers/asm-generic/mman-common.h       |   4 +-
 linux-headers/asm-generic/unistd.h            | 158 ++++++++++++++----
 linux-headers/asm-mips/mman.h                 |   4 +-
 linux-headers/asm-mips/unistd_n32.h           |  24 +++
 linux-headers/asm-mips/unistd_n64.h           |   4 +
 linux-headers/asm-mips/unistd_o32.h           |  34 ++++
 linux-headers/asm-powerpc/kvm.h               |   2 +
 linux-headers/asm-powerpc/unistd_32.h         |  34 ++++
 linux-headers/asm-powerpc/unistd_64.h         |  15 ++
 linux-headers/asm-s390/unistd_32.h            |  37 ++++
 linux-headers/asm-s390/unistd_64.h            |  18 ++
 linux-headers/asm-x86/kvm.h                   |   1 +
 linux-headers/asm-x86/unistd_32.h             |  34 ++++
 linux-headers/asm-x86/unistd_64.h             |   4 +
 linux-headers/asm-x86/unistd_x32.h            |   4 +
 linux-headers/linux/mman.h                    |   4 +
 linux-headers/linux/psci.h                    |   7 +
 linux-headers/linux/psp-sev.h                 |  18 +-
 linux-headers/linux/vfio.h                    |   4 +
 linux-headers/linux/vfio_ccw.h                |  12 ++
 34 files changed, 661 insertions(+), 77 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2019-05-31 12:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 15:47 [Qemu-devel] [PATCH v4 0/2] vfio-ccw: support hsch/csch (QEMU part) Cornelia Huck
2019-05-07 15:47 ` [Qemu-devel] [PATCH v4 1/2] linux-headers: update Cornelia Huck
2019-05-07 15:47 ` [Qemu-devel] [PATCH v4 2/2] vfio-ccw: support async command subregion Cornelia Huck
2019-05-20  8:42   ` Cornelia Huck
2019-05-20 16:30     ` Eric Farman
2019-05-20 16:29   ` Eric Farman
2019-05-20 16:47     ` Cornelia Huck
2019-05-21 16:32     ` Cornelia Huck
2019-05-21 20:47       ` Eric Farman
2019-05-29  9:48         ` Cornelia Huck
2019-05-29 13:47           ` Eric Farman
2019-05-21 20:51       ` Farhan Ali
2019-05-22 10:13         ` Cornelia Huck
2019-05-21 20:50   ` Farhan Ali
2019-05-22 10:17     ` Cornelia Huck
2019-05-22 11:53       ` Farhan Ali
2019-05-29 13:47   ` Eric Farman
2019-05-31 12:42     ` 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.