Avi Kivity wrote:
> cpu_save (qemu/hw/pc.c) has this:
> 
> #ifdef USE_KVM
>    if (kvm_allowed) {
>        for (i = 0; i < NR_IRQ_WORDS ; i++) {
>            qemu_put_be32s(f, &env->kvm_interrupt_bitmap[i]);        }
>        qemu_put_be64s(f, &env->tsc);
>    }
> #endif

Mmm, so this is not the root cause.

> 
> And I think the apic code saves the timer?
> 

APIC timer is restored at
kvm_vcpu_ioctl_set_lapic/kvm_apic_post_state_restore/start_apic_timer.

Thx, Eddie

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to