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