Re: [libvirt] [PATCH 1/2] qemu: hotplug: Add debug log when dispatching device removal to existing thread

2017-03-10 Thread Peter Krempa
On Fri, Mar 10, 2017 at 08:50:48 +0100, Jiri Denemark wrote: > On Fri, Mar 03, 2017 at 16:11:49 +0100, Peter Krempa wrote: > > Note that the waiting thread is singalled in the debug logs to simplify > > s/sing/sign/ as noted by Marc. The double L may be OK depending on which > side of the

Re: [libvirt] [PATCH 1/2] qemu: hotplug: Add debug log when dispatching device removal to existing thread

2017-03-09 Thread Jiri Denemark
On Fri, Mar 03, 2017 at 16:11:49 +0100, Peter Krempa wrote: > Note that the waiting thread is singalled in the debug logs to simplify s/sing/sign/ as noted by Marc. The double L may be OK depending on which side of the Atlantic Ocean is closer to your heart :-) ACK Jirka -- libvir-list mailing

Re: [libvirt] [PATCH 1/2] qemu: hotplug: Add debug log when dispatching device removal to existing thread

2017-03-06 Thread Marc Hartmayer
On Fri, Mar 03, 2017 at 04:11 PM +0100, Peter Krempa wrote: > Note that the waiting thread is singalled in the debug logs to simplify s/singalled/signaled > debugging. > --- > src/qemu/qemu_hotplug.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[libvirt] [PATCH 1/2] qemu: hotplug: Add debug log when dispatching device removal to existing thread

2017-03-03 Thread Peter Krempa
Note that the waiting thread is singalled in the debug logs to simplify debugging. --- src/qemu/qemu_hotplug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c index 0c0885695..889f110a9 100644 --- a/src/qemu/qemu_hotplug.c +++