Sign in
qemu
/
qemu
/
c745bfb4300206280ce6156b4bafe765f610057c
/
hw
/
intc
/
armv7m_nvic.c
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
4917cf4
cpu: Replace cpu_single_env with CPUState current_cpu
by Andreas Färber
· 12 years ago
1437c94
hw/i*: 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
bd2be15
arm: fix location of some include files
by Peter Maydell
· 12 years ago
e03ba13
Typo, spelling and grammatical fixes
by Peter Maydell
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
7702e47
hw: move interrupt controllers to hw/intc/, configure with default-configs/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/armv7m_nvic.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
c303777
arm_gic: Fix sizes of state fields in preparation for vmstate support
by Peter Maydell
· 12 years ago
6e72a00
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
5311118
hw/arm_gic: Convert ARM GIC classes to use init/realize
by Peter Maydell
· 12 years ago
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
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
ee3f095
hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs
by Peter Maydell
· 12 years ago
e72e3ff
hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP
by Peter Maydell
· 12 years ago
0e8153d
hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registers
by Andre Beckus
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
fae1528
arm_gic: Rename gic_state to GICState
by Peter Maydell
· 12 years ago
9892cae
hw/armv7m_nvic: Correctly register GIC region when setting up NVIC
by Meador Inge
· 12 years ago
55e00a1
hw/armv7m_nvic: Fix incorrect default for num-irqs property
by Peter Maydell
· 12 years ago
1e8cae4
hw/armv7m_nvic: Make the NVIC a freestanding class
by Peter Maydell
· 13 years ago
2b518c5
hw/arm_gic: Move CPU interface memory region setup into arm_gic_init
by Peter Maydell
· 13 years ago
306a571
hw/arm_gic: Add qdev property for GIC revision
by Peter Maydell
· 13 years ago
2a29dde
hw/armv7m_nvic: Use MemoryRegions for NVIC specific registers
by Peter Maydell
· 13 years ago
b3387ed
hw/arm_gic: Move NVIC specific reset to armv7m_nvic_reset
by Peter Maydell
· 13 years ago
c48c652
hw/arm_gic: Remove the special casing of NCPU for the NVIC
by Peter Maydell
· 13 years ago
0d256bd
hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC define
by Peter Maydell
· 13 years ago
aecff69
hw/arm_gic: Make gic_reset a sysbus reset function
by Peter Maydell
· 13 years ago
496dbcd
hw/arm_gic: Make the GIC its own sysbus device
by Peter Maydell
· 13 years ago
926c4af
hw/arm_gic: Move gic_get_current_cpu into arm_gic.c
by Peter Maydell
· 13 years ago
386e295
hw/arm_gic: Move NCPU definition to arm_gic.c
by Peter Maydell
· 13 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
a32134a
arm: make the number of GIC interrupts configurable
by Mark Langsdorf
· 13 years ago
755c080
arm_gic: convert to memory API
by Avi Kivity
· 13 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
0797226
vmstate: port armv7m nvic
by Juan Quintela
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
ace22f6
Fix missing '|' in '|=', spotted by clang analyzer
by Blue Swirl
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 15 years ago
bdb1136
Remove ARM NVIC initialization hack
by Paul Brook
· 16 years ago
fe7e875
ARM GIC qdev conversion
by Paul Brook
· 16 years ago
2ac7117
Replace cpu_abort with hw_error
by Paul Brook
· 16 years ago
7ee930d
Fix warnings that would be caused by ld flag --warn-common
by blueswir1
· 16 years ago
79383c9
Fix some warnings that would be generated by gcc -Wredundant-decls
by blueswir1
· 16 years ago
23e3929
Save/restore for stellaris boards.
by pbrook
· 17 years ago
eea589c
Stellaris ethernet support.
by pbrook
· 17 years ago
e57ec01
ARMv7-M SysTick fix.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
9ee6e8b
ARMv7 support.
by pbrook
· 17 years ago