You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/src/tutorial/libvmi.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ cmake --build build
37
37
38
38
The following example is based on `memflow`, but any libmicrovmi driver can be used.
39
39
40
-
Assuming memflow connector `qemu_procfs` is installed and a QEMU VM is running:
40
+
Assuming memflow connector `qemu` is installed and a QEMU VM is running:
41
41
~~~
42
42
sudo -E ./examples/vmi-win-guid name <vm name>
43
43
~~~
44
44
45
-
Note: memflow `qemu_procfs` connector requires to be root.
45
+
Note: memflow `qemu` connector requires to be root.
46
46
Note2: `RUST_LOG=info` or `RUST_LOG=debug` will give you extra info about libmicrovmi searching for available drivers.
47
-
Note3: at this point, the `qemu_procfs` connector is hardcoded in LibVMI, but extending the command line argument and `vmi_init` function should be an easy task.
47
+
Note3: at this point, the `qemu` connector is hardcoded in LibVMI, but extending the command line argument and `vmi_init` function should be an easy task.
0 commit comments