Re: [PATCH v3 00/17] Hyper-V: add tracing to VMBus module and trace messages/events

2017-10-05 Thread Stephen Hemminger
On Thu, 5 Oct 2017 16:50:27 +0200 Vitaly Kuznetsov wrote: > Changes since v2: > - Use DEFINE_EVENT in PATCH1/2 to avoid compile warnings [Stephen Hemminger] > - Add PATCH17 tracing channel events [Stephen Hemminger] > > Messages between guest and host are used in Hyper-V as control flow. To > s

[PATCH v3 00/17] Hyper-V: add tracing to VMBus module and trace messages/events

2017-10-05 Thread Vitaly Kuznetsov
Changes since v2: - Use DEFINE_EVENT in PATCH1/2 to avoid compile warnings [Stephen Hemminger] - Add PATCH17 tracing channel events [Stephen Hemminger] Messages between guest and host are used in Hyper-V as control flow. To simplify debugging various issues which are often hard to reproduce add tr