Re: [Xen-devel] [PATCH v3 0/3] x86/svm: Improvements to SVM instruction length handling

2019-01-31 Thread Juergen Gross
On 31/01/2019 17:56, Andrew Cooper wrote: > On 31/12/2018 11:37, Andrew Cooper wrote: >> The main bugfix in v2 of this series has now been committed, leaving just the >> cleanup remaining. See patches for details. >> >> Andrew Cooper (3): >> x86/svm: Remove list functionality from

Re: [Xen-devel] [PATCH v3 0/3] x86/svm: Improvements to SVM instruction length handling

2019-01-31 Thread Andrew Cooper
On 31/12/2018 11:37, Andrew Cooper wrote: > The main bugfix in v2 of this series has now been committed, leaving just the > cleanup remaining. See patches for details. > > Andrew Cooper (3): > x86/svm: Remove list functionality from __get_instruction_length_* > infrastructure > x86/svm: Drop

[Xen-devel] [PATCH v3 0/3] x86/svm: Improvements to SVM instruction length handling

2018-12-31 Thread Andrew Cooper
The main bugfix in v2 of this series has now been committed, leaving just the cleanup remaining. See patches for details. Andrew Cooper (3): x86/svm: Remove list functionality from __get_instruction_length_* infrastructure x86/svm: Drop enum instruction_index and simplify svm_get_insn_len()