Re: [PATCH v2] KVM: x86: sync old tmr with ioapic to update

2014-08-27 Thread Chen, Tiejun
On 2014/8/27 22:05, Wei Wang wrote: kvm_ioapic_scan_entry() needs to update tmr. The previous lapic tmr value (old_tmr) needs to sync with ioapic to get an accurate updated tmr value before the updating work. Tested-by: Rongrong Liu rongrongx@intel.com Signed-off-by: Yang Zhang

Re: [PATCH v2] KVM: x86: sync old tmr with ioapic to update

2014-08-27 Thread Paolo Bonzini
Il 27/08/2014 16:05, Wei Wang ha scritto: kvm_ioapic_scan_entry() needs to update tmr. The previous lapic tmr value (old_tmr) needs to sync with ioapic to get an accurate updated tmr value before the updating work. Tested-by: Rongrong Liu rongrongx@intel.com Signed-off-by: Yang Zhang

[PATCH v2] KVM: x86: sync old tmr with ioapic to update

2014-08-26 Thread Wei Wang
kvm_ioapic_scan_entry() needs to update tmr. The previous lapic tmr value (old_tmr) needs to sync with ioapic to get an accurate updated tmr value before the updating work. Tested-by: Rongrong Liu rongrongx@intel.com Signed-off-by: Yang Zhang yang.z.zh...@intel.com Signed-off-by: Wei Wang