mbox series

[v3,0/6] x86emul: misc additions

Message ID e13004ac-22af-411e-a5d0-907a2a0301c5@suse.com (mailing list archive)
Headers show
Series x86emul: misc additions | expand

Message

Jan Beulich Nov. 28, 2023, 11:04 a.m. UTC
This series adds support for a number of more or less recently announced
ISA extensions. The series interacts mildly (and only contextually) with
the AVX512-FP16 one. Note that an intended final patch (to fit in USER_MSR
elsewhere, in particular in VMX code) is yet to be written; specifically
I haven't checked yet whether - like was the case for MSRLIST - there's
again insufficient detail in the specification.

1: x86emul: support LKGS
2: x86emul: support CMPccXADD
3: VMX: tertiary execution control infrastructure
4: x86emul+VMX: support {RD,WR}MSRLIST
5: x86: introduce x86_seg_sys
6: x86emul: support USER_MSR instructions

Jan