On Thu, 2020-03-19 at 10:14 +0100, Joerg Roedel wrote: > From: Doug Covelli <dcovelli@xxxxxxxxxx> > > This change adds VMware specific handling for #VC faults caused by > VMMCALL instructions. > > Signed-off-by: Doug Covelli <dcovelli@xxxxxxxxxx> > Signed-off-by: Tom Lendacky <thomas.lendacky@xxxxxxx> > [ jroedel@xxxxxxx: - Adapt to different paravirt interface ] > Co-developed-by: Joerg Roedel <jroedel@xxxxxxx> > Signed-off-by: Joerg Roedel <jroedel@xxxxxxx> > --- > arch/x86/kernel/cpu/vmware.c | 50 ++++++++++++++++++++++++++++++++ > ---- > 1 file changed, 45 insertions(+), 5 deletions(-) > Acked-by: Thomas Hellstrom <thellstrom@xxxxxxxxxx>