commit | 4287f247f6cfaea0ed73b5104e94cd737e1ac0ae | [log] [tgz] |
---|---|---|
author | David Hildenbrand <dahi@linux.vnet.ibm.com> | Mon Feb 15 09:40:12 2016 +0100 |
committer | Christian Borntraeger <borntraeger@de.ibm.com> | Tue Mar 08 13:57:52 2016 +0100 |
tree | 9a5859846ffe67c80946b70d7fc956f6d5fea481 | |
parent | 01a745ac8b6c5d323a37194c242f7c77f3402469 [diff] |
KVM: s390: abstract access to the VCPU cpu timer We want to manually step the cpu timer in certain scenarios in the future. Let's abstract any access to the cpu timer, so we can hide the complexity internally. Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>