Re: [kvm-devel] [PATCH] KVM: x86_emulator: no writeback for bt

2007-09-25 Thread He, Qing
>-Original Message- >From: Avi Kivity [mailto:[EMAIL PROTECTED] >Sent: 2007年9月24日 21:24 >To: He, Qing >Cc: kvm-devel >Subject: Re: [kvm-devel] [PATCH] KVM: x86_emulator: no writeback for bt > >He, Qing wrote: >> (p.s., this patch is before Laurent's

Re: [kvm-devel] [PATCH] KVM: x86_emulator: no writeback for bt

2007-09-24 Thread Avi Kivity
He, Qing wrote: > (p.s., this patch is before Laurent's patch of no_wb removal, the change > is minor to adapt to OP_NONE) > > Applied, thanks. Does it solve some specific issue with a guest? I'll have to send it for 2.6.23 as well if it does. -- error compiling committee.c: too many argum

[kvm-devel] [PATCH] KVM: x86_emulator: no writeback for bt

2007-09-24 Thread He, Qing
(p.s., this patch is before Laurent's patch of no_wb removal, the change is minor to adapt to OP_NONE) Signed-off-by: Qing He <[EMAIL PROTECTED]> --- drivers/kvm/x86_emulate.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_em