blob: b8aa97f2d491bd0af0bf3fa88d92ecf69329b19c [file] [log] [blame]
Alexander Graf4be1db82013-06-28 13:47:15 +02001/*
2 * QEMU KVM PPC specific function stubs
3 *
4 * Copyright Freescale Inc. 2013
5 *
6 * Author: Alexander Graf <agraf@suse.de>
7 *
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
10 *
11 */
Peter Maydell0d755902016-01-26 18:16:58 +000012#include "qemu/osdep.h"
Alexander Graf4be1db82013-06-28 13:47:15 +020013#include "qemu-common.h"
Paolo Bonzini33c11872016-03-15 16:58:45 +010014#include "cpu.h"
Mark Cave-Ayland8d085cf2018-02-28 20:32:39 +000015#include "hw/ppc/openpic_kvm.h"
Scott Woodd85937e2013-06-12 15:32:51 -050016
17int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs)
18{
19 return -EINVAL;
20}