Statistics
| Branch: | Revision:

root / hw / gpio / pl061.c @ bf0da4df

History | View | Annotate | Download (8.5 kB)

# Date Author Comment
ee663e96 07/29/2013 10:06 pm Andreas Färber

pl061: Rename pl061_state to PL061State

Signed-off-by: Andreas Färber <>

692a76d1 07/29/2013 10:06 pm Andreas Färber

pl061: QOM'ify pl061 and pl061_luminary

Let pl061_luminary inherit from pl061, with differing instance_init.
Introduce type constant and use QOM casts.

Signed-off-by: Andreas Färber <>

b7163687 07/04/2013 06:42 pm Paolo Bonzini

hw/gpio: pass owner to memory_region_init* functions

Signed-off-by: Paolo Bonzini <>

2c9b15ca 07/04/2013 06:42 pm Paolo Bonzini

memory: add owner argument to initialization functions

Signed-off-by: Paolo Bonzini <>

49ab747f 04/08/2013 07:13 pm Paolo Bonzini

hw: move target-independent files to subdirectories

This patch tackles all files that are compiled once, moving
them to subdirectories of hw/.

Signed-off-by: Paolo Bonzini <>