Re: [PATCH v2 0/4] KVM: LAPIC: Rework lapic timer to behave more like real-hardware

2017-10-05 Thread Wanpeng Li
2017-09-29 9:04 GMT+08:00 Wanpeng Li : > The issue is reported in xen community. > > Anthony PERARD pointed out: > > https://www.mail-archive.com/xen-devel@lists.xen.org/msg117283.html# > > | When developing PVH for OVMF, I've used the lapic timer. It turns out that > the > | way it is used by O

[PATCH v2 0/4] KVM: LAPIC: Rework lapic timer to behave more like real-hardware

2017-09-28 Thread Wanpeng Li
The issue is reported in xen community. Anthony PERARD pointed out: https://www.mail-archive.com/xen-devel@lists.xen.org/msg117283.html# | When developing PVH for OVMF, I've used the lapic timer. It turns out that the | way it is used by OVMF did not work with Xen [1]. I tried to find out how