aboutsummaryrefslogtreecommitdiffstats
path: root/hw/eccmemctl.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-29Sparc32: port ECC memory controller to VMState designBlue Swirl1-33/+13
2009-08-27qdev: add return value to init() callbacks.Gerd Hoffmann1-1/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-08-10qdev/prop: convert eccmemctl.c to helper macros.Gerd Hoffmann1-7/+2
2009-08-08Sparc32: move device instantiation to sun4m.cBlue Swirl1-16/+0
2009-07-17Sparc32: use hex for version numbersBlue Swirl1-1/+1
2009-07-16qdev: rework device properties.Gerd Hoffmann1-3/+18
2009-07-12Sparc32: use the OpenFirmware name for eccBlue Swirl1-2/+2
2009-07-12Sparc32: convert eccmemctl to qdevBlue Swirl1-16/+36
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2008-12-23Implement hw/eccmemctl.c version differences (Robert Reif)blueswir11-10/+31
2008-12-02Remove address maskingblueswir11-6/+6
2008-06-19Fix buffer overruns (reported by Julian Seward)blueswir11-33/+29
2008-05-12Wrap long linesblueswir11-2/+3
2008-05-06ECC updated based on information released recently by Sun (Robert Reif)blueswir11-80/+160
2008-04-06Remove unwanted executable propertiesblueswir11-0/+0
2008-01-17 Give ECC controller an IRQ (Robert Reif)blueswir11-2/+4
2008-01-01 Register only valid register access widthsblueswir11-28/+4
2007-12-09 Add support for eccmemctl (Robert Reif)blueswir11-0/+266