pnv_xscom.c (d1e8e8ecc3d2a1a72504912d671f1cbbac1b06e5) | pnv_xscom.c (b39466269b9b3c29b0c31c1320aa519f376b750f) |
---|---|
1/* 2 * QEMU PowerPC PowerNV XSCOM bus 3 * 4 * Copyright (c) 2016, IBM Corporation. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 6 unchanged lines hidden (view full) --- 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 */ 19#include "qemu/osdep.h" 20#include "qapi/error.h" 21#include "hw/hw.h" 22#include "qemu/log.h" | 1/* 2 * QEMU PowerPC PowerNV XSCOM bus 3 * 4 * Copyright (c) 2016, IBM Corporation. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 6 unchanged lines hidden (view full) --- 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 */ 19#include "qemu/osdep.h" 20#include "qapi/error.h" 21#include "hw/hw.h" 22#include "qemu/log.h" |
23#include "sysemu/kvm.h" | 23#include "sysemu/hw_accel.h" |
24#include "target/ppc/cpu.h" 25#include "hw/sysbus.h" 26 27#include "hw/ppc/fdt.h" 28#include "hw/ppc/pnv.h" 29#include "hw/ppc/pnv_xscom.h" 30 31#include <libfdt.h> --- 244 unchanged lines hidden --- | 24#include "target/ppc/cpu.h" 25#include "hw/sysbus.h" 26 27#include "hw/ppc/fdt.h" 28#include "hw/ppc/pnv.h" 29#include "hw/ppc/pnv_xscom.h" 30 31#include <libfdt.h> --- 244 unchanged lines hidden --- |