qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel]  [PULL 0/7] refactor timer
@ 2014-03-03  1:43 Xuebing Wang
  2014-03-03  1:43 ` [Qemu-devel] [PULL 1/7] timer: move QEMUTimerList functions together Xuebing Wang
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Xuebing Wang @ 2014-03-03  1:43 UTC (permalink / raw)
  To: qemu-devel, pbonzini, stefanha; +Cc: xbing6

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-07 12:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-03  1:43 [Qemu-devel] [PULL 0/7] refactor timer Xuebing Wang
2014-03-03  1:43 ` [Qemu-devel] [PULL 1/7] timer: move QEMUTimerList functions together Xuebing Wang
2014-03-03  1:43 ` [Qemu-devel] [PULL 2/7] timer: make QEMUTimerList functions private (remove from APIs) Xuebing Wang
2014-03-03  1:43 ` [Qemu-devel] [PULL 3/7] timer: move QEMUClockType related functions together Xuebing Wang
2014-03-03  1:43 ` [Qemu-devel] [PULL 4/7] timer: move QEMUTimerListGroup function to be below QEMUClockType Xuebing Wang
2014-03-03  1:43 ` [Qemu-devel] [PULL 5/7] timer: move QEMUTimer related functions together Xuebing Wang
2014-03-03  1:43 ` [Qemu-devel] [PULL 6/7] timer: move general utility " Xuebing Wang
2014-03-03  1:43 ` [Qemu-devel] [PULL 7/7] timer: clean unnecessary #include and use minimal required #include Xuebing Wang
2014-03-07 12:03 ` [Qemu-devel] [PULL 0/7] refactor timer Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).