From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43600 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJ7Os-0006Pn-Es for qemu-devel@nongnu.org; Mon, 31 May 2010 12:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJ7K3-0001X1-Q6 for qemu-devel@nongnu.org; Mon, 31 May 2010 11:54:40 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:55879) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJ7K3-0001Wa-Lk for qemu-devel@nongnu.org; Mon, 31 May 2010 11:54:39 -0400 Received: by pvg12 with SMTP id 12so1645265pvg.4 for ; Mon, 31 May 2010 08:54:38 -0700 (PDT) From: cmchao Date: Mon, 31 May 2010 23:54:12 +0800 Message-Id: <1275321264-1131-1-git-send-email-cmchao@gmail.com> Subject: [Qemu-devel] [PATCH v2 00/12] refactor OMAP implementation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit aa6f63fff62faf2fe9ffba5a789675d49293614d Blue Swirl: mc146818rtc: improve debugging Add a separate flag for debugging coalesced interrupts. The patches almostly base on http://meego.gitorious.org/qemu-maemo/qemu work and act as preparatory work to merge their OMAP3 and beagleboard support. All the work are to separate modules, which will be shared or extended in OMAP3 implementation and make some local function static change from v1 : 1 fix missing static declaration leading to compilation error in patch #12 2 rebase to newer upstream [PATCH v2 01/12] hw/omap1.c : separate gpio module [PATCH v2 02/12] hw/omap2.c : separate gpio module [PATCH v2 03/12] hw/omap2.c : separate gptimer module [PATCH v2 04/12] hw/omap2.c : separate synctimer module [PATCH v2 05/12] hw/omap2.c : separate gpmc(general purpose memory controller) [PATCH v2 06/12] hw/omap2.c : separate sdrc (sdram controller) [PATCH v2 07/12] hw/omap1.c : separate interrupt controller module [PATCH v2 08/12] hw/omap2.c : separate spi module [PATCH v2 09/12] hw/omap2.c : separate tap module(Test-Chip-level) [PATCH v2 10/12] hw/omwp2.c : separate l4 interconnect module [PATCH v2 11/12] hw/omap1.c : separate uart module [PATCH v2 12/12] hw/omap : make local function static and remove declaration from header