]> git.proxmox.com Git - qemu.git/history - hw/ppc4xx_devs.c
Use glib memory allocation and free functions
[qemu.git] / hw / ppc4xx_devs.c
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-05-14 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-05-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-05-08 Stefan WeilFix typos in comments (instanciation -> instantiation)
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-15 Blue SwirlRemove unused sysemu.h include directives
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-24 Edgar E. Iglesiaspowerpc: Make the decr interrupt type overridable
2010-08-26 Hollis Blanchardppc4xx: don't unregister RAM at reset
2010-08-26 Hollis Blanchardppc4xx: correct SDRAM controller warning message condition
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonqemu_ram_alloc: Add DeviceState and name parameters
2009-12-21 Alexander GrafPPC: Make DCR uint32_t
2009-11-07 Blue SwirlPPC: rename cpu_ppc_reset to cpu_reset for consistency
2009-11-07 Blue SwirlPPC: remove unneeded calls to device reset
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-16 Blue SwirlReplace always_inline with inline
2009-08-15 Blue SwirlPPC: clean up ppc405
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-04-10 pbrookYet more phys_ram_base elimination.
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2008-12-15 aurel32target-ppc: create a helper function to allow more...
2008-12-15 aurel32target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_...
2008-12-15 aurel32target-ppc: move PPC4xx SDRAM controller emulation...
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-10-04 blueswir1Use qemu-log.h
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-06-30 pbrookMove CPU save/load registration to common code.
2008-05-04 aurel32Remember the state of level-triggered interrupts
2008-05-04 aurel32PPC UIC: Remove interrupt polarity code
2008-04-28 aurel32qemu ppc uic: Order IRQ bit number as described in...
2007-11-24 j_mayerMore PowerPC debug print fixes - hardware emulation...
2007-11-17 pbrookBreak up vl.h.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-07 j_mayerShare devices that might be useful for all PowerPC...