summary refs log tree commit diff stats
path: root/linux-headers/linux/vhost.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-10-10 14:55:29 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-10-10 14:55:29 +0100
commitb1d28ec6a7dbdaadda39d29322f0de694aeb0b74 (patch)
tree140d0963a9a155976d2336daec81fffdbae1fc52 /linux-headers/linux/vhost.h
parent9d1c35dfc9940e4afa604a25f62b9dc197c513b6 (diff)
parent4b7757bae7c94f980969031119db12d540cf2b61 (diff)
downloadfocaccia-qemu-b1d28ec6a7dbdaadda39d29322f0de694aeb0b74.tar.gz
focaccia-qemu-b1d28ec6a7dbdaadda39d29322f0de694aeb0b74.zip
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging
various s390x updates:
- cpu state handling in qemu and migration
- vhost-scsi-ccw bugfix

# gpg: Signature made Fri 10 Oct 2014 14:01:34 BST using RSA key ID C6F02FAF
# gpg: Can't check signature: public key not found

* remotes/cohuck/tags/s390x-20141010:
  s390x/virtio-ccw: fix vhost-scsi intialization
  s390x/migration: migrate CPU state
  s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESET
  s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs
  s390x/kvm: propagate s390 cpu state to kvm
  s390x/kvm: proper use of the cpu states OPERATING and STOPPED
  s390x/kvm: introduce proper states for s390 cpus
  linux-headers: update to 3.17-rc7

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-headers/linux/vhost.h')
-rw-r--r--linux-headers/linux/vhost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-headers/linux/vhost.h b/linux-headers/linux/vhost.h
index bb5df43874..c656f61cfc 100644
--- a/linux-headers/linux/vhost.h
+++ b/linux-headers/linux/vhost.h
@@ -14,7 +14,7 @@
 
 #include <linux/ioctl.h>
 #include <linux/virtio_config.h>
-#include "hw/virtio/virtio_ring.h"
+#include <linux/virtio_ring.h>
 
 struct vhost_vring_state {
 	unsigned int index;