mbox series

[v3,0/8] x86emul: further work

Message ID 6f167053-38dc-19b5-a873-321d978e9a59@suse.com (mailing list archive)
Headers show
Series x86emul: further work | expand

Message

Jan Beulich Jan. 6, 2020, 4:31 p.m. UTC
Some of the later patches are RFC, for varying reasons (see there).

1: x86: determine HAVE_AS_* just once
2: x86: move back clang no integrated assembler tests
3: x86emul: support MOVDIRI insn
4: x86emul: support MOVDIR64B insn
5: x86/HVM: scale MPERF values reported to guests (on AMD)
6: x86emul: support RDPRU
7: x86/HVM: don't needlessly intercept APERF/MPERF/TSC MSR reads
8: x86emul: support MCOMMIT

Jan

Comments

Jan Beulich Jan. 6, 2020, 4:41 p.m. UTC | #1
On 06.01.2020 17:31, Jan Beulich wrote:
> Some of the later patches are RFC, for varying reasons (see there).
> 
> 1: x86: determine HAVE_AS_* just once
> 2: x86: move back clang no integrated assembler tests
> 3: x86emul: support MOVDIRI insn
> 4: x86emul: support MOVDIR64B insn
> 5: x86/HVM: scale MPERF values reported to guests (on AMD)
> 6: x86emul: support RDPRU
> 7: x86/HVM: don't needlessly intercept APERF/MPERF/TSC MSR reads
> 8: x86emul: support MCOMMIT

Argh - all of this was meant ot be v4, not (again) v3.

Jan