Re: [Qemu-devel] [PATCH] ioapic/tracing: Remove last DPRINTFs

2017-11-28 Thread Michael S. Tsirkin
On Thu, Nov 02, 2017 at 06:03:10PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Remove the last few DPRINTFs from hw/intc/ioapic.c and turn > them into tracing. In one case it's a new trace, in the others > it's just adding a parameter to the existing traces. >

Re: [Qemu-devel] [PATCH] ioapic/tracing: Remove last DPRINTFs

2017-11-08 Thread Paolo Bonzini
On 02/11/2017 19:03, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Remove the last few DPRINTFs from hw/intc/ioapic.c and turn > them into tracing. In one case it's a new trace, in the others > it's just adding a parameter to the existing traces. > > Signed-off-by: Dr

Re: [Qemu-devel] [PATCH] ioapic/tracing: Remove last DPRINTFs

2017-11-03 Thread Stefan Hajnoczi
On Thu, Nov 02, 2017 at 06:03:10PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Remove the last few DPRINTFs from hw/intc/ioapic.c and turn > them into tracing. In one case it's a new trace, in the others > it's just adding a parameter to the existing traces. >

Re: [Qemu-devel] [PATCH] ioapic/tracing: Remove last DPRINTFs

2017-11-02 Thread Peter Xu
On Thu, Nov 02, 2017 at 06:03:10PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Remove the last few DPRINTFs from hw/intc/ioapic.c and turn > them into tracing. In one case it's a new trace, in the others > it's just adding a parameter to the existing traces. >

[Qemu-devel] [PATCH] ioapic/tracing: Remove last DPRINTFs

2017-11-02 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Remove the last few DPRINTFs from hw/intc/ioapic.c and turn them into tracing. In one case it's a new trace, in the others it's just adding a parameter to the existing traces. Signed-off-by: Dr. David Alan Gilbert --- hw/intc/ioapic.c | 17 +++--