Skip to content

Commit

Permalink
[guest-test] Test Enhance: Use installed kernel headers search path
Browse files Browse the repository at this point in the history
use guest os installed kernel headers search path and remove previous
standalone header file to avoid kernel driver and selftest tool ioctl
conflictions

[Test Components] tdx
[Test Types] func
[Supported Devices] spr,emr,gnr,srf

Signed-off-by: Hongyu Ning <[email protected]>
  • Loading branch information
hongyuni committed Oct 23, 2023
1 parent cc05828 commit 5a9b9e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 136 deletions.
135 changes: 0 additions & 135 deletions guest-test/tdx/tdx_attest_test_suite/include/linux/tdx.h

This file was deleted.

2 changes: 1 addition & 1 deletion guest-test/tdx/tdx_attest_test_suite/tdx-attest-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <sys/mman.h>
#include <time.h>

#include "include/linux/tdx.h"
#include <linux/tdx-guest.h>
#include "include/linux/kselftest_harness.h"

#define TDX_GUEST_DEVNAME "/dev/tdx_guest"
Expand Down

0 comments on commit 5a9b9e3

Please sign in to comment.