qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 16/16] ipmi: Add a thread to better simulate a B


From: Corey Minyard
Subject: Re: [Qemu-devel] [PATCH 16/16] ipmi: Add a thread to better simulate a BMC
Date: Mon, 15 Dec 2014 15:33:25 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

On 12/15/2014 03:11 PM, Paolo Bonzini wrote:
>
> On 12/12/2014 20:15, address@hidden 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?

Almost certainly.  Got it, Thanks.

-corey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]