Re: [PATCH v9 06/12] KVM: x86: Add Intel Processor Trace virtualization mode

2018-06-11 Thread Paolo Bonzini
On 07/06/2018 15:26, Alexander Shishkin wrote: >> Intel PT virtualization can be work in one of 2 possible modes: >> a. system-wide: trace both host and guest and output to host buffer; >> b. host-guest: trace host/guest simultaneous and output to their >>respective buffer. > > I think we discu

RE: [PATCH v9 06/12] KVM: x86: Add Intel Processor Trace virtualization mode

2018-06-08 Thread Kang, Luwei
> > From: Chao Peng > > > > Intel PT virtualization can be work in one of 2 possible modes: > > a. system-wide: trace both host and guest and output to host buffer; > > b. host-guest: trace host/guest simultaneous and output to their > >respective buffer. > > I think we discussed this before.

Re: [PATCH v9 06/12] KVM: x86: Add Intel Processor Trace virtualization mode

2018-06-07 Thread Alexander Shishkin
On Tue, May 22, 2018 at 12:52:09PM +0800, Luwei Kang wrote: > From: Chao Peng > > Intel PT virtualization can be work in one of 2 possible modes: > a. system-wide: trace both host and guest and output to host buffer; > b. host-guest: trace host/guest simultaneous and output to their >respecti

[PATCH v9 06/12] KVM: x86: Add Intel Processor Trace virtualization mode

2018-05-21 Thread Luwei Kang
From: Chao Peng Intel PT virtualization can be work in one of 2 possible modes: a. system-wide: trace both host and guest and output to host buffer; b. host-guest: trace host/guest simultaneous and output to their respective buffer. Signed-off-by: Chao Peng Signed-off-by: Luwei Kang --- ar