On 12/12/2014 20:15, miny...@acm.org wrote:
> +    if (s->threaded_bmc) {
> +        qemu_mutex_init(&s->lock);
> +        qemu_cond_init(&s->waker);
> +        qemu_thread_create(&s->thread, "ipmi-bmc", ipmi_thread, s, 0);
> +    }
> +
> +    if (s->threaded_bmc) {
> +        qemu_mutex_init(&s->lock);
> +        qemu_cond_init(&s->waker);
> +        qemu_thread_create(&s->thread, "ipmi-bmc", ipmi_thread, s, 0);
> +    }
> +

Duplicated bit---probably a rebase hiccup?

Paolo

Reply via email to