Rename hv_defeat to hv_defeat_0304.

This commit is contained in:
Andy Nguyen
2026-05-15 13:01:11 +02:00
parent a5f27e2205
commit e84dcbf281
3 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
#ifndef HV_DEFEAT_H
#define HV_DEFEAT_H
#ifndef HV_DEFEAT_0304_H
#define HV_DEFEAT_0304_H
#include "iommu.h"
#include <stdint.h>
int hv_defeat(void);
int hv_defeat_0304(void);
int stage1_tmr_relax(void);
int stage2_find_vmcbs(void);
uint64_t get_vmcb(int core);