All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zongyuan Li <zongyuan.li@smartx.com>
To: qemu-devel@nongnu.org
Cc: Zongyuan Li <zongyuan.li@smartx.com>
Subject: [PATCH v3 0/5] Replace 'qemu_irq_split' with 'TYPE_SPLIT_IRQ'
Date: Thu, 24 Mar 2022 01:35:38 +0800	[thread overview]
Message-ID: <20220323173543.146442-1-zongyuan.li@smartx.com> (raw)

This patch set tries to replace 'qemu_irq_split' function with QOM
object 'TYPE_SPLIT_IRQ' and totally remove this call.

If this patch set is applied, issue:

https://gitlab.com/qemu-project/qemu/-/issues/811

can be closed.

Changes since rfc v2:

1. Replace all 'qemu_irq_split' calls in multiple boards
2. Remove 'qemu_irq_split' implementation and declaration

Zongyuan Li (5):
  hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
  hw/arm/stellaris: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
  hw/intc/exynos4210_combiner: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
  hw/intc/exynos4210_gic: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ'
  hw/core/irq: remove unused 'qemu_irq_split' function

 hw/arm/realview.c             | 41 +++++++++++++++++++++++++++--------
 hw/arm/stellaris.c            | 17 +++++++++++++--
 hw/core/irq.c                 | 15 -------------
 hw/intc/exynos4210_combiner.c | 32 +++++++++++++++++++++------
 hw/intc/exynos4210_gic.c      | 25 ++++++++++++++++++---
 include/hw/irq.h              |  5 -----
 6 files changed, 94 insertions(+), 41 deletions(-)

-- 
2.34.0



             reply	other threads:[~2022-03-23 17:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-23 17:35 Zongyuan Li [this message]
2022-03-23 17:35 ` [PATCH v3 1/5] hw/arm/realview: replace 'qemu_split_irq' with 'TYPE_SPLIT_IRQ' Zongyuan Li
2022-03-23 18:23   ` Peter Maydell
2022-03-23 17:35 ` [PATCH v3 2/5] hw/arm/stellaris: " Zongyuan Li
2022-03-23 18:19   ` Peter Maydell
2022-03-23 17:35 ` [PATCH v3 3/5] hw/intc/exynos4210_combiner: " Zongyuan Li
2022-03-23 18:14   ` Peter Maydell
2022-03-23 17:35 ` [PATCH v3 4/5] hw/intc/exynos4210_gic: " Zongyuan Li
2022-03-23 18:15   ` Peter Maydell
2022-03-23 17:35 ` [PATCH v3 5/5] hw/core/irq: remove unused 'qemu_irq_split' function Zongyuan Li
2022-03-23 18:16   ` Peter Maydell

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=20220323173543.146442-1-zongyuan.li@smartx.com \
    --to=zongyuan.li@smartx.com \
    --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 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.