Re: [PATCH] clear PF_VCPU in kvm_guest_exit()

2007-10-17 Thread Laurent Vivier
Avi Kivity wrote: > Laurent Vivier wrote: >> clear PF_VCPU in kvm_guest_exit() and move kvm_guest_exit() after >> local_irq_enable(). >> >> According comments from Avi, we can clear PF_VCPU in kvm_guest_exit if we >> move >> it after local_irq_enable(). >> >> http://lkml.org/lkml/2007/10/15/114

Re: [PATCH] clear PF_VCPU in kvm_guest_exit()

2007-10-17 Thread Avi Kivity
Laurent Vivier wrote: > clear PF_VCPU in kvm_guest_exit() and move kvm_guest_exit() after > local_irq_enable(). > > According comments from Avi, we can clear PF_VCPU in kvm_guest_exit if we > move > it after local_irq_enable(). > > http://lkml.org/lkml/2007/10/15/114 > > To simplify s390 port, w

Re: [PATCH] clear PF_VCPU in kvm_guest_exit()

2007-10-17 Thread Christian Borntraeger
Am Mittwoch, 17. Oktober 2007 schrieb Laurent Vivier: > clear PF_VCPU in kvm_guest_exit() and move kvm_guest_exit() after > local_irq_enable(). Looks good. In the next days I will sent a patch for precise guest time accounting with CONFIG_VIRT_CPU_ACCOUNTING on top of this patch. Acked-By: Chr

[PATCH] clear PF_VCPU in kvm_guest_exit()

2007-10-17 Thread Laurent Vivier
clear PF_VCPU in kvm_guest_exit() and move kvm_guest_exit() after local_irq_enable(). According comments from Avi, we can clear PF_VCPU in kvm_guest_exit if we move it after local_irq_enable(). http://lkml.org/lkml/2007/10/15/114 To simplify s390 port, we don't clear it in account_system_time(