Message ID | 20181003083102.12785-1-slavomir.kaslev@gmail.com (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [virt-server] trace-cmd: Fix a typo in VIRT_SERVER | expand |
diff --git a/VIRT-SERVER b/VIRT-SERVER index b4ce550..1970cec 100644 --- a/VIRT-SERVER +++ b/VIRT-SERVER @@ -277,7 +277,7 @@ You can also add host tracing as well. # trace-cmd -e kvm -e irq -A Guest1 -e irq -A Guest2 -e irq The above enables kvm and irq events on the host, and irq events on guests -Gust1 and Gust2. Notice that this is run as root. In order to enable tracing +Guest1 and Guest2. Notice that this is run as root. In order to enable tracing on the host, root privliges are required.