aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-2/+2
* Get rid of _t suffixmalc2009-10-011-2/+2
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-3/+3
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* 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
* PL031 qdev conversionPaul Brook2009-05-141-8/+13
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Remove superfluous #includes.Paul Brook2009-05-081-1/+0
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-6/+5
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* pl031: remove unused variableaurel322009-01-301-1/+0
* Fix RTC initial date computationaurel322008-12-041-1/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-5/+0
* Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-171-8/+3
* Break up vl.h.pbrook2007-11-171-1/+4
* ARM PL031 RTC emulation.pbrook2007-06-301-0/+219