PPC: KVM: Compile fix for qemu_notify_event
commit7bb438b6a102766ac58e1a2981f8749e4515aa01
authorAlexander Graf <agraf@suse.de>
Thu, 29 Aug 2013 00:00:16 +0000 (29 02:00 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 2 Sep 2013 08:06:42 +0000 (2 10:06 +0200)
treef8df09b82fbfa45b07d746a28568abe635394f6b
parent42561bf2e464a2d682707af1640fc2db1e937c42
PPC: KVM: Compile fix for qemu_notify_event

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=implicit-function-declaration]
  target-ppc/kvm_ppc.c:26:5: error: nested extern declaration of 'qemu_notify_event' [-Werror=nested-externs]

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/kvm_ppc.c