diff options
author | David Hildenbrand | 2017-09-28 22:36:54 +0200 |
---|---|---|
committer | Cornelia Huck | 2017-10-20 13:32:10 +0200 |
commit | 74b4c74d5efb0a489bdf0acc5b5d0197167e7649 (patch) | |
tree | 45b71699d0352d8d70bc5dfc109a6e09abe806f4 /MAINTAINERS | |
parent | s390x/kvm: drop two debug prints (diff) | |
download | qemu-74b4c74d5efb0a489bdf0acc5b5d0197167e7649.tar.gz qemu-74b4c74d5efb0a489bdf0acc5b5d0197167e7649.tar.xz qemu-74b4c74d5efb0a489bdf0acc5b5d0197167e7649.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9522d1b621..757b02031d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -303,6 +303,7 @@ F: target/s390x/kvm_s390x.h F: target/s390x/kvm-stub.c F: target/s390x/ioinst.[ch] F: target/s390x/machine.c +F: target/s390x/sigp.c F: hw/intc/s390_flic.c F: hw/intc/s390_flic_kvm.c F: include/hw/s390x/s390_flic.h |