Peter Maydell 544d1afa70 hw/arm_gic: Expose PPI inputs as gpio inputs
Expose the Private Peripheral Interrupt inputs as GPIO inputs.
The layout of the GPIO array is thus:
  [0..N-1] SPIs
  [N..N+31] PPIs for CPU 0
  [N+32..N+63] PPIs for CPU 1
  ...

Treating PPIs as being another kind of input line is in line with the
GIC architecture specification, where they are clearly described that
way. The 11MPCore TRM is a bit more ambiguous, but there is no practical
difference between "set PPI X as pending" and "0->1 transition on a
PPI input line configured as edge triggered", and PPIs are always
edge triggered, so this change won't affect behaviour.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2012-04-13 11:39:07 +00:00
2012-03-14 22:20:27 +01:00
2012-04-02 15:04:15 -05:00
2012-04-06 19:25:57 +03:00
2012-03-27 09:15:52 -03:00
2012-04-02 15:04:15 -05:00
2012-04-06 19:25:57 +03:00
2012-04-07 08:25:21 +00:00
2012-04-07 14:00:45 +00:00
2012-03-14 22:20:25 +01:00
2012-04-05 14:54:40 +02:00
2012-03-14 22:20:27 +01:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00
2012-04-01 20:30:23 +02:00
2012-04-06 19:25:57 +03:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-04-09 14:35:25 -03:00
2012-04-09 14:35:25 -03:00
2012-04-09 14:35:25 -03:00
2012-03-19 15:17:21 +02:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:26 +01:00
2012-04-10 17:10:27 +02:00
2012-03-15 10:39:52 -03:00
2012-03-15 10:39:52 -03:00
2012-03-27 09:15:28 -03:00
2012-03-16 01:04:51 +02:00
2012-03-16 01:04:51 +02:00
2012-03-14 22:20:27 +01:00
2012-04-07 14:00:45 +00:00
2012-04-09 14:35:25 -03:00
2012-03-12 15:09:23 -05:00
2012-04-05 14:54:41 +02:00
2012-04-07 14:00:45 +00:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00
2012-04-05 14:54:40 +02:00
2012-04-05 14:54:40 +02:00
2012-04-09 14:35:25 -03:00
2012-04-03 09:34:34 +01:00
2012-03-30 08:14:11 -05:00
2012-03-30 08:14:11 -05:00
2012-03-14 22:20:27 +01:00
2012-03-15 10:39:52 -03:00
2012-03-14 22:20:27 +01:00
2012-03-14 22:20:26 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%