diff options
Diffstat (limited to 'accel/mshv/trace.h')
-rw-r--r-- | accel/mshv/trace.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/accel/mshv/trace.h b/accel/mshv/trace.h new file mode 100644 index 0000000..0dca48f --- /dev/null +++ b/accel/mshv/trace.h @@ -0,0 +1,14 @@ +/* + * QEMU MSHV support + * + * Copyright Microsoft, Corp. 2025 + * + * Authors: + * Ziqiao Zhou <ziqiaozhou@microsoft.com> + * Magnus Kulke <magnuskulke@microsoft.com> + * + * SPDX-License-Identifier: GPL-2.0-or-later + * + */ + +#include "trace/trace-accel_mshv.h" |