qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@kaod.org>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
	"Cédric Le Goater" <clg@kaod.org>
Subject: [Qemu-devel] [PATCH 0/2] ppc/xics: simplify ICS and ICP creation
Date: Mon, 13 Feb 2017 15:09:15 +0100	[thread overview]
Message-ID: <1486994957-20400-1-git-send-email-clg@kaod.org> (raw)

Hello,

This series moves the creation of the ICS and ICP objects from the
XICS object to the sPAPR machine. This simplifies the code
significantly and prepares ground for future changes on the XICS object.

The goal is to reduce XICS to a set of Interfaces of the machine
providing accessors to the ICS and ICPs objects. 

Thanks,

C.

Cédric Le Goater (2):
  ppc/xics: remove set_nr_irqs() handler from XICSStateClass
  ppc/xics: remove set_nr_servers() handler from XICSStateClass

 hw/intc/xics.c        | 78 ++++-----------------------------------------------
 hw/intc/xics_kvm.c    | 55 +-----------------------------------
 hw/intc/xics_spapr.c  | 60 ---------------------------------------
 hw/ppc/spapr.c        | 60 ++++++++++++++++++++++++++++++---------
 include/hw/ppc/xics.h |  2 --
 5 files changed, 53 insertions(+), 202 deletions(-)

-- 
2.7.4

             reply	other threads:[~2017-02-13 14:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 14:09 Cédric Le Goater [this message]
2017-02-13 14:09 ` [Qemu-devel] [PATCH 1/2] ppc/xics: remove set_nr_irqs() handler from XICSStateClass Cédric Le Goater
2017-02-14  5:02   ` David Gibson
2017-02-14  7:04     ` Cédric Le Goater
2017-02-14 14:52       ` Cédric Le Goater
2017-02-15  1:59         ` David Gibson
2017-02-15  7:18           ` Cédric Le Goater
2017-02-15  1:58       ` David Gibson
2017-02-13 14:09 ` [Qemu-devel] [PATCH 2/2] ppc/xics: remove set_nr_servers() " Cédric Le Goater

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=1486994957-20400-1-git-send-email-clg@kaod.org \
    --to=clg@kaod.org \
    --cc=david@gibson.dropbear.id.au \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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).