qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: xiaoqiang zhao <zxq_yx_007@163.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, i.mitsyanko@gmail.com,
	chouteau@adacore.com, michael@walle.cc, peter.chubb@nicta.com.au,
	edgar.iglesias@gmail.com
Subject: [Qemu-devel] [PATCH 0/9] QOM'ify hw/intc files
Date: Wed, 30 Mar 2016 18:09:22 +0800	[thread overview]
Message-ID: <1459332567-13629-1-git-send-email-zxq_yx_007@163.com> (raw)

This patch set QOM'ify files under hw/intc directory. See each commit 
message for details.

xiaoqiang zhao (9):
  hw/intc: QOM'ify etraxfs_pic.c
  hw/intc: QOM'ify exynos4210_combiner.c
  hw/intc: QOM'ify exynos4210_gic.c
  hw/intc: QOM'ify imx_avic.c
  hw/intc: QOM'ify lm32_pic.c
  hw/intc: QOM'ify pl190.c
  hw/intc: QOM'ify slavio_intctl.c
  hw/intc: QOM'ify grlib_irqmp.c
  hw/intc: QOM'ify omap_intc.c

 hw/intc/etraxfs_pic.c         | 13 +++++----
 hw/intc/exynos4210_combiner.c | 14 +++++-----
 hw/intc/exynos4210_gic.c      | 39 ++++++++++++++-------------
 hw/intc/grlib_irqmp.c         | 27 +++++++++++--------
 hw/intc/imx_avic.c            | 15 +++++------
 hw/intc/lm32_pic.c            | 12 ++++-----
 hw/intc/omap_intc.c           | 63 +++++++++++++++++++++++++------------------
 hw/intc/pl190.c               | 13 +++++----
 hw/intc/slavio_intctl.c       | 14 +++++-----
 9 files changed, 109 insertions(+), 101 deletions(-)

-- 
2.1.4

             reply	other threads:[~2016-03-30 10:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-30 10:09 xiaoqiang zhao [this message]
2016-03-30 10:09 ` [Qemu-devel] [PATCH 1/9] hw/intc: QOM'ify etraxfs_pic.c xiaoqiang zhao
2016-03-30 10:09 ` [Qemu-devel] [PATCH 2/9] hw/intc: QOM'ify exynos4210_combiner.c xiaoqiang zhao
2016-03-30 10:09 ` [Qemu-devel] [PATCH 3/9] hw/intc: QOM'ify exynos4210_gic.c xiaoqiang zhao
2016-03-30 10:09 ` [Qemu-devel] [PATCH 4/9] hw/intc: QOM'ify imx_avic.c xiaoqiang zhao
2016-03-30 10:09 ` [Qemu-devel] [PATCH 5/9] hw/intc: QOM'ify lm32_pic.c xiaoqiang zhao
2016-05-09  9:01   ` michael
2016-05-04 14:56 ` [Qemu-devel] [PATCH 0/9] QOM'ify hw/intc files Peter Maydell
2016-05-04 16:40   ` Edgar E. Iglesias
2016-05-04 17:01   ` Peter Maydell
2016-05-09  9:24   ` michael
2016-05-09  9:33     ` Peter Maydell
2016-05-09  9:34       ` Peter Maydell
2016-06-02 10:10     ` 赵小强
2016-06-02 11:01       ` Michael Walle
2016-06-02 11:47         ` xiaoqiang zhao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459332567-13629-1-git-send-email-zxq_yx_007@163.com \
    --to=zxq_yx_007@163.com \
    --cc=chouteau@adacore.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=i.mitsyanko@gmail.com \
    --cc=michael@walle.cc \
    --cc=peter.chubb@nicta.com.au \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).