aboutsummaryrefslogtreecommitdiff
path: root/target/arm/hvf-stub.c
blob: ff137267a038bb56ebff6d500139ab933add8d9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * QEMU Hypervisor.framework (HVF) stubs for ARM
 *
 *  Copyright (c) Linaro
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#include "qemu/osdep.h"
#include "hvf_arm.h"

uint32_t hvf_arm_get_default_ipa_bit_size(void)
{
    g_assert_not_reached();
}

uint32_t hvf_arm_get_max_ipa_bit_size(void)
{
    g_assert_not_reached();
}