summaryrefslogtreecommitdiff
path: root/hw/ds1338.c
AgeCommit message (Expand)Author
2013-02-01i2c: Drop I2C_SLAVE_FROM_QDEV() macroAndreas Färber
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-13hw/ds1338.c: Fix handling of DAY (wday) register.Antoine Mathys
2012-12-13hw/ds1338.c: Implement support for the control register.Antoine Mathys
2012-12-13hw/ds1338.c: Ensure state is properly initialized.Antoine Mathys
2012-12-13hw/ds1338.c: Fix handling of HOURS register.Antoine Mathys
2012-12-13hw/ds1338.c: Add definitions for various flags in the RTC registers.Antoine Mathys
2012-12-13hw/ds1338.c: Correct bug in conversion to BCD.Antoine Mathys
2012-10-12hw/ds1338: Implement state save/restorePeter Maydell
2012-10-12hw/ds1338: Remove 'now' field from state structPeter Maydell
2012-10-12hw/ds1338: Recapture current time when register pointer wraps aroundPeter Maydell
2012-10-12hw/ds1338: Fix mishandling of register pointerPeter Maydell
2012-03-19ds1338: Add missing break statementStefan Weil
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2011-07-23Correct spelling of licensedMatthew Fernandez
2009-11-22DS1338 RTCPaul Brook