Re: [Qemu-devel] [PATCH 2/3] kvm_stat: Update exit reasons to the latest defintion

2015-01-23 Thread Wei Huang
Hi Paolo, I just sent out the second revision. You can cherry-pick the patch 04 if you have already queued my previous 3 patches. Thanks for your review. -Wei On 01/22/2015 09:23 AM, Wei Huang wrote: > On 01/22/2015 06:56 AM, Paolo Bonzini wrote: >> >> >> On 21/01/2015 22:15, Wei Huang wrote: >>

Re: [Qemu-devel] [PATCH 2/3] kvm_stat: Update exit reasons to the latest defintion

2015-01-22 Thread Wei Huang
On 01/22/2015 06:56 AM, Paolo Bonzini wrote: > > > On 21/01/2015 22:15, Wei Huang wrote: >> +56: 'ACPI_WRITE', > > APIC_WRITE. :) > > Will fix when committing. Gerr... thanks! -Wei > > Paolo > >> +58: 'INVPCID', >> } >> >

Re: [Qemu-devel] [PATCH 2/3] kvm_stat: Update exit reasons to the latest defintion

2015-01-22 Thread Paolo Bonzini
On 21/01/2015 22:15, Wei Huang wrote: > +56: 'ACPI_WRITE', APIC_WRITE. :) Will fix when committing. Paolo > +58: 'INVPCID', > } >

[Qemu-devel] [PATCH 2/3] kvm_stat: Update exit reasons to the latest defintion

2015-01-21 Thread Wei Huang
This patch updates the exit reasons for x86_vmx, x86_svm, and userspace to the latest definition. Signed-off-by: Wei Huang --- scripts/kvm/kvm_stat | 4 1 file changed, 4 insertions(+) diff --git a/scripts/kvm/kvm_stat b/scripts/kvm/kvm_stat index 470ca08..e8b3295 100755 --- a/scripts/kvm/