kvm.c (d525ffabab9e75a76cbeda2be43bb7988e304012) | kvm.c (b39466269b9b3c29b0c31c1320aa519f376b750f) |
---|---|
1/* 2 * PowerPC implementation of KVM hooks 3 * 4 * Copyright IBM Corp. 2007 5 * Copyright (C) 2011 Freescale Semiconductor, Inc. 6 * 7 * Authors: 8 * Jerone Young <jyoung5@us.ibm.com> --- 12 unchanged lines hidden (view full) --- 21 22#include <linux/kvm.h> 23 24#include "qemu-common.h" 25#include "qemu/error-report.h" 26#include "cpu.h" 27#include "qemu/timer.h" 28#include "sysemu/sysemu.h" | 1/* 2 * PowerPC implementation of KVM hooks 3 * 4 * Copyright IBM Corp. 2007 5 * Copyright (C) 2011 Freescale Semiconductor, Inc. 6 * 7 * Authors: 8 * Jerone Young <jyoung5@us.ibm.com> --- 12 unchanged lines hidden (view full) --- 21 22#include <linux/kvm.h> 23 24#include "qemu-common.h" 25#include "qemu/error-report.h" 26#include "cpu.h" 27#include "qemu/timer.h" 28#include "sysemu/sysemu.h" |
29#include "sysemu/kvm.h" | 29#include "sysemu/hw_accel.h" |
30#include "sysemu/numa.h" 31#include "kvm_ppc.h" 32#include "sysemu/cpus.h" 33#include "sysemu/device_tree.h" 34#include "mmu-hash64.h" 35 36#include "hw/sysbus.h" 37#include "hw/ppc/spapr.h" --- 2642 unchanged lines hidden --- | 30#include "sysemu/numa.h" 31#include "kvm_ppc.h" 32#include "sysemu/cpus.h" 33#include "sysemu/device_tree.h" 34#include "mmu-hash64.h" 35 36#include "hw/sysbus.h" 37#include "hw/ppc/spapr.h" --- 2642 unchanged lines hidden --- |