All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 10/10] KVM: s390: start using the GIB
@ 2018-10-25 12:37 Michael Mueller
  0 siblings, 0 replies; only message in thread
From: Michael Mueller @ 2018-10-25 12:37 UTC (permalink / raw)
  To: linux-s390

By initializing the GIB, it will we used by the kvm host.

Signed-off-by: Michael Mueller <mimu@linux.ibm.com>
---
 arch/s390/kvm/kvm-s390.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/s390/kvm/kvm-s390.c b/arch/s390/kvm/kvm-s390.c
index d1f1550c95b4..1f42f27fc627 100644
--- a/arch/s390/kvm/kvm-s390.c
+++ b/arch/s390/kvm/kvm-s390.c
@@ -425,6 +425,7 @@ int kvm_arch_init(void *opaque)
 		return -ENOMEM;
 	}
 
+	kvm_s390_gib_init(GAL_ISC);
 	kvm_s390_cpu_feat_init();
 
 	/* Register floating interrupt controller interface. */
-- 
2.17.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-25 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25 12:37 [PATCH 10/10] KVM: s390: start using the GIB Michael Mueller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.