]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 22 May 2014 15:14:01 +0000 (16:14 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 May 2014 15:14:02 +0000 (16:14 +0100)
commit45e66b7beb275bd1f8c4e56fe97dfb88b35345d0
tree13cc43771882428461178db14f7cefad2f8ae07c
parent65903a8b0807dbe2983910060f5754d27762faed
parent770a63792b2c9a3f9565b68b0a7ef0be6883f551
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into staging

some s390 patches:

- Enable irqfds on s390 via the new adapter interrupt routing type.
  As a prereq, fix the kvm enable_cap helpers for some compilers and
  split the s390 flic into kvm and non-kvm parts.
- Enable software and hardware debugging support on s390. This needs a
  kernel headers update.

# gpg: Signature made Tue 20 May 2014 12:30:54 BST using RSA key ID C6F02FAF
# gpg: Can't check signature: public key not found

* remotes/cohuck/tags/s390x-20140520:
  s390x/kvm: hw debugging support via guest PER facility
  s390x/kvm: software breakpoint support
  s390x: remove duplicate definitions of DIAG 501
  linux-headers: update
  s390x/virtio-ccw: wire up irq routing and irqfds
  s390x/virtio-ccw: reference-counted indicators
  s390x: add I/O adapter registration
  s390x: split flic into kvm and non-kvm parts
  kvm: Fix enable_cap helpers on older gcc

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>