summaryrefslogtreecommitdiffstats
path: root/hw/pl011.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell2012-10-201-4/+7
* hw/pl011.c: Avoid crash on read when no chr backend presentPeter Maydell2012-07-201-1/+3
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: nuke qdev_init_chardev()Anthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-10/+12
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-6/+30
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* pl011: convert to memory APIAvi Kivity2011-11-241-17/+10
* char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori2011-08-221-1/+1
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* vmstate: port pl011Juan Quintela2011-04-221-51/+25
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-5/+6
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* PL011 qdev conversionPaul Brook2009-05-141-18/+37
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-3/+3
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-4/+0
* Save/restore for stellaris boards.pbrook2008-07-021-1/+52
* Implement break for the pl011, based on a patch from Jason Wessel.aurel322008-04-081-3/+9
* Add input buffer to mux chr (patch by Tristan Gingold).balrog2007-11-251-0/+1
* Break up vl.h.pbrook2007-11-171-1/+3
* ARMv7 support.pbrook2007-11-111-4/+11
* Fix 64-bit host printf format mismatches.pbrook2007-11-101-2/+2
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* Spelling fixes, by Stefan Weil.ths2007-07-111-3/+3
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Unify IRQ handling.pbrook2007-04-071-5/+3
* Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook2007-01-271-2/+2
* ARM Versatile Platform Baseboard emulation.pbrook2006-04-091-0/+251
OpenPOWER on IntegriCloud