spapr_vio.c (10e1b75961fcd4165a76d04bdcc5065aac1175f1) | spapr_vio.c (0d75590d919454be322f21d55494b8937651fc86) |
---|---|
1/* 2 * QEMU sPAPR VIO code 3 * 4 * Copyright (c) 2010 David Gibson, IBM Corporation <dwg@au1.ibm.com> 5 * Based on the s390 virtio bus code: 6 * Copyright (c) 2009 Alexander Graf <agraf@suse.de> 7 * 8 * This library is free software; you can redistribute it and/or --- 5 unchanged lines hidden (view full) --- 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 20 */ 21 | 1/* 2 * QEMU sPAPR VIO code 3 * 4 * Copyright (c) 2010 David Gibson, IBM Corporation <dwg@au1.ibm.com> 5 * Based on the s390 virtio bus code: 6 * Copyright (c) 2009 Alexander Graf <agraf@suse.de> 7 * 8 * This library is free software; you can redistribute it and/or --- 5 unchanged lines hidden (view full) --- 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 20 */ 21 |
22#include "qemu/osdep.h" |
|
22#include "hw/hw.h" 23#include "sysemu/sysemu.h" 24#include "hw/boards.h" 25#include "hw/loader.h" 26#include "elf.h" 27#include "hw/sysbus.h" 28#include "sysemu/kvm.h" 29#include "sysemu/device_tree.h" --- 674 unchanged lines hidden --- | 23#include "hw/hw.h" 24#include "sysemu/sysemu.h" 25#include "hw/boards.h" 26#include "hw/loader.h" 27#include "elf.h" 28#include "hw/sysbus.h" 29#include "sysemu/kvm.h" 30#include "sysemu/device_tree.h" --- 674 unchanged lines hidden --- |