aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some chipset doc linksBlue Swirl2009-10-131-0/+8
* New qdev_init_nofail()Markus Armbruster2009-10-071-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-36/+36
* Get rid of _t suffixmalc2009-10-011-36/+36
* Add an ISA bus version of m48t59Blue Swirl2009-09-141-15/+78
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* qdev/prop: convert m48t59.c to helper macros.Gerd Hoffmann2009-08-101-16/+4
* qdev: rework device properties.Gerd Hoffmann2009-07-161-9/+30
* Sparc32/Sparc64/PPC: convert m48txx to qdevBlue Swirl2009-07-121-17/+42
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-6/+0
* Register reset handlersblueswir12008-12-281-2/+2
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-8/+0
* Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-171-75/+47
* M48T02 support (Robert Reif)blueswir12007-12-291-13/+38
* Make debug printing consistent (Robert Reif)blueswir12007-12-291-3/+3
* Break up vl.h.pbrook2007-11-171-2/+5
* Give an opaque to the m48t59 direct access routines to make it easierj_mayer2007-10-281-4/+10
* Avoid crash on NULL timers.j_mayer2007-09-301-10/+8
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-6/+6
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-12/+12
* Use UTC/localtime flag in M48Txxblueswir12007-08-041-2/+8
* Use full 36-bit physical address space on SS10blueswir12007-05-191-3/+3
* Add device save and reset methods to FDC and M48T59blueswir12007-04-141-1/+40
* Unify IRQ handling.pbrook2007-04-071-6/+6
* clock year fix for sparc (Blue Swirl)bellard2006-06-141-2/+8
* suppressed m48t08 RTC - simplified m48t59 RTC apibellard2005-10-301-91/+97
* memory mapped NVRAM (Jocelyn Mayer)bellard2004-06-211-1/+95
* new reset APIbellard2004-06-201-3/+1
* win32 fixbellard2004-05-201-2/+10
* NVRAM fixes (Jocelyn Mayer)bellard2004-05-171-6/+37
* ppc: suppressed unneeded globals and headers - added explicit type for ppc nvrambellard2004-04-121-39/+24
* PowerPC system emulation fixes (Jocelyn Mayer)bellard2004-04-121-0/+486