Skip to content

Commit

Permalink
target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h'
Browse files Browse the repository at this point in the history
"kvm_ppc.h" declares:

  int kvm_handle_nmi(PowerPCCPU *cpu, struct kvm_run *run);

'struct kvm_run' is declared in "sysemu/kvm.h", include it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-ID: <20230627115124.19632-2-philmd@linaro.org>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
  • Loading branch information
philmd authored and danielhb committed Jul 7, 2023
1 parent 55a7fa3 commit 597645c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/ppc/kvm_ppc.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#ifndef KVM_PPC_H
#define KVM_PPC_H

#include "sysemu/kvm.h"
#include "exec/hwaddr.h"
#include "cpu.h"

Expand Down

0 comments on commit 597645c

Please sign in to comment.