Re: [Qemu-devel] [PATCH] PPC: KVM: Compile fix for qemu_notify_event

2013-08-29 Thread Andreas Färber
Am 29.08.2013 02:13, schrieb Alexander Graf: > The function qemu_notify_event is defined by a header that we don't > include in the PPC KVM code. Include it to get the code building > again. > > target-ppc/kvm_ppc.c: In function 'kvmppc_timer_hack': > target-ppc/kvm_ppc.c:26:5: error: implicit

[Qemu-devel] [PATCH] PPC: KVM: Compile fix for qemu_notify_event

2013-08-28 Thread Alexander Graf
The function qemu_notify_event is defined by a header that we don't include in the PPC KVM code. Include it to get the code building again. target-ppc/kvm_ppc.c: In function 'kvmppc_timer_hack': target-ppc/kvm_ppc.c:26:5: error: implicit declaration of function 'qemu_notify_event' [-Werror=im