aboutsummaryrefslogtreecommitdiffstats
path: root/hw/m48t59.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-20/+26
2012-01-30m48t59: use rtc_clock for alarm timerPaolo Bonzini1-2/+2
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-11/+20
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-7/+13
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau1-2/+3
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-24m48t59: convert to memory APIAvi Kivity1-14/+9
2011-10-23m48t59: fix write accessBlue Swirl1-1/+1
2011-10-23m48t59: drop obsolete address base arithmeticBlue Swirl1-2/+0
2011-10-11m48t59: Convert to isa_register_ioportRichard Henderson1-3/+12
2011-08-21m48t59: avoid structure holes spotted by paholeBlue Swirl1-4/+5
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-04-22vmstate: port m48t59Juan Quintela1-23/+13
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-01-16m48t59: Fix a wrong opaque passed to nvram read and write routinesHervé Poussineau1-5/+6
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-02-07m48t59: don't use reserved _t suffixBlue Swirl1-34/+33
2009-11-22BCD cleanupPaul Brook1-30/+20
2009-10-24m48t59: convert to vmstate resetBlue Swirl1-4/+19
2009-10-13Add some chipset doc linksBlue Swirl1-0/+8
2009-10-07New qdev_init_nofail()Markus Armbruster1-2/+2
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-36/+36
2009-10-01Get rid of _t suffixmalc1-36/+36
2009-09-14Add an ISA bus version of m48t59Blue Swirl1-15/+78
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