summaryrefslogtreecommitdiff
path: root/target-s390x
diff options
context:
space:
mode:
authorMarcel Apfelbaum <marcel@redhat.com>2015-02-04 17:43:51 +0200
committerMichael S. Tsirkin <mst@redhat.com>2015-03-11 18:16:17 +0100
commitb16565b396dbbb4c99899dbea599b22f4e0658d6 (patch)
treeb56656a9f350799aae7ac0edf3f04fb88cfa8383 /target-s390x
parent446f16a6906e9d05aa9ce0dde727d4f731a89298 (diff)
downloadqemu-b16565b396dbbb4c99899dbea599b22f4e0658d6.tar.gz
kvm: add machine state to kvm_arch_init
Needed to query machine's properties. Signed-off-by: Marcel Apfelbaum <marcel@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-s390x')
-rw-r--r--target-s390x/kvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-s390x/kvm.c b/target-s390x/kvm.c
index 508cc0a082..b1369d584f 100644
--- a/target-s390x/kvm.c
+++ b/target-s390x/kvm.c
@@ -173,7 +173,7 @@ static void kvm_s390_enable_cmma(KVMState *s)
trace_kvm_enable_cmma(rc);
}
-int kvm_arch_init(KVMState *s)
+int kvm_arch_init(MachineState *ms, KVMState *s)
{
cap_sync_regs = kvm_check_extension(s, KVM_CAP_SYNC_REGS);
cap_async_pf = kvm_check_extension(s, KVM_CAP_ASYNC_PF);