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