KVM: s390/facilities: allow TOD-CLOCK steering facility bit
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 19 Sep 2014 13:55:20 +0000 (15:55 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Wed, 1 Oct 2014 12:42:14 +0000 (14:42 +0200)
There is nothing to do for KVM to support TOD-CLOCK steering.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
arch/s390/kvm/kvm-s390.c

index 56a411c0245a7db1be05034e8e1d82e127aff5e2..0d5aa88e238bc6504ae017b08d8db17ad5e413d9 100644 (file)
@@ -1786,7 +1786,7 @@ static int __init kvm_s390_init(void)
                return -ENOMEM;
        }
        memcpy(vfacilities, S390_lowcore.stfle_fac_list, 16);
-       vfacilities[0] &= 0xff82fff3f4fc2000UL;
+       vfacilities[0] &= 0xff82fffbf47c2000UL;
        vfacilities[1] &= 0x005c000000000000UL;
        return 0;
 }
This page took 0.025334 seconds and 5 git commands to generate.