From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLtVX-0005gH-Fy for qemu-devel@nongnu.org; Fri, 07 Mar 2014 07:04:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLtVS-00054j-K0 for qemu-devel@nongnu.org; Fri, 07 Mar 2014 07:04:07 -0500 Received: from mail-la0-f53.google.com ([209.85.215.53]:43609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLtVS-00054Y-DD for qemu-devel@nongnu.org; Fri, 07 Mar 2014 07:04:02 -0500 Received: by mail-la0-f53.google.com with SMTP id b8so2676381lan.26 for ; Fri, 07 Mar 2014 04:04:01 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1393811020-24881-1-git-send-email-xbing6@gmail.com> References: <1393811020-24881-1-git-send-email-xbing6@gmail.com> From: Peter Maydell Date: Fri, 7 Mar 2014 12:03:40 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/7] refactor timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xuebing Wang Cc: Paolo Bonzini , QEMU Developers , Stefan Hajnoczi On 3 March 2014 01:43, Xuebing Wang wrote: > Hi Paolo, Stephen, > > The following changes since commit 9fbee91a131a05e443d7108d7fbdf3ca91020290: > > Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-02-27 16:00:31 +0000) > > are available in the git repository at: > > > https://github.com/xbing6/qemu tags/xbing.refactor-timer > > for you to fetch changes up to de658c32c7e9e9d464ade82e4eaa7353a275a100: > > timer: clean unnecessary #include and use minimal required #include (2014-02-28 15:58:31 +0800) Hi; I generally prefer pull requests to come from one of the existing submaintainers, so I'd prefer these patches to go in via one of them. I'm not planning to apply them to master. Thanks -- PMM