Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
12 lines
212 B
C
12 lines
212 B
C
/*
|
|
* Nitro accel stubs for QEMU
|
|
*
|
|
* Copyright © 2026 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
#include "qemu/osdep.h"
|
|
|
|
bool nitro_allowed;
|