hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/tools/testing/vsock/README
....@@ -5,12 +5,13 @@
55
66 The following tests are available:
77
8
+ * vsock_test - core AF_VSOCK socket functionality
89 * vsock_diag_test - vsock_diag.ko module for listing open sockets
910
1011 The following prerequisite steps are not automated and must be performed prior
1112 to running tests:
1213
13
-1. Build the kernel and these tests.
14
+1. Build the kernel, make headers_install, and build these tests.
1415 2. Install the kernel and tests on the host.
1516 3. Install the kernel and tests inside the guest.
1617 4. Boot the guest and ensure that the AF_VSOCK transport is enabled.