Browse Source
Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>master
committed by
Peter Maydell
10 changed files with 33 additions and 71 deletions
@ -1,20 +0,0 @@ |
|||
/*
|
|||
* 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(); |
|||
} |
|||
Loading…
Reference in new issue