Searched hist:"25 ed16759660cdfccd4a3cb7d30cce8a797b542a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.h | diff 25ed16759660cdfccd4a3cb7d30cce8a797b542a Tue May 12 02:49:14 CDT 2015 David Hildenbrand <dahi@linux.vnet.ibm.com> KVM: s390: factor out and fix setting of guest TOD clock
Let's move that whole logic into one function. We now always use unsigned values when calculating the epoch (to avoid over/underflow defined). Also, we always have to get all VCPUs out of SIE before doing the update to avoid running differing VCPUs with different TODs.
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
|
H A D | priv.c | diff 25ed16759660cdfccd4a3cb7d30cce8a797b542a Tue May 12 02:49:14 CDT 2015 David Hildenbrand <dahi@linux.vnet.ibm.com> KVM: s390: factor out and fix setting of guest TOD clock
Let's move that whole logic into one function. We now always use unsigned values when calculating the epoch (to avoid over/underflow defined). Also, we always have to get all VCPUs out of SIE before doing the update to avoid running differing VCPUs with different TODs.
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
|
H A D | kvm-s390.c | diff 25ed16759660cdfccd4a3cb7d30cce8a797b542a Tue May 12 02:49:14 CDT 2015 David Hildenbrand <dahi@linux.vnet.ibm.com> KVM: s390: factor out and fix setting of guest TOD clock
Let's move that whole logic into one function. We now always use unsigned values when calculating the epoch (to avoid over/underflow defined). Also, we always have to get all VCPUs out of SIE before doing the update to avoid running differing VCPUs with different TODs.
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
|