Re: [kvm-devel] [patch 2 of 2] Emulate CMPS instruction

2007-11-26 Thread Guillaume Thouvenin
On Fri, 23 Nov 2007 19:54:46 +0200 Avi Kivity <[EMAIL PROTECTED]> wrote: > > No new macros in the emulator please. Just inline it at the callsite. > Ok I make the modification. : c->dst.bytes); > > break; > > case 0xa6 ..

Re: [kvm-devel] [patch 2 of 2] Emulate CMPS instruction

2007-11-23 Thread Avi Kivity
Guillaume Thouvenin wrote: > This patch emulates the CMPS instruction. > > Signed-off-by: Guillaume Thouvenin <[EMAIL PROTECTED]> > --- > > drivers/kvm/x86_emulate.c | 54 > +++-- > 1 files changed, 52 insertions(+), 2 deletions(-) > > diff --git a/driver

[kvm-devel] [patch 2 of 2] Emulate CMPS instruction

2007-11-23 Thread Guillaume Thouvenin
This patch emulates the CMPS instruction. Signed-off-by: Guillaume Thouvenin <[EMAIL PROTECTED]> --- drivers/kvm/x86_emulate.c | 54 +++-- 1 files changed, 52 insertions(+), 2 deletions(-) diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate