Sign in
qemu
/
qemu
/
e957ad8aefa2a426c607683d4cac24bcee09ede4
/
hw
/
gpio
/
pl061.c
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
09e6fb3
hw/gpio: QOM'ify pl061.c
by xiaoqiang zhao
· 9 years ago
03dd024
hw: explicitly include qemu/log.h
by Paolo Bonzini
· 9 years ago
09aa3bf
ARM: PL061: Checking register r/w accesses to reserved area
by Wei Huang
· 9 years ago
c3a86b3
ARM: PL061: Cleaning field of PL061 device state
by Wei Huang
· 9 years ago
b527db4
ARM: PL061: Clear PL061 device state after reset
by Wei Huang
· 9 years ago
8ef94f0
arm: Clean up includes
by Peter Maydell
· 9 years ago
0b2ff2c
pl061: fix wrong calculation of GPIOMIS register
by Victor CLEMENT
· 10 years ago
bfb27e6
pl061: implement input interrupt logic
by Colin Leitner
· 11 years ago
692a76d
pl061: QOM'ify pl061 and pl061_luminary
by Andreas Färber
· 12 years ago
ee663e9
pl061: Rename pl061_state to PL061State
by Andreas Färber
· 12 years ago
b716368
hw/gpio: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/pl061.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
abff909
hw/pl061: Use LOG_GUEST_ERROR
by Peter Maydell
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
3cf89f8
pl061: convert to memory API
by Avi Kivity
· 13 years ago
b78c2b3
hw/pl061: Remove pointless comparison of array to null
by Peter Maydell
· 13 years ago
b3aaff1
hw/pl061.c: Support GPIOAMSEL register
by Peter Maydell
· 14 years ago
a35faa9
hw/pl061: Convert to VMState
by Peter Maydell
· 14 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
ff2712b
Fix typos in comments (interupt -> interrupt)
by Stefan Weil
· 14 years ago
7063f49
hw/pl061.c: Implement ARM PL061 as well as Luminary one
by Peter Maydell
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
40905a6
Stellaris qdev conversion
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
2ac7117
Replace cpu_abort with hw_error
by Paul Brook
· 16 years ago
1d6198c
Remove unnecessary trailing newlines
by blueswir1
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
23e3929
Save/restore for stellaris boards.
by pbrook
· 17 years ago
775616c
Partial SD card SPI mode support.
by pbrook
· 17 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
9ee6e8b
ARMv7 support.
by pbrook
· 17 years ago