Re: [Qemu-devel] [PATCH 1/2] trace: Add "vcpu_init" event

2011-09-21 Thread Jan Kiszka
On 2011-09-20 21:06, Lluís Vilanova wrote: > Signals the creation of a new vCPU (CPUState structure). > > Signed-off-by: Lluís Vilanova > --- > cpus.c|1 + > qemu-common.h |4 +++- > trace-events |7 +++ > 3 files changed, 11 insertions(+), 1 deletions(-) > > diff --git

[Qemu-devel] [PATCH 1/2] trace: Add "vcpu_init" event

2011-09-20 Thread Lluís Vilanova
Signals the creation of a new vCPU (CPUState structure). Signed-off-by: Lluís Vilanova --- cpus.c|1 + qemu-common.h |4 +++- trace-events |7 +++ 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/cpus.c b/cpus.c index 54c188c..ab699bb 100644 --- a/cpus.c +