aboutsummaryrefslogtreecommitdiff
path: root/hw/m48t59.c
AgeCommit message (Expand)Author
2012-06-18m48t59: Rename "type" property to "model"Paolo Bonzini
2012-04-23fix BCD mask for date (Solaris 2.5 guest hang fix)Artyom Tarasenko
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-30m48t59: use rtc_clock for alarm timerPaolo Bonzini
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-24m48t59: convert to memory APIAvi Kivity
2011-10-23m48t59: fix write accessBlue Swirl
2011-10-23m48t59: drop obsolete address base arithmeticBlue Swirl
2011-10-11m48t59: Convert to isa_register_ioportRichard Henderson
2011-08-21m48t59: avoid structure holes spotted by paholeBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-04-22vmstate: port m48t59Juan Quintela
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-16m48t59: Fix a wrong opaque passed to nvram read and write routinesHervé Poussineau
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-02-07m48t59: don't use reserved _t suffixBlue Swirl
2009-11-22BCD cleanupPaul Brook
2009-10-24m48t59: convert to vmstate resetBlue Swirl
2009-10-13Add some chipset doc linksBlue Swirl
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-14Add an ISA bus version of m48t59Blue Swirl
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-08-10qdev/prop: convert m48t59.c to helper macros.Gerd Hoffmann
2009-07-16qdev: rework device properties.Gerd Hoffmann
2009-07-12Sparc32/Sparc64/PPC: convert m48txx to qdevBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-28Register reset handlersblueswir1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog
2007-12-29 M48T02 support (Robert Reif)blueswir1
2007-12-29 Make debug printing consistent (Robert Reif)blueswir1
2007-11-17Break up vl.h.pbrook
2007-10-28Give an opaque to the m48t59 direct access routines to make it easierj_mayer
2007-09-30Avoid crash on NULL timers.j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-04 Use UTC/localtime flag in M48Txxblueswir1