blob: b2c66df532f91b33b6159f765cae5372a92c249a [file] [log] [blame]
Peter Maydellff047452013-06-25 18:16:07 +01001/*
2 * QEMU KVM ARM specific function stubs
3 *
4 * Copyright Linaro Limited 2013
5 *
6 * Author: Peter Maydell <peter.maydell@linaro.org>
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 Maydell74c21bd2015-12-07 16:23:44 +000012#include "qemu/osdep.h"
Peter Maydellff047452013-06-25 18:16:07 +010013#include "qemu-common.h"
Paolo Bonzini33c11872016-03-15 16:58:45 +010014#include "cpu.h"
Peter Maydellff047452013-06-25 18:16:07 +010015#include "kvm_arm.h"
16
17bool write_kvmstate_to_list(ARMCPU *cpu)
18{
19 abort();
20}
21
Christoffer Dall4b7a6bf2015-07-21 11:18:45 +010022bool write_list_to_kvmstate(ARMCPU *cpu, int level)
Peter Maydellff047452013-06-25 18:16:07 +010023{
24 abort();
25}