ppc440_bamboo.c (9e071429e649346c14b2dc76902f84f8352d2333) | ppc440_bamboo.c (0d75590d919454be322f21d55494b8937651fc86) |
---|---|
1/* 2 * QEMU PowerPC 440 Bamboo board emulation 3 * 4 * Copyright 2007 IBM Corporation. 5 * Authors: 6 * Jerone Young <jyoung5@us.ibm.com> 7 * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> 8 * Hollis Blanchard <hollisb@us.ibm.com> 9 * 10 * This work is licensed under the GNU GPL license version 2 or later. 11 * 12 */ 13 | 1/* 2 * QEMU PowerPC 440 Bamboo board emulation 3 * 4 * Copyright 2007 IBM Corporation. 5 * Authors: 6 * Jerone Young <jyoung5@us.ibm.com> 7 * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> 8 * Hollis Blanchard <hollisb@us.ibm.com> 9 * 10 * This work is licensed under the GNU GPL license version 2 or later. 11 * 12 */ 13 |
14#include "config.h" | 14#include "qemu/osdep.h" |
15#include "qemu-common.h" 16#include "net/net.h" 17#include "hw/hw.h" 18#include "hw/pci/pci.h" 19#include "hw/boards.h" 20#include "sysemu/kvm.h" 21#include "kvm_ppc.h" 22#include "sysemu/device_tree.h" --- 277 unchanged lines hidden --- | 15#include "qemu-common.h" 16#include "net/net.h" 17#include "hw/hw.h" 18#include "hw/pci/pci.h" 19#include "hw/boards.h" 20#include "sysemu/kvm.h" 21#include "kvm_ppc.h" 22#include "sysemu/device_tree.h" --- 277 unchanged lines hidden --- |