aboutsummaryrefslogtreecommitdiffstats
path: root/hw/m48t59.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-08-10qdev/prop: convert m48t59.c to helper macros.Gerd Hoffmann1-16/+4
2009-07-16qdev: rework device properties.Gerd Hoffmann1-9/+30
2009-07-12Sparc32/Sparc64/PPC: convert m48txx to qdevBlue Swirl1-17/+42
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-6/+0
2008-12-28Register reset handlersblueswir11-2/+2
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+0
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog1-75/+47
2007-12-29 M48T02 support (Robert Reif)blueswir11-13/+38
2007-12-29 Make debug printing consistent (Robert Reif)blueswir11-3/+3
2007-11-17Break up vl.h.pbrook1-2/+5
2007-10-28Give an opaque to the m48t59 direct access routines to make it easierj_mayer1-4/+10
2007-09-30Avoid crash on NULL timers.j_mayer1-10/+8
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-6/+6
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-12/+12
2007-08-04 Use UTC/localtime flag in M48Txxblueswir11-2/+8
2007-05-19Use full 36-bit physical address space on SS10blueswir11-3/+3
2007-04-14Add device save and reset methods to FDC and M48T59blueswir11-1/+40
2007-04-07Unify IRQ handling.pbrook1-6/+6
2006-06-14clock year fix for sparc (Blue Swirl)bellard1-2/+8
2005-10-30suppressed m48t08 RTC - simplified m48t59 RTC apibellard1-91/+97
2004-06-21memory mapped NVRAM (Jocelyn Mayer)bellard1-1/+95
2004-06-20new reset APIbellard1-3/+1
2004-05-20win32 fixbellard1-2/+10
2004-05-17NVRAM fixes (Jocelyn Mayer)bellard1-6/+37
2004-04-12ppc: suppressed unneeded globals and headers - added explicit type for ppc nvrambellard1-39/+24
2004-04-12PowerPC system emulation fixes (Jocelyn Mayer)bellard1-0/+486