spapr.c (bd8ef5060dd2124a54578241da9a572faf7658dd) spapr.c (b39466269b9b3c29b0c31c1320aa519f376b750f)
1/*
2 * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator
3 *
4 * Copyright (c) 2004-2007 Fabrice Bellard
5 * Copyright (c) 2007 Jocelyn Mayer
6 * Copyright (c) 2010 David Gibson, IBM Corporation.
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy

--- 22 unchanged lines hidden (view full) ---

31#include "hw/hw.h"
32#include "qemu/log.h"
33#include "hw/fw-path-provider.h"
34#include "elf.h"
35#include "net/net.h"
36#include "sysemu/device_tree.h"
37#include "sysemu/block-backend.h"
38#include "sysemu/cpus.h"
1/*
2 * QEMU PowerPC pSeries Logical Partition (aka sPAPR) hardware System Emulator
3 *
4 * Copyright (c) 2004-2007 Fabrice Bellard
5 * Copyright (c) 2007 Jocelyn Mayer
6 * Copyright (c) 2010 David Gibson, IBM Corporation.
7 *
8 * Permission is hereby granted, free of charge, to any person obtaining a copy

--- 22 unchanged lines hidden (view full) ---

31#include "hw/hw.h"
32#include "qemu/log.h"
33#include "hw/fw-path-provider.h"
34#include "elf.h"
35#include "net/net.h"
36#include "sysemu/device_tree.h"
37#include "sysemu/block-backend.h"
38#include "sysemu/cpus.h"
39#include "sysemu/kvm.h"
39#include "sysemu/hw_accel.h"
40#include "kvm_ppc.h"
41#include "migration/migration.h"
42#include "mmu-hash64.h"
43#include "qom/cpu.h"
44
45#include "hw/boards.h"
46#include "hw/ppc/ppc.h"
47#include "hw/loader.h"

--- 2957 unchanged lines hidden ---
40#include "kvm_ppc.h"
41#include "migration/migration.h"
42#include "mmu-hash64.h"
43#include "qom/cpu.h"
44
45#include "hw/boards.h"
46#include "hw/ppc/ppc.h"
47#include "hw/loader.h"

--- 2957 unchanged lines hidden ---