From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKHvY-0007yN-80 for qemu-devel@nongnu.org; Sun, 02 Mar 2014 20:44:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKHvS-0005CN-ST for qemu-devel@nongnu.org; Sun, 02 Mar 2014 20:44:20 -0500 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:64784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKHvS-0005CF-JL for qemu-devel@nongnu.org; Sun, 02 Mar 2014 20:44:14 -0500 Received: by mail-pa0-f52.google.com with SMTP id rd3so1604112pab.11 for ; Sun, 02 Mar 2014 17:44:12 -0800 (PST) From: Xuebing Wang Date: Mon, 3 Mar 2014 09:43:33 +0800 Message-Id: <1393811020-24881-1-git-send-email-xbing6@gmail.com> Subject: [Qemu-devel] [PULL 0/7] refactor timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, pbonzini@redhat.com, stefanha@redhat.com Cc: xbing6@gmail.com 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) ---------------------------------------------------------------- This tag tags the refactoring of timer API This tag includes below changes: - put QEMUTimerList related functions together and make them private - put QEMUClockType related functions together - move QEMUTimerListGroup function to be below QEMUClockType - put QEMUTimer related functions together - put general utility functions together - clean unnecessary #include and use minimal required #include ---------------------------------------------------------------- Xuebing Wang (7): timer: move QEMUTimerList functions together timer: make QEMUTimerList functions private (remove from APIs) timer: move QEMUClockType related functions together timer: move QEMUTimerListGroup function to be below QEMUClockType timer: move QEMUTimer related functions together timer: move general utility functions together timer: clean unnecessary #include and use minimal required #include include/qemu/timer.h | 94 -------- qemu-timer.c | 595 +++++++++++++++++++++++++++++--------------------- 2 files changed, 341 insertions(+), 348 deletions(-)