]> Git Repo - qemu.git/commit - include/hw/register.h
register: Add Memory API glue
authorAlistair Francis <[email protected]>
Mon, 4 Jul 2016 12:06:36 +0000 (13:06 +0100)
committerPeter Maydell <[email protected]>
Mon, 4 Jul 2016 12:15:22 +0000 (13:15 +0100)
commit0b73c9bb066c6b66a9466ad9c3bbfd841477bf50
tree50a4c0cc35fa6e6c1a1b8e0813370ef7a3ff0bad
parent1599121b57d9bcfff868ad589bb87cf6e0e2c4ac
register: Add Memory API glue

Add memory io handlers that glue the register API to the memory API.
Just translation functions at this stage. Although it does allow for
devices to be created without all-in-one mmio r/w handlers.

This patch also adds the RegisterInfoArray struct, which allows all of
the individual RegisterInfo structs to be grouped into a single memory
region.

Signed-off-by: Peter Crosthwaite <[email protected]>
Signed-off-by: Alistair Francis <[email protected]>
Message-id: f7704d8ac6ac0f469ed35401f8151a38bd01468b.1467053537[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/core/register.c
include/hw/register.h
This page took 0.022659 seconds and 4 git commands to generate.