summaryrefslogtreecommitdiff
path: root/hw/ds1338.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-01i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-13hw/ds1338.c: Fix handling of DAY (wday) register.Antoine Mathys1-3/+12
2012-12-13hw/ds1338.c: Implement support for the control register.Antoine Mathys1-4/+13
2012-12-13hw/ds1338.c: Ensure state is properly initialized.Antoine Mathys1-0/+12
2012-12-13hw/ds1338.c: Fix handling of HOURS register.Antoine Mathys1-11/+18
2012-12-13hw/ds1338.c: Add definitions for various flags in the RTC registers.Antoine Mathys1-0/+6
2012-12-13hw/ds1338.c: Correct bug in conversion to BCD.Antoine Mathys1-2/+2
2012-10-12hw/ds1338: Implement state save/restorePeter Maydell1-5/+22
2012-10-12hw/ds1338: Remove 'now' field from state structPeter Maydell1-20/+21
2012-10-12hw/ds1338: Recapture current time when register pointer wraps aroundPeter Maydell1-17/+42
2012-10-12hw/ds1338: Fix mishandling of register pointerPeter Maydell1-7/+13
2012-03-19ds1338: Add missing break statementStefan Weil1-0/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-5/+6
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori1-7/+14
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori1-5/+5
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2009-11-22DS1338 RTCPaul Brook1-0/+132