search for: 0892f5a96736

Displaying 1 result from an estimated 1 matches for "0892f5a96736".

2010 Dec 09
0
[PATCH]x86:vlapic: Fix possible guest tick losing after save/restore
x86:vlapic: Fix possible guest tick losing after save/restore Guest vcpu may totally lose all ticks if the vlapic->pt.irq was not restored during save/restore process. Fix it. Signed-off-by: Wei Gang <gang.wei@intel.com> diff -r 0892f5a96736 xen/arch/x86/hvm/vlapic.c --- a/xen/arch/x86/hvm/vlapic.c Fri Dec 10 15:19:51 2010 +0800 +++ b/xen/arch/x86/hvm/vlapic.c Fri Dec 10 15:27:11 2010 +0800 @@ -955,12 +955,12 @@ static void lapic_rearm(struct vlapic *s unsigned long tmict = vlapic_get_reg(s, APIC_TMICT); uint64_t period; +...