qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/2] Exynos4210 IRQ Gate improvement


From: Evgeny Voevodin
Subject: Re: [Qemu-devel] [PATCH v2 0/2] Exynos4210 IRQ Gate improvement
Date: Mon, 16 Apr 2012 14:04:08 +0400
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Ping

On 12.04.2012 12:12, Evgeny Voevodin wrote:
First patch makes access to gate_irq[] using size of input group.
Second patch introduces n_in and n_out Irq Gate propeties and applies
them to exynos4210 boards.

With these properties one can configure gate to group n_in inputs and pass
them to n_out outputs. Gate will make input groups of n_in/n_out size each, so
n_in must be a multiple of n_out.

This device could be used as stand-alone, so, if somebody else needs this, I can
detach it into a separate file.

Changelog:

   v1->v2:
     Fixed: VMState fields, assert(), 80 chars limit
     Regrouped patches. Now first patch doesn't break emulation.

Evgeny Voevodin (2):
   hw/exynos4210.c: Access gate_irq by using group size.
   hw/exynos4210_gic.c: Introduce n_in and n_out propeties.

  hw/exynos4210.c     |    8 ++++-
  hw/exynos4210.h     |    4 ++-
  hw/exynos4210_gic.c |   69 +++++++++++++++++++++++++++++++-------------------
  3 files changed, 52 insertions(+), 29 deletions(-)



--
Kind regards,
Evgeny Voevodin,
Leading Software Engineer,
ASWG, Moscow R&D center, Samsung Electronics
e-mail: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]