aboutsummaryrefslogtreecommitdiffstats
path: root/hw/armv7m.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-8/+17
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity1-3/+6
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-09-04armv7m: convert to memory APIAvi Kivity1-10/+12
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori1-12/+10
2011-08-24armv7m: convert to memory APIAvi Kivity1-10/+12
2011-08-22armv7m: convert to memory APIAvi Kivity1-14/+10
2011-06-24Fix comment typos in hw/armv7m.cMatthew Fernandez1-2/+2
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-3/+6
2010-04-05ARMv7-M reset fixesPaul Brook1-14/+8
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-2/+2
2009-10-07New qdev_init_nofail()Markus Armbruster1-3/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-20Compile loader only onceBlue Swirl1-1/+11
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-10qdev/prop: convert armv7m.c to helper macros.Gerd Hoffmann1-6/+2
2009-07-16qdev: rework device properties.Gerd Hoffmann1-5/+17
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-06-04Remove ARM NVIC initialization hackPaul Brook1-1/+1
2009-06-03Stellaris qdev conversionPaul Brook1-8/+33
2009-05-26Remove qdev irq sink handlingPaul Brook1-1/+1
2009-05-14ARM GIC qdev conversionPaul Brook1-3/+14
2009-04-10More phys_ram_base removal.pbrook1-2/+2
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-4/+6
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-9/+13
2007-11-17Break up vl.h.pbrook1-1/+3
2007-11-11ARMv7 support.pbrook1-0/+204