spapr_hcall.c (6bc56d317f7b5004ea2d89d264bddc8b4d081700) spapr_hcall.c (b39466269b9b3c29b0c31c1320aa519f376b750f)
1#include "qemu/osdep.h"
2#include "qapi/error.h"
1#include "qemu/osdep.h"
2#include "qapi/error.h"
3#include "sysemu/hw_accel.h"
3#include "sysemu/sysemu.h"
4#include "qemu/log.h"
5#include "cpu.h"
6#include "exec/exec-all.h"
7#include "helper_regs.h"
8#include "hw/ppc/spapr.h"
9#include "mmu-hash64.h"
10#include "cpu-models.h"
11#include "trace.h"
4#include "sysemu/sysemu.h"
5#include "qemu/log.h"
6#include "cpu.h"
7#include "exec/exec-all.h"
8#include "helper_regs.h"
9#include "hw/ppc/spapr.h"
10#include "mmu-hash64.h"
11#include "cpu-models.h"
12#include "trace.h"
12#include "sysemu/kvm.h"
13#include "kvm_ppc.h"
14#include "hw/ppc/spapr_ovec.h"
15
16struct SPRSyncState {
17 int spr;
18 target_ulong value;
19 target_ulong mask;
20};

--- 1112 unchanged lines hidden ---
13#include "kvm_ppc.h"
14#include "hw/ppc/spapr_ovec.h"
15
16struct SPRSyncState {
17 int spr;
18 target_ulong value;
19 target_ulong mask;
20};

--- 1112 unchanged lines hidden ---