• Christian Borntraeger's avatar
    sched: fix accounting of interrupts during guest execution on s390 · 9778385d
    Christian Borntraeger authored
    Currently the scheduler checks for PF_VCPU to decide if this timeslice
    has to be accounted as guest time. On s390 host interrupts are not
    disabled during guest execution. This causes theses interrupts to be
    accounted as guest time if CONFIG_VIRT_CPU_ACCOUNTING is set. Solution
    is to check if an interrupt triggered account_system_time. As the tick
    is timer interrupt based, we have to subtract hardirq_offset.
    
    I tested the patch on s390 with CONFIG_VIRT_CPU_ACCOUNTING and on
    x86_64. Seems to work.
    
    CC: Avi Kivity <avi@qumranet.com>
    CC: Laurent Vivier <Laurent.Vivier@bull.net>
    Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    9778385d
sched.c 178 KB