aboutsummaryrefslogtreecommitdiffstats
path: root/hw/eccmemctl.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-8/+10
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-10/+19
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-2/+2
2011-11-24eccmemctl: convert to memory APIAvi Kivity1-33/+30
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-10-31sparc32: convert debug printf statements to tracepointsBlue Swirl1-27/+19
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-24sparc32: add chipset docs for eccmemctlBlue Swirl1-0/+4
2009-10-24sparc32: convert eccmemctl to reset + vmsdBlue Swirl1-6/+6
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
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