qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 2/3] qemu-timer: make qemu_timer_mod_ns() and


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v4 2/3] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe
Date: Mon, 07 Oct 2013 14:20:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

Il 30/09/2013 15:34, Alex Bligh ha scritto:
> 
> I think the most likely change here is that the walkers might
> move outside the BQL. Given modification of this list is so rare,
> the lock would be very very read heavy, so RCU is probably a
> sensible option.

I agree.  Keeping the write side on the BQL is sane, but RCU-protecting
the read side actually makes the rules simpler.

Mike, would you like to give it a shot?

Paolo



reply via email to

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