aboutsummaryrefslogtreecommitdiffstats
path: root/hw/eeprom93xx.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-05-06Fix typo in code and commentsStefan Weil1-5/+5
2010-07-06eepro100: Add a dev field to eeprom new/free functionsAlex Williamson1-4/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2009-12-04Add "static" to please SparseBlue Swirl1-1/+1
2009-10-27eeprom93xx: port to vmstateJuan Quintela1-53/+49
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-10/+10
2009-10-01Get rid of _t suffixmalc1-10/+10
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09Unregister savevm callback in eeprom93xx_free()Mark McLoughlin1-0/+1
2009-05-13Include assert.h from qemu-common.hPaul Brook1-1/+0
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-03-28hw/eeprom93xx.c: support 93xx EEPROMs with more than 255 wordsaurel321-10/+14
2009-03-28hw/eeprom93xx.c: substitute structure dump with discrete dump in eeprom_save/...aurel321-2/+27
2007-11-17Break up vl.h.pbrook1-0/+1
2007-04-02Eepro100 emulation, by Stefan Weil.ths1-0/+312