Re: [Qemu-devel] [PATCH 1/2] kvm_stat: Define RESET ioctl number for PPC

2015-02-03 Thread Paolo Bonzini
On 30/01/2015 19:17, Wei Huang wrote: > This patch defines the RESET ioctl number for PPC architecture. Without it, > the reset() function of Event class can potentionally cause exception on > PPC. > > Signed-off-by: Wei Huang > --- > scripts/kvm/kvm_stat | 1 + > 1 file changed, 1 insertion(+

[Qemu-devel] [PATCH 1/2] kvm_stat: Define RESET ioctl number for PPC

2015-01-30 Thread Wei Huang
This patch defines the RESET ioctl number for PPC architecture. Without it, the reset() function of Event class can potentionally cause exception on PPC. Signed-off-by: Wei Huang --- scripts/kvm/kvm_stat | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/kvm/kvm_stat b/scripts/kvm/kvm_s