aboutsummaryrefslogtreecommitdiffstats
path: root/hw/mac_nvram.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-08-08ppc: convert to memory APIAvi Kivity1-24/+15
2011-04-22vmstate: port mac_nvramJuan Quintela1-19/+11
2011-04-22mac_nvram: size is a size, no need to be a target dependent typeJuan Quintela1-1/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-5/+5
2009-10-01Get rid of _t suffixmalc1-5/+5
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-02-07Add it_shiftblueswir11-4/+8
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-6/+0
2008-12-30VM load/save support for PPC devicesblueswir11-0/+21
2008-12-28Register reset handlersblueswir11-0/+6
2008-12-26target-ppc: workaround OpenBIOS limitationaurel321-0/+6
2008-12-26target-ppc: fix PowerMAC NVRAM emulationaurel321-6/+12
2008-12-24Add support for -prom-env command line optionsblueswir11-20/+31
2008-12-24Improve PPC device debuggingblueswir11-4/+14
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-4/+0
2007-11-17Break up vl.h.pbrook1-1/+1
2007-11-04Fix PowerMac NVRAM device.j_mayer1-2/+20
2007-10-28* sort the PowerPC target object filesj_mayer1-0/+123