e500plat.c (18640989a9f5e4d2e84b566c52ff1fccfa0dbf4a) | e500plat.c (0d75590d919454be322f21d55494b8937651fc86) |
---|---|
1/* 2 * Generic device-tree-driven paravirt PPC e500 platform 3 * 4 * Copyright 2012 Freescale Semiconductor, Inc. 5 * 6 * This is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 */ 11 | 1/* 2 * Generic device-tree-driven paravirt PPC e500 platform 3 * 4 * Copyright 2012 Freescale Semiconductor, Inc. 5 * 6 * This is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 */ 11 |
12#include "config.h" | 12#include "qemu/osdep.h" |
13#include "qemu-common.h" 14#include "e500.h" 15#include "hw/boards.h" 16#include "sysemu/device_tree.h" 17#include "hw/pci/pci.h" 18#include "hw/ppc/openpic.h" 19#include "kvm_ppc.h" 20 --- 48 unchanged lines hidden --- | 13#include "qemu-common.h" 14#include "e500.h" 15#include "hw/boards.h" 16#include "sysemu/device_tree.h" 17#include "hw/pci/pci.h" 18#include "hw/ppc/openpic.h" 19#include "kvm_ppc.h" 20 --- 48 unchanged lines hidden --- |