From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK26L-0001kF-Nm for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:18:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK26D-0003Y9-BD for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:18:09 -0400 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:50748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK26D-0003Xz-2o for qemu-devel@nongnu.org; Thu, 12 Sep 2013 04:18:01 -0400 Received: by mail-ea0-f175.google.com with SMTP id m14so5098181eaj.6 for ; Thu, 12 Sep 2013 01:18:00 -0700 (PDT) Date: Thu, 12 Sep 2013 10:17:58 +0200 From: Stefan Hajnoczi Message-ID: <20130912081758.GD1965@stefanha-thinkpad.redhat.com> References: <1377787369-26669-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v3 0/3] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: liu ping fan Cc: Alex Bligh , Paolo Bonzini , Ping Fan Liu , qemu-devel@nongnu.org, Stefan Hajnoczi On Thu, Sep 12, 2013 at 11:10:01AM +0800, liu ping fan wrote: > Do you think this series is ready to be merged? > I have some code to run hpet on a dedicated thread, and in theory it > will rely on this. Yes, it is ready. To ease the merge I have rebased it and sent a new revision. Stefan