Re: [kvm-devel] [PATCH] Fix the updating of PPR after TPR shadow introduced

2007-08-23 Thread Avi Kivity
Yang, Sheng wrote: > After TPR Shadow feature introduced, many TPR access won't cause vmexit, > so > the ordinary point of catching TPR and updating PPR is insufficient. > > This patch updates PPR everytime when possible reading PPR action > occurs. > > I folded this into the TPR shadow patch.

Re: [kvm-devel] [PATCH] Fix the updating of PPR after TPR shadow introduced

2007-08-22 Thread Yang, Sheng
Sorry for forgot to mention that this patch is for lapic5 tree. And it replaced the "Reading PPR directly from function rather than apic page" thanks. Yang, Sheng wrote: > After TPR Shadow feature introduced, many TPR access won't cause vmexit, so > the ordinary point of catching TPR and updating