Re: [PATCH] kvm:vmx:code changes in handle_io() to save some CPU cycles.

2020-12-11 Thread Paolo Bonzini
On 10/12/20 09:15, Stephen Zhang wrote: code changes in handle_io() to save some CPU cycles. Signed-off-by: Stephen Zhang --- arch/x86/kvm/vmx/vmx.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index

Re: [PATCH] kvm:vmx:code changes in handle_io() to save some CPU cycles.

2020-12-10 Thread Vitaly Kuznetsov
Stephen Zhang writes: > code changes in handle_io() to save some CPU cycles. > > Signed-off-by: Stephen Zhang > --- > arch/x86/kvm/vmx/vmx.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c > index 47b8357..109bcf64

[PATCH] kvm:vmx:code changes in handle_io() to save some CPU cycles.

2020-12-10 Thread Stephen Zhang
code changes in handle_io() to save some CPU cycles. Signed-off-by: Stephen Zhang --- arch/x86/kvm/vmx/vmx.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c index 47b8357..109bcf64 100644 --- a/arch/x86/kvm/vmx/vmx.c +++