aboutsummaryrefslogtreecommitdiff
path: root/hw/pl011.c
AgeCommit message (Expand)Author
2012-07-20hw/pl011.c: Avoid crash on read when no chr backend presentPeter Maydell
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-24pl011: convert to memory APIAvi Kivity
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-04-22vmstate: port pl011Juan Quintela
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06savevm: Add DeviceState paramAlex Williamson
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-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-14PL011 qdev conversionPaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-07-02Save/restore for stellaris boards.pbrook
2008-04-08Implement break for the pl011, based on a patch from Jason Wessel.aurel32
2007-11-25Add input buffer to mux chr (patch by Tristan Gingold).balrog
2007-11-17Break up vl.h.pbrook
2007-11-11ARMv7 support.pbrook
2007-11-10Fix 64-bit host printf format mismatches.pbrook
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-07-11Spelling fixes, by Stefan Weil.ths
2007-06-03Fix off-by-one memory region sizes.pbrook
2007-04-07Unify IRQ handling.pbrook
2007-01-27Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook
2006-04-09ARM Versatile Platform Baseboard emulation.pbrook