On Mon, May 14, 2012 at 06:25:42AM +0000, Mao, Junjie wrote: > Add unit test for basic functionality of PCID/INVPCID feature exposing in kvm. > > Signed-off-by: Junjie Mao <junjie.mao@xxxxxxxxx> > --- > config-x86-common.mak | 2 + > config-x86_64.mak | 3 +- > x86/README | 1 + > x86/pcid.c | 185 +++++++++++++++++++++++++++++++++++++++++++++++++ > x86/unittests.cfg | 4 + > 5 files changed, 194 insertions(+), 1 deletions(-) > create mode 100644 x86/pcid.c gcc -g -D__x86_64__ -I../include/x86 -m64 -O1 -MMD -MF x86/.pcid.d -g -fomit-frame-pointer -Wall -fno-stack-protector -I. -std=gnu99 -ffreestanding -I lib -I lib/x86 -c -o x86/pcid.o x86/pcid.c x86/pcid.c: Assembler messages: x86/pcid.c:55: Error: no such instruction: `invpcid (%rsi),%rdi' make: *** [x86/pcid.o] Error 1 Please use the instruction opcode directly (.byte xyz) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html