Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20210315...
[qemu/ar7.git] / stubs / fw_cfg.c
blobbb1e3c8aa95c70445cf96c77e4bfa39dd98a206b
1 /*
2 * fw_cfg stubs
4 * Copyright (c) 2019 Red Hat, Inc.
6 * Author:
7 * Philippe Mathieu-Daudé <philmd@redhat.com>
9 * SPDX-License-Identifier: GPL-2.0-or-later
11 * This work is licensed under the terms of the GNU GPL, version 2 or later.
12 * See the COPYING file in the top-level directory.
15 #include "qemu/osdep.h"
16 #include "hw/nvram/fw_cfg.h"
18 const char *fw_cfg_arch_key_name(uint16_t key)
20 return NULL;