]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/kvm: factor out SIGP code into sigp.c
authorDavid Hildenbrand <david@redhat.com>
Thu, 28 Sep 2017 20:36:54 +0000 (22:36 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 20 Oct 2017 11:32:10 +0000 (13:32 +0200)
commit74b4c74d5efb0a489bdf0acc5b5d0197167e7649
tree45b71699d0352d8d70bc5dfc109a6e09abe806f4
parenta7a2b8e3d57582df2f176069d57c1ddae667387d
s390x/kvm: factor out SIGP code into sigp.c

We want to use the same code base for TCG, so let's cleanly factor it
out.

The sigp mutex is currently not really needed, as everything is
protected by the iothread mutex. But this could change later, so leave
it in place and initialize it properly from common code.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170928203708.9376-17-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
MAINTAINERS
hw/s390x/s390-virtio-ccw.c
target/s390x/Makefile.objs
target/s390x/cpu.c
target/s390x/cpu.h
target/s390x/internal.h
target/s390x/kvm-stub.c
target/s390x/kvm.c
target/s390x/kvm_s390x.h
target/s390x/sigp.c [new file with mode: 0644]
target/s390x/trace-events