From 758e65871b311121d75adf984c1efd083bd36f49 Mon Sep 17 00:00:00 2001 From: Sergej Schumilo Date: Thu, 7 Apr 2022 10:58:16 +0200 Subject: [PATCH] update NYX_HOST_VERSION --- nyx/hypercall/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/hypercall/configuration.h b/nyx/hypercall/configuration.h index 3c4e9ea0f0..a94e92b3f6 100644 --- a/nyx/hypercall/configuration.h +++ b/nyx/hypercall/configuration.h @@ -10,7 +10,7 @@ void handle_hypercall_kafl_set_agent_config(struct kvm_run *run, CPUState *cpu, #define NYX_HOST_MAGIC 0x4878794e #define NYX_AGENT_MAGIC 0x4178794e -#define NYX_HOST_VERSION 1 +#define NYX_HOST_VERSION 2 #define NYX_AGENT_VERSION 1 typedef struct host_config_s{