Alexander Graf | 4be1db8 | 2013-06-28 13:47:15 +0200 | [diff] [blame] | 1 | /* |
| 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 Maydell | 0d75590 | 2016-01-26 18:16:58 +0000 | [diff] [blame] | 12 | #include "qemu/osdep.h" |
Alexander Graf | 4be1db8 | 2013-06-28 13:47:15 +0200 | [diff] [blame] | 13 | #include "qemu-common.h" |
Paolo Bonzini | 33c1187 | 2016-03-15 16:58:45 +0100 | [diff] [blame] | 14 | #include "cpu.h" |
Mark Cave-Ayland | 8d085cf | 2018-02-28 20:32:39 +0000 | [diff] [blame] | 15 | #include "hw/ppc/openpic_kvm.h" |
Scott Wood | d85937e | 2013-06-12 15:32:51 -0500 | [diff] [blame] | 16 | |
| 17 | int kvm_openpic_connect_vcpu(DeviceState *d, CPUState *cs) |
| 18 | { |
| 19 | return -EINVAL; |
| 20 | } |