strace.1.in: document -e kvm=vcpu option
* strace.1.in (-e kvm=vcpu): Document new option. * NEWS: Mention -e kvm=vcpu option. Signed-off-by: Masatake YAMATO <yamato@redhat.com> Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
parent
b7416438b8
commit
03d4f01e31
2
NEWS
2
NEWS
@ -2,6 +2,8 @@ Noteworthy changes in release ?.?? (????-??-??)
|
||||
===============================================
|
||||
|
||||
* Improvements
|
||||
* Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
|
||||
requires Linux kernel version 4.16.0 or higher.
|
||||
* Implemented decoding of KVM_SET_CPUID2 and KVM_GET_*_CPUID ioctl commands.
|
||||
|
||||
Noteworthy changes in release 4.23 (2018-06-14)
|
||||
|
@ -427,8 +427,9 @@ is one of
|
||||
.BR read ,
|
||||
.BR write ,
|
||||
.BR fault ,
|
||||
.BR inject ,
|
||||
or
|
||||
.B inject
|
||||
.B kvm
|
||||
and
|
||||
.I value
|
||||
is a qualifier-dependent symbol or number. The default
|
||||
@ -770,6 +771,11 @@ This is equivalent to more generic
|
||||
option set to
|
||||
.IR ENOSYS .
|
||||
|
||||
.TP
|
||||
.BR "\-e\ kvm" = vcpu
|
||||
Print the exit reason of kvm vcpu. Requires Linux kernel version 4.16.0
|
||||
or higher.
|
||||
|
||||
.TP
|
||||
.BI "\-P " path
|
||||
Trace only system calls accessing
|
||||
|
Loading…
x
Reference in New Issue
Block a user