aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ds1225y.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-7/+9
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-10/+19
2011-12-06Convert source files to UTF-8 encodingStefan Weil1-1/+1
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-24ds1225y: convert to memory APIAvi Kivity1-48/+14
2011-10-20ds1225y: Use stdio instead of QEMUFileJuan Quintela1-12/+16
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-07-20ds1225y: convert to qdev device, and use it in MIPS Jazz emulationHervé Poussineau1-26/+74
2011-07-20ds1225y: use trace frameworkHervé Poussineau1-11/+5
2011-07-20ds1225y: Remove protection stuff, which doesn't belong to this deviceHervé Poussineau1-41/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-16/+16
2009-10-01Get rid of _t suffixmalc1-16/+16
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-3/+3
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-5/+0
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-13/+4
2008-03-13ds1225y nvram: Fix some bugsaurel321-57/+128
2008-03-13Convert from DOS to UNIX format, no code change.aurel321-123/+123
2007-11-17Break up vl.h.pbrook1-1/+3
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir11-2/+2
2007-02-28DS1225Y nvram device, by Herve Poussineau.ths1-0/+121