From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NpJJh-0008DL-6h for qemu-devel@nongnu.org; Wed, 10 Mar 2010 05:39:05 -0500 Received: from [199.232.76.173] (port=52764 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NpJJg-0008Ch-36 for qemu-devel@nongnu.org; Wed, 10 Mar 2010 05:39:04 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NpJJd-0004sK-VX for qemu-devel@nongnu.org; Wed, 10 Mar 2010 05:39:03 -0500 Received: from mail-ew0-f225.google.com ([209.85.219.225]:37628) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NpJJd-0004sE-LV for qemu-devel@nongnu.org; Wed, 10 Mar 2010 05:39:01 -0500 Received: by ewy25 with SMTP id 25so153290ewy.16 for ; Wed, 10 Mar 2010 02:39:00 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 10 Mar 2010 11:38:37 +0100 Message-Id: <1268217535-26554-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 00/18] extract qemu-timer.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is the update of my series to remove timer handling for vl.c. main changes from v1: - improved some commit messages - reordered patches a bit - removed some irrelevant cleanups, will submit as followup - removed switch of timer handling to use a bottom half - fixed one bisectability issue Paolo Bonzini (18): avoid dubiously clever code in win32_start_timer fix error in win32_rearm_timer only one flag is needed for alarm_timer more alarm timer cleanup do not use qemu_event_increment outside qemu_notify_event tweak qemu_notify_event remove qemu_rearm_alarm_timer from main loop extract timer handling out of main_loop_wait change qemu_run_timers interface introduce and use qemu_clock_enable centralize handling of -icount add qemu_icount_round add qemu_alarm_pending new function qemu_icount_delta move vmstate registration of vmstate_timers earlier place together more #ifdef CONFIG_IOTHREAD blocks disentangle tcg and deadline calculation split out qemu-timer.c