summaryrefslogtreecommitdiffstats
path: root/hw/ds1338.c
Commit message (Expand)AuthorAgeFilesLines
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-236/+0
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-1/+1
* hw/ds1338: Fix conversion between 12 hours and 24 hours modes.Antoine Mathys2013-02-281-4/+4
* i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber2013-02-011-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* hw/ds1338.c: Fix handling of DAY (wday) register.Antoine Mathys2012-12-131-3/+12
* hw/ds1338.c: Implement support for the control register.Antoine Mathys2012-12-131-4/+13
* hw/ds1338.c: Ensure state is properly initialized.Antoine Mathys2012-12-131-0/+12
* hw/ds1338.c: Fix handling of HOURS register.Antoine Mathys2012-12-131-11/+18
* hw/ds1338.c: Add definitions for various flags in the RTC registers.Antoine Mathys2012-12-131-0/+6
* hw/ds1338.c: Correct bug in conversion to BCD.Antoine Mathys2012-12-131-2/+2
* hw/ds1338: Implement state save/restorePeter Maydell2012-10-121-5/+22
* hw/ds1338: Remove 'now' field from state structPeter Maydell2012-10-121-20/+21
* hw/ds1338: Recapture current time when register pointer wraps aroundPeter Maydell2012-10-121-17/+42
* hw/ds1338: Fix mishandling of register pointerPeter Maydell2012-10-121-7/+13
* ds1338: Add missing break statementStefan Weil2012-03-191-0/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-5/+6
* i2c: smbus: convert to QEMU Object ModelAnthony Liguori2012-01-271-7/+14
* i2c: rename i2c_slave -> I2CSlaveAnthony Liguori2012-01-271-5/+5
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* DS1338 RTCPaul Brook2009-11-221-0/+132
OpenPOWER on IntegriCloud