aboutsummaryrefslogtreecommitdiff
path: root/hw/lm832x.c
AgeCommit message (Expand)Author
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
2011-07-30lm832x: Take DeviceState pointer in lm832x_key_event()Peter Maydell
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela
2009-10-05vmstate: port lm832x deviceJuan Quintela
2009-10-05lm832x: make fields to have the same types that they are saved/loadedJuan Quintela
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-11qdev: move name+size into DeviceInfo (v2)Gerd Hoffmann
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-14LM832x qdev conversionPaul Brook
2009-05-10Follow coding conventionsPaul Brook
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-07-01Remove duplicate device index calculations.pbrook
2008-05-09Add the LM8323-based keyboard of N810.balrog