index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
armv7m_nvic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini
2013-04-08
1
-553
/
+0
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
arm_gic: Fix sizes of state fields in preparation for vmstate support
Peter Maydell
2013-04-05
1
-2
/
+2
*
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-03-11
1
-3
/
+3
|
\
|
*
hw: include hw header files with full paths
Paolo Bonzini
2013-03-01
1
-3
/
+3
*
|
hw/arm_gic: Convert ARM GIC classes to use init/realize
Peter Maydell
2013-03-05
1
-7
/
+8
|
/
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
hw/arm_gic_common: Correct GICC_PMR reset value for newer GICs
Peter Maydell
2012-12-11
1
-1
/
+3
*
hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP
Peter Maydell
2012-10-30
1
-12
/
+19
*
hw/armv7m_nvic: Implement byte/halfword access for NVIC SCB_SHPRx registers
Andre Beckus
2012-10-30
1
-30
/
+28
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-2
/
+2
*
arm_gic: Rename gic_state to GICState
Peter Maydell
2012-10-12
1
-3
/
+3
*
hw/armv7m_nvic: Correctly register GIC region when setting up NVIC
Meador Inge
2012-09-26
1
-1
/
+2
*
hw/armv7m_nvic: Fix incorrect default for num-irqs property
Peter Maydell
2012-08-13
1
-7
/
+14
*
hw/armv7m_nvic: Make the NVIC a freestanding class
Peter Maydell
2012-06-19
1
-12
/
+36
*
hw/arm_gic: Move CPU interface memory region setup into arm_gic_init
Peter Maydell
2012-06-19
1
-1
/
+1
*
hw/arm_gic: Add qdev property for GIC revision
Peter Maydell
2012-06-19
1
-0
/
+2
*
hw/armv7m_nvic: Use MemoryRegions for NVIC specific registers
Peter Maydell
2012-06-19
1
-1
/
+73
*
hw/arm_gic: Move NVIC specific reset to armv7m_nvic_reset
Peter Maydell
2012-06-19
1
-0
/
+7
*
hw/arm_gic: Remove the special casing of NCPU for the NVIC
Peter Maydell
2012-06-19
1
-3
/
+2
*
hw/arm_gic: Use NVIC instead of LEGACY_INCLUDED_GIC define
Peter Maydell
2012-04-13
1
-1
/
+0
*
hw/arm_gic: Make gic_reset a sysbus reset function
Peter Maydell
2012-04-13
1
-0
/
+16
*
hw/arm_gic: Make the GIC its own sysbus device
Peter Maydell
2012-04-13
1
-0
/
+1
*
hw/arm_gic: Move gic_get_current_cpu into arm_gic.c
Peter Maydell
2012-04-13
1
-7
/
+0
*
hw/arm_gic: Move NCPU definition to arm_gic.c
Peter Maydell
2012-04-13
1
-1
/
+0
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-14
/
+18
*
sysbus: apic: ioapic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-7
/
+14
*
arm: make the number of GIC interrupts configurable
Mark Langsdorf
2012-01-17
1
-8
/
+23
*
arm_gic: convert to memory API
Avi Kivity
2011-08-22
1
-1
/
+2
*
Correct spelling of licensed
Matthew Fernandez
2011-07-23
1
-1
/
+1
*
vmstate: port armv7m nvic
Juan Quintela
2011-04-22
1
-25
/
+14
*
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2011-03-21
1
-4
/
+4
*
savevm: Add DeviceState param
Alex Williamson
2010-07-06
1
-1
/
+1
*
Fix missing '|' in '|=', spotted by clang analyzer
Blue Swirl
2010-05-02
1
-4
/
+4
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-28
1
-1
/
+2
*
Remove ARM NVIC initialization hack
Paul Brook
2009-06-04
1
-5
/
+0
*
ARM GIC qdev conversion
Paul Brook
2009-05-14
1
-52
/
+57
*
Replace cpu_abort with hw_error
Paul Brook
2009-05-08
1
-8
/
+7
*
Fix warnings that would be caused by ld flag --warn-common
blueswir1
2008-09-17
1
-0
/
+2
*
Fix some warnings that would be generated by gcc -Wredundant-decls
blueswir1
2008-08-30
1
-4
/
+0
*
Save/restore for stellaris boards.
pbrook
2008-07-02
1
-0
/
+26
*
Stellaris ethernet support.
pbrook
2007-11-24
1
-1
/
+3
*
ARMv7-M SysTick fix.
pbrook
2007-11-24
1
-4
/
+5
*
Break up vl.h.
pbrook
2007-11-17
1
-2
/
+3
*
ARMv7 support.
pbrook
2007-11-11
1
-0
/
+381