Re: [PATCH] kvm: x86: some tsc debug cleanup

2019-07-15 Thread Paolo Bonzini
On 15/07/19 06:50, Yi Wang wrote: > Hi Paolo, > Would you help to review this patch, plz? > Many thanks. I have queued it now. Paolo > --- > Best wishes > Yi Wang > >> 在 2019年7月6日,01:10,Yi Wang 写道: >> >> There are some pr_debug in TSC code, which may have >> been no use, so remove them as

Re: [PATCH] kvm: x86: some tsc debug cleanup

2019-07-14 Thread Yi Wang
Hi Paolo, Would you help to review this patch, plz? Many thanks. --- Best wishes Yi Wang > 在 2019年7月6日,01:10,Yi Wang 写道: > > There are some pr_debug in TSC code, which may have > been no use, so remove them as Paolo suggested. > > Signed-off-by: Yi Wang > --- > arch/x86/kvm/x86.c | 8

[PATCH] kvm: x86: some tsc debug cleanup

2019-07-05 Thread Yi Wang
There are some pr_debug in TSC code, which may have been no use, so remove them as Paolo suggested. Signed-off-by: Yi Wang --- arch/x86/kvm/x86.c | 8 1 file changed, 8 deletions(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index fafd81d..86f9861 100644 ---