Re: [PATCH] trace-cmd: Report unknown VMX exit reasons with code

2013-10-04 Thread Steven Rostedt
On Fri, 04 Oct 2013 15:40:29 +0200 Jan Kiszka wrote: > Ping. While my other patch of that time was merged, this one didn't make > it yet. Any open issues? Hmm, no. Not sure how I missed this one. Probably because it didn't have the 2/2 patch format and I thought there was only one patch? I'll

Re: [PATCH] trace-cmd: Report unknown VMX exit reasons with code

2013-10-04 Thread Jan Kiszka
On 2013-08-11 09:59, Jan Kiszka wrote: > From: Jan Kiszka > > Allows to parse the result even if the KVM plugin does not yet > understand a specific exit code. > > Signed-off-by: Jan Kiszka > --- > plugin_kvm.c | 12 > 1 files changed, 8 insertions(+), 4 deletions(-) > > diff -

[PATCH] trace-cmd: Report unknown VMX exit reasons with code

2013-08-11 Thread Jan Kiszka
From: Jan Kiszka Allows to parse the result even if the KVM plugin does not yet understand a specific exit code. Signed-off-by: Jan Kiszka --- plugin_kvm.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/plugin_kvm.c b/plugin_kvm.c index 8a25cf1..59443e5 100