Re: [Qemu-devel] [PATCH RESEND] Recognize PCID feature

2012-07-21 Thread Stefan Hajnoczi
On Fri, Jul 20, 2012 at 07:08:21AM +, Mao, Junjie wrote: > This patch makes Qemu recognize the PCID feature specified from configuration > or command line options. > > Signed-off-by: Junjie Mao > --- > target-i386/cpu.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks,

[Qemu-devel] [PATCH RESEND] Recognize PCID feature

2012-07-20 Thread Mao, Junjie
This patch makes Qemu recognize the PCID feature specified from configuration or command line options. Signed-off-by: Junjie Mao --- target-i386/cpu.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 5521709..efc6ece 100644 --