aboutsummaryrefslogtreecommitdiff
path: root/hw/integratorcp.c
AgeCommit message (Expand)Author
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-06-11arm_pic: Pass ARMCPU to arm_pic_init_cpu()Andreas Färber
2012-06-11arm_boot: Pass ARMCPU to arm_load_kernel()Andreas Färber
2012-06-11integratorcp: Use cpu_arm_init() to obtain ARMCPUAndreas Färber
2012-03-14arm hw/: Don't use CPUStateAndreas Färber
2012-02-17Remove unnecessary includes of primecell.hPeter Maydell
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-10hw/integratorcp: Simplify flash remap codePeter Maydell
2012-01-10hw/integratorcp: Fix sense of REMAP bitPeter Maydell
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-24integratorcp: convert control to memory APIBenoît Canet
2011-11-24integratorcp: convert icp pic to memory APIBenoît Canet
2011-11-24integratorcp: convert core to memory APIBenoît Canet
2011-09-16hw/integratorcp: Fix bugs in writes to CM_CTRL system registerPeter Maydell
2011-09-04integratorcp: convert to memory API (RAM/flash only)Avi Kivity
2011-08-25Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"Anthony Liguori
2011-08-25integratorcp: convert to memory API (RAM/flash only)Avi Kivity
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-10qdev/prop: convert integratorcp.c to helper macros.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-26Remove qdev irq sink handlingPaul Brook
2009-05-21Introduce is_default field for QEMUMachineAnthony Liguori
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-14ARM timers qdev conversionPaul Brook
2009-05-14Integrator/CP core qdev conversionPaul Brook
2009-05-14PL181 qdev conversionPaul Brook
2009-05-14PL031 qdev conversionPaul Brook
2009-05-14PL050 qdev conversionPaul Brook
2009-05-14PL011 qdev conversionPaul Brook
2009-05-14PL110 qdev conversionPaul Brook
2009-05-13Remove vga_ram_sizePaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-04-11Remove redundant ram_require machine properly.pbrook
2009-04-09Use qemu_ram_alloc.pbrook
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-01-16graphical_console_init change (Stefano Stabellini)aliguori
2009-01-13Check NIC model in some NIC init functions (Mark McLoughlin)aliguori
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook