We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20decf9 commit c12ceaeCopy full SHA for c12ceae
doc/strace.1.in
@@ -1030,6 +1030,11 @@ if the tracee is in a different PID namespace.
1030
Prints the exit reason of kvm vcpu (=\fBvcpu\fR), or
1031
prints the whole kvm_run struct including the reason (=\fBvcpu+\fR).
1032
Requires Linux kernel version 4.16.0 or higher.
1033
+.IP
1034
+The \fBvcpu+\fR output uses prefixes \fBVCPU:\fICPU#\fB<\fR and \fBVCPU:\fICPU#\fB>\fR.
1035
+Lines starting with the former indicate the state of the structure
1036
+before calling KVM_RUN, and those starting with the latter show the
1037
+state after calling KVM_RUN.
1038
.TP
1039
.BR "\-e\ namespace" = new
1040
.TQ
0 commit comments