On 12/6/24 17:02, Rowan Hart wrote:
+++ b/tests/tcg/plugins/inject.c
Could we find a better name?
For sure, maybe "hypercalls.c" since that's really what it's mostly about.
Sounds good.
@@ -0,0 +1,206 @@
+/*
+ * Copyright (C) 2024, Rowan Hart
+ *
+ * License: GNU GPL, version 2 or later
>> +++ b/tests/tcg/plugins/inject.c
>
> Could we find a better name?
For sure, maybe "hypercalls.c" since that's really what it's mostly about.
>> @@ -0,0 +1,206 @@
>> +/*
>> + * Copyright (C) 2024, Rowan Hart
>> + *
>> + * License: GNU GPL, version 2 or later.
>> + * See the COPYING file in
On 12/6/24 02:26, Rowan Hart wrote:
From: novafacing
---
tests/tcg/plugins/inject.c | 206 +++
tests/tcg/plugins/meson.build| 2 +-
tests/tcg/x86_64/Makefile.target | 1 +
tests/tcg/x86_64/inject-target.c | 27
4 files changed, 235 insertion
From: novafacing
---
tests/tcg/plugins/inject.c | 206 +++
tests/tcg/plugins/meson.build| 2 +-
tests/tcg/x86_64/Makefile.target | 1 +
tests/tcg/x86_64/inject-target.c | 27
4 files changed, 235 insertions(+), 1 deletion(-)
create mode 100644 tes