Re: [Qemu-devel] [PATCH 2/6] kvm_stat: Fix the non-x86 exit reasons

2014-10-31 Thread Paolo Bonzini
On 17/06/2014 09:54, Michael Ellerman wrote: > In kvm_stat we have a dictionary of exit reasons for s390. Firstly these > are not s390 specific, they are the generic exit reasons. So rename the > dictionary to reflect that. > > Secondly, the values are defined using hex, but in the kernel header

[Qemu-devel] [PATCH 2/6] kvm_stat: Fix the non-x86 exit reasons

2014-06-17 Thread Michael Ellerman
In kvm_stat we have a dictionary of exit reasons for s390. Firstly these are not s390 specific, they are the generic exit reasons. So rename the dictionary to reflect that. Secondly, the values are defined using hex, but in the kernel header they are decimal. That means values above 9 in kvm_stat