Re: [Xen-devel] [PATCH v9 09/13] Add xentrace to vmware_port

2015-03-03 Thread Ian Campbell
On Mon, 2015-02-16 at 18:05 -0500, Don Slutz wrote: > tools/xentrace/formats | 5 + > [...] > diff --git a/tools/xentrace/formats b/tools/xentrace/formats > index 5d7b72a..eec65f4 100644 > --- a/tools/xentrace/formats > +++ b/tools/xentrace/formats > @@ -79,6 +79,11 @@ > 0x00082020

Re: [Xen-devel] [PATCH v9 09/13] Add xentrace to vmware_port

2015-02-17 Thread Don Slutz
On 02/17/15 08:45, Andrew Cooper wrote: > On 16/02/15 23:05, Don Slutz wrote: >> Also added missing TRAP_DEBUG & VLAPIC. >> >> Signed-off-by: Don Slutz > > This patch doesn't actually add any trace points. > Sigh. They got lost in rebaseing. Will recover and add to v10. Here is just the trac

Re: [Xen-devel] [PATCH v9 09/13] Add xentrace to vmware_port

2015-02-17 Thread Andrew Cooper
On 16/02/15 23:05, Don Slutz wrote: > Also added missing TRAP_DEBUG & VLAPIC. > > Signed-off-by: Don Slutz This patch doesn't actually add any trace points. > --- > v9: > Dropped unneed VMPORT_UNHANDLED, VMPORT_DECODE. > > v7: > Dropped some of the new traces. > Added HVMTRACE_ND7.

[Xen-devel] [PATCH v9 09/13] Add xentrace to vmware_port

2015-02-16 Thread Don Slutz
Also added missing TRAP_DEBUG & VLAPIC. Signed-off-by: Don Slutz --- v9: Dropped unneed VMPORT_UNHANDLED, VMPORT_DECODE. v7: Dropped some of the new traces. Added HVMTRACE_ND7. v6: Dropped the attempt to use svm_nextrip_insn_length via __get_instruction_length (added i