All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/10] pxa2xx: work on switching to qdev/vmstate
@ 2011-02-20 13:50 Dmitry Eremin-Solenikov
  2011-02-20 13:50 ` [Qemu-devel] [PATCH 01/10] arm-pic: add one extra interrupt to support EXITTB interrupts Dmitry Eremin-Solenikov
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Dmitry Eremin-Solenikov @ 2011-02-20 13:50 UTC (permalink / raw)
  To: qemu-devel

This series introduces another partial rework of pxa2xx to use qdev/vmstate
to handle subdevices.

Dmitry Eremin-Solenikov (10):
      arm-pic: add one extra interrupt to support EXITTB interrupts
      pxa2xx_pic: update to use qdev and arm-pic
      pxa2xx_gpio: simplify by reusing wake irq from arm_pic
      vmstate: add VMSTATE_STRUCT_ARRAY_TEST
      pxa2xx_timer: change info struct name to comply with guidelines
      pxa2xx_timer: switch to using qdev/vmstate
      vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.h
      pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler field
      pxa2xx_dma: port to qdev/vmstate
      pxa2xx: port pxa2xx_rtc to using qdev/vmstate

 hw/arm-misc.h     |    1 +
 hw/arm_pic.c      |    6 +-
 hw/hw.h           |   27 +++++-
 hw/mainstone.c    |    2 +-
 hw/pcie_aer.c     |   12 +--
 hw/pxa.h          |   51 ++-------
 hw/pxa2xx.c       |  313 +++++++++++++++++++++++++++++++++--------------------
 hw/pxa2xx_dma.c   |  189 ++++++++++++++++++--------------
 hw/pxa2xx_gpio.c  |   23 ++--
 hw/pxa2xx_mmci.c  |   16 ++--
 hw/pxa2xx_pic.c   |  126 +++++++++++----------
 hw/pxa2xx_timer.c |  262 +++++++++++++++++++++++++-------------------
 12 files changed, 582 insertions(+), 446 deletions(-)

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

end of thread, other threads:[~2011-03-03 14:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-20 13:50 [Qemu-devel] [PATCH 0/10] pxa2xx: work on switching to qdev/vmstate Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 01/10] arm-pic: add one extra interrupt to support EXITTB interrupts Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 02/10] pxa2xx_pic: update to use qdev and arm-pic Dmitry Eremin-Solenikov
2011-02-25 11:51   ` andrzej zaborowski
2011-02-25 13:50     ` Dmitry Eremin-Solenikov
2011-03-03 14:35       ` andrzej zaborowski
2011-02-20 13:50 ` [Qemu-devel] [PATCH 03/10] pxa2xx_gpio: simplify by reusing wake irq from arm_pic Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 04/10] vmstate: add VMSTATE_STRUCT_ARRAY_TEST Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 05/10] pxa2xx_timer: change info struct name to comply with guidelines Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 06/10] pxa2xx_timer: switch to using qdev/vmstate Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 07/10] vmstate: move VMSTATE_PCIE_AER_ERRS to hw/hw.h Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 08/10] pxa2xx_dma: drop unused pxa2xx_dma_handler_t/handler field Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 09/10] pxa2xx_dma: port to qdev/vmstate Dmitry Eremin-Solenikov
2011-02-20 13:50 ` [Qemu-devel] [PATCH 10/10] pxa2xx: port pxa2xx_rtc to using qdev/vmstate Dmitry Eremin-Solenikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.