qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] s390x patches
@ 2016-03-01 11:52 Cornelia Huck
  2016-03-01 11:52 ` [Qemu-devel] [PULL 01/14] linux-headers: update against kvm/next Cornelia Huck
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Cornelia Huck @ 2016-03-01 11:52 UTC (permalink / raw)
  To: peter.maydell; +Cc: Cornelia Huck, borntraeger, jfrei, qemu-devel, agraf

The following changes since commit 9c74a853048f14fd9a3e2efa1e3a6935d00e7495:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2016-03-01 09:54:53 +0000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20160301

for you to fetch changes up to ce350f32e4bb9638085f585329fb5d751676d2d2:

  s390x/css: only suspend when enabled by orb (2016-03-01 12:15:29 +0100)

----------------------------------------------------------------
Assorted fixes, cleanups and enhancements.

----------------------------------------------------------------

Cornelia Huck (4):
  linux-headers: update against kvm/next
  s390x: remove {kvm_}s390_virtio_irq()
  s390x/virtio: old machine leftovers
  s390x/css: only suspend when enabled by orb

David Hildenbrand (2):
  s390x/kvm: sync fprs via kvm_run
  s390x: fix debug statement in trigger_page_fault()

Eduardo Habkost (2):
  s390x/css: Allocate channel_subsys statically
  s390x/css: Use static initialization for channel_subsys fields

Sascha Silbe (1):
  watchdog/diag288: avoid race condition on expired watchdog

Thomas Huth (2):
  MAINTAINERS: Remove the old s390-virtio machine
  MAINTAINERS: Remove entry for hw/s390x/s390-virtio-bus.[ch]

Wei Yang (1):
  s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries

Yi Min Zhao (2):
  s390x/css: introduce indicator refcounting interfaces
  s390x/pci: fix reg/dereg irq functions

 MAINTAINERS                        |   7 -
 hw/s390x/css.c                     | 260 +++++++++++++++++++++++--------------
 hw/s390x/css.h                     |  14 ++
 hw/s390x/s390-pci-bus.c            |   2 +-
 hw/s390x/s390-pci-bus.h            |   2 +
 hw/s390x/s390-pci-inst.c           |  23 ++--
 hw/s390x/s390-virtio.c             |   2 -
 hw/s390x/virtio-ccw.c              |  63 ---------
 hw/s390x/virtio-ccw.h              |  11 +-
 hw/watchdog/wdt_diag288.c          |  12 +-
 linux-headers/asm-arm/unistd.h     |   2 +
 linux-headers/asm-powerpc/unistd.h |  13 +-
 linux-headers/asm-s390/kvm.h       |  11 +-
 linux-headers/asm-s390/unistd.h    |   3 +-
 linux-headers/asm-x86/unistd_32.h  |   1 +
 linux-headers/asm-x86/unistd_64.h  |   1 +
 linux-headers/asm-x86/unistd_x32.h |   1 +
 linux-headers/linux/kvm.h          |   9 +-
 linux-headers/linux/vfio.h         |   9 ++
 target-s390x/cpu.h                 |   5 -
 target-s390x/interrupt.c           |  11 --
 target-s390x/kvm.c                 |  22 ++--
 target-s390x/mmu_helper.c          |   2 +-
 23 files changed, 246 insertions(+), 240 deletions(-)

-- 
2.7.2

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

end of thread, other threads:[~2016-03-01 13:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 11:52 [Qemu-devel] [PULL 00/14] s390x patches Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 01/14] linux-headers: update against kvm/next Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 02/14] s390x/kvm: sync fprs via kvm_run Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 03/14] s390x: fix debug statement in trigger_page_fault() Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 04/14] s390x: remove {kvm_}s390_virtio_irq() Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 05/14] watchdog/diag288: avoid race condition on expired watchdog Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 06/14] s390x/virtio: old machine leftovers Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 07/14] s390x/css: introduce indicator refcounting interfaces Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 08/14] s390x/pci: fix reg/dereg irq functions Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 09/14] s390x/css: Allocate channel_subsys statically Cornelia Huck
2016-03-01 11:52 ` [Qemu-devel] [PULL 10/14] s390x/css: Use static initialization for channel_subsys fields Cornelia Huck
2016-03-01 11:53 ` [Qemu-devel] [PULL 11/14] s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries Cornelia Huck
2016-03-01 11:53 ` [Qemu-devel] [PULL 12/14] MAINTAINERS: Remove the old s390-virtio machine Cornelia Huck
2016-03-01 11:53 ` [Qemu-devel] [PULL 13/14] MAINTAINERS: Remove entry for hw/s390x/s390-virtio-bus.[ch] Cornelia Huck
2016-03-01 11:53 ` [Qemu-devel] [PULL 14/14] s390x/css: only suspend when enabled by orb Cornelia Huck
2016-03-01 13:45 ` [Qemu-devel] [PULL 00/14] s390x patches 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).