[PATCH -v3 0/8] kvm/svm: implement new DecodeAssist features

2010-12-21 Thread Andre Przywara
Hi, this is version 3 of the DecodeAssist patches. I added 3 clean up patches which are not SVM specific. Changes between v2 and v3: - now includes the (unchanged) CR8 handling fix - move complete_insn_gp() helper function into x86.c - remove unnecessary comment - fix handling of illegal CR access

Re: [PATCH -v3 0/8] kvm/svm: implement new DecodeAssist features

2010-12-21 Thread Avi Kivity
On 12/21/2010 12:11 PM, Andre Przywara wrote: Hi, this is version 3 of the DecodeAssist patches. I added 3 clean up patches which are not SVM specific. Changes between v2 and v3: - now includes the (unchanged) CR8 handling fix - move complete_insn_gp() helper function into x86.c - remove unneces

Re: [PATCH -v3 0/8] kvm/svm: implement new DecodeAssist features

2010-12-23 Thread Marcelo Tosatti
On Tue, Dec 21, 2010 at 11:11:59AM +0100, Andre Przywara wrote: > Hi, > > this is version 3 of the DecodeAssist patches. > I added 3 clean up patches which are not SVM specific. > Changes between v2 and v3: > - now includes the (unchanged) CR8 handling fix > - move complete_insn_gp() helper functi