qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/12] refactor OMAP implementation
@ 2010-05-28 17:43 cmchao
  2010-05-28 17:43 ` [Qemu-devel] [PATCH 01/12] hw/omap1.c : separate gpio module cmchao
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: cmchao @ 2010-05-28 17:43 UTC (permalink / raw)
  To: qemu-devel

 The following changes since commit 29f91781bd300b228d9c38b9f6c1e0b6a38f25fb:
 Jes Sorensen (1):
         vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2
	
 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 certain local function static


 [PATCH 01/12] hw/omap1.c : separate gpio module
 [PATCH 02/12] hw/omap2.c : separate gpio module
 [PATCH 03/12] hw/omap2.c : separate gptimer module
 [PATCH 04/12] hw/omap2.c : separate synctimer module
 [PATCH 05/12] hw/omap2.c : separate gpmc(general purpose memory controller)
 [PATCH 06/12] hw/omap2.c : separate sdrc (sdram controller)
 [PATCH 07/12] hw/omap1.c : separate interrupt controller module
 [PATCH 08/12] hw/omap2.c : separate spi module
 [PATCH 09/12] hw/omap2.c : separate tap module(Test-Chip-level)
 [PATCH 10/12] hw/omwp2.c : separate l4 interconnect module
 [PATCH 11/12] hw/omap1.c : separate uart module
 [PATCH 12/12] hw/omap : make local function static and remove declaration from header

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [Qemu-devel] [PATCH 00/12] refactor OMAP implementation
@ 2010-05-29  1:54 cmchao
  2010-05-29  1:54 ` [Qemu-devel] [PATCH 03/12] hw/omap2.c : separate gptimer module cmchao
  0 siblings, 1 reply; 16+ messages in thread
From: cmchao @ 2010-05-29  1:54 UTC (permalink / raw)
  To: qemu-devel

 The following changes since commit 29f91781bd300b228d9c38b9f6c1e0b6a38f25fb:
 Jes Sorensen (1):
        vhost_net.c: v2 Fix build failure introduced by 0bfcd599e3f5c5679cc7d0165a0a1822e2f60de2

 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 certain local function static

 [PATCH 01/12] hw/omap1.c : separate gpio module
 [PATCH 02/12] hw/omap2.c : separate gpio module
 [PATCH 03/12] hw/omap2.c : separate gptimer module
 [PATCH 04/12] hw/omap2.c : separate synctimer module
 [PATCH 05/12] hw/omap2.c : separate gpmc(general purpose memory controller)
 [PATCH 06/12] hw/omap2.c : separate sdrc (sdram controller)
 [PATCH 07/12] hw/omap1.c : separate interrupt controller module
 [PATCH 08/12] hw/omap2.c : separate spi module
 [PATCH 09/12] hw/omap2.c : separate tap module(Test-Chip-level)
 [PATCH 10/12] hw/omwp2.c : separate l4 interconnect module
 [PATCH 11/12] hw/omap1.c : separate uart module
 [PATCH 12/12] hw/omap : make local function static and remove declaration from header

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

end of thread, other threads:[~2010-05-30 11:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28 17:43 [Qemu-devel] [PATCH 00/12] refactor OMAP implementation cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 01/12] hw/omap1.c : separate gpio module cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 02/12] hw/omap2.c " cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 03/12] hw/omap2.c : separate gptimer module cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 04/12] hw/omap2.c : separate synctimer module cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 05/12] hw/omap2.c : separate gpmc(general purpose memory controller) cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 06/12] hw/omap2.c : separate sdrc (sdram controller) cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 07/12] hw/omap1.c : separate interrupt controller module cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 08/12] hw/omap2.c : separate spi module cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 09/12] hw/omap2.c : separate tap module(Test-Chip-level) cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 10/12] hw/omwp2.c : separate l4 interconnect module cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 11/12] hw/omap1.c : separate uart module cmchao
2010-05-28 17:43 ` [Qemu-devel] [PATCH 12/12] hw/omap : make local function static and remove declaration from header cmchao
2010-05-30 10:30   ` [Qemu-devel] " Chih-Min Chao
2010-05-30 11:00     ` Andreas Färber
  -- strict thread matches above, loose matches on Subject: below --
2010-05-29  1:54 [Qemu-devel] [PATCH 00/12] refactor OMAP implementation cmchao
2010-05-29  1:54 ` [Qemu-devel] [PATCH 03/12] hw/omap2.c : separate gptimer module cmchao

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