blob: ee3f5d2f72dd2aabca2c114ca6b7a502d42e8b61 [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 */
12#include "qemu-common.h"
Scott Woodd85937e2013-06-12 15:32:51 -050013#include "hw/ppc/openpic.h"
14
15int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs)
16{
17 return -EINVAL;
18}