From: Peter Maydell <peter.maydell@linaro.org>
To: Pavel Fedin <p.fedin@samsung.com>
Cc: Shlomo Pongratz <shlomo.pongratz@huawei.com>,
Shlomo Pongratz <shlomopongratz@gmail.com>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH v14 2/5] intc/gic: Extract some reusable vGIC code
Date: Fri, 11 Sep 2015 17:53:00 +0100 [thread overview]
Message-ID: <CAFEAcA8b05DJQ8ffWR8nhoZyxSkoA+VAPKTg3=b8Q4nyCU_1_g@mail.gmail.com> (raw)
In-Reply-To: <2ef56d1dd64ffb75ed02a10dcdaf605e5b8ff4f8.1441784344.git.p.fedin@samsung.com>
On 9 September 2015 at 08:49, Pavel Fedin <p.fedin@samsung.com> wrote:
> Some functions previously used only by vGICv2 are useful also for vGICv3
> implementation. Untie them from GICState and make accessible from within
> other modules:
> - kvm_arm_gic_set_irq()
> - kvm_gic_supports_attr() - moved to common code and renamed to
> kvm_device_check_attr()
> - kvm_gic_access() - turned into GIC-independent kvm_device_access().
> Data pointer changed to void * because some GICv3 registers are
> 64-bit wide
>
> Some of these changes are not used right now, but they will be helpful for
> implementing live migration.
>
> Actually kvm_dist_get() and kvm_dist_put() could also be made reusable, but
> they would require two extra parameters (s->dev_fd and s->num_cpu) as well as
> lots of typecasts of 's' to DeviceState * and back to GICState *. This makes
> the code very ugly so i decided to stop at this point. I tried also an
> approach with making a base class for all possible GICs, but it would contain
> only three variables (dev_fd, cpu_num and irq_num), and accessing them through
> the rest of the code would be again tedious (either ugly casts or qemu-style
> separate object pointer). So i disliked it too.
>
> Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
> Tested-by: Ashok kumar <ashoks@broadcom.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
next prev parent reply other threads:[~2015-09-11 16:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-09 7:49 [Qemu-devel] [PATCH v14 0/5] vGICv3 support Pavel Fedin
2015-09-09 7:49 ` [Qemu-devel] [PATCH v14 1/5] hw/intc: Implement GIC-500 base class Pavel Fedin
2015-09-09 7:49 ` [Qemu-devel] [PATCH v14 2/5] intc/gic: Extract some reusable vGIC code Pavel Fedin
2015-09-11 16:53 ` Peter Maydell [this message]
2015-09-09 7:49 ` [Qemu-devel] [PATCH v14 3/5] arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create() Pavel Fedin
2015-09-09 7:49 ` [Qemu-devel] [PATCH v14 4/5] hw/intc: Initial implementation of vGICv3 Pavel Fedin
2015-09-09 7:49 ` [Qemu-devel] [PATCH v14 5/5] hw/arm/virt: Add gic-version option to virt machine Pavel Fedin
2015-09-09 11:29 ` [Qemu-devel] [PATCH v14 0/5] vGICv3 support Pavel Fedin
2015-09-17 17:27 ` Peter Maydell
2015-09-22 18:38 ` 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='CAFEAcA8b05DJQ8ffWR8nhoZyxSkoA+VAPKTg3=b8Q4nyCU_1_g@mail.gmail.com' \
--to=peter.maydell@linaro.org \
--cc=p.fedin@samsung.com \
--cc=qemu-devel@nongnu.org \
--cc=shlomo.pongratz@huawei.com \
--cc=shlomopongratz@gmail.com \
/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).