Re: [PATCH v2 3/3] Add inject plugin and x86_64 target for the inject plugin

2024-12-09 Thread Pierrick Bouvier
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

Re: [PATCH v2 3/3] Add inject plugin and x86_64 target for the inject plugin

2024-12-06 Thread Rowan Hart
>> +++ 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

Re: [PATCH v2 3/3] Add inject plugin and x86_64 target for the inject plugin

2024-12-06 Thread Pierrick Bouvier
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

[PATCH v2 3/3] Add inject plugin and x86_64 target for the inject plugin

2024-12-06 Thread Rowan Hart
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