]> git.proxmox.com Git - qemu.git/commit
s390: Add a hypercall registration interface.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Thu, 17 Jan 2013 04:23:46 +0000 (04:23 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 18 Jan 2013 18:07:47 +0000 (19:07 +0100)
commit28e942f86d46ccd46bf1f4836389abb3ff706dff
tree7febe9c29172fa7ff2ee3a61a2be26e941c4b2ff
parentd5627ce8a4fd8dd6d7afd3d4d1ff7e9f1fb86d45
s390: Add a hypercall registration interface.

Allow virtio machines to register for different diag500 function
codes and convert s390-virtio to use it.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/s390-virtio.c
hw/s390-virtio.h [new file with mode: 0644]
hw/s390x/Makefile.objs
hw/s390x/s390-virtio-hcall.c [new file with mode: 0644]
target-s390x/cpu.h
target-s390x/kvm.c
target-s390x/misc_helper.c