]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/semihost-all.c
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into...
[mirror_qemu.git] / stubs / semihost-all.c
1 /*
2 * Semihosting Stubs for all targets
3 *
4 * Copyright (c) 2023 Linaro Ltd
5 *
6 * Stubs for all targets that don't actually do semihosting.
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
11 #include "qemu/osdep.h"
12 #include "semihosting/semihost.h"
13
14 SemihostingTarget semihosting_get_target(void)
15 {
16 return SEMIHOSTING_TARGET_AUTO;
17 }