linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / hw / ppc.c
2009-09-11 Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-16 Blue SwirlReplace always_inline with inline
2009-07-12 Tristan Gingoldtarget-ppc: fix typo in _cpu_ppc_load_decr
2009-04-10 pbrookYet more phys_ram_base elimination.
2009-03-02 aurel32kvm/powerpc: Add irq support for E500 core
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-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-04 blueswir1Use qemu-log.h
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2007-11-24 j_mayerMore PowerPC debug print fixes - hardware emulation...
2007-11-17 pbrookBreak up vl.h.
2007-11-17 j_mayerAdd missing definition for number of input pins for...
2007-11-17 j_mayerAlways make all PowerPC exception definitions visible.
2007-10-29 j_mayerTemporary hack to avoid Qemu crash at PowerPC reset...
2007-10-28 j_mayer* sort the PowerPC target object files
2007-10-14 j_mayerImplement time-base start/stop helpers.
2007-10-14 j_mayerDo not allow PowerPC CPU restart after entering checkst...
2007-10-07 j_mayerPowerPC target coding style fixes.
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-03 j_mayerWe never have to export ppc_set_irq.
2007-10-01 j_mayerShare input pins and internal interrupt controller...
2007-09-30 j_mayerFix compilation on Darwin platform, avoiding the use...
2007-09-30 j_mayerImplement the PowerPC alternate time-base, following...
2007-09-29 j_mayerCode provision for hypervisor timers resources,
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-24 j_mayerPowerPC embedded timers fixes.
2007-04-16 j_mayerAdd callbacks to allow dynamic change of PowerPC clocks...
2007-04-16 j_mayerAdd bus model (or input pins) into PowerPC CPU flags.
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-14 j_mayerFix miscellaneous display warnings for PowerPC & alpha...
2007-04-12 j_mayerAdd PowerPC 405 input pins (IRQ, resets, ...) model.
2007-04-12 j_mayerEmbedded PowerPC Device Control Registers infrastructure.
2007-04-09 j_mayerImplement embedded IRQ controller for PowerPC 6xx/740...
2007-04-07 pbrookUnify IRQ handling.
2007-03-31 j_mayerEmbedded PowerPC timers support.
2007-03-30 j_mayerNew model for PowerPC CPU hardware interrupt events:
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2006-09-18 pbrookMerge common ISA access routines.
2005-10-30 bellardsuppressed m48t08 RTC - simplified m48t59 RTC api
2005-07-07 bellardnegative decr fix
2005-06-05 bellarduse new machine API
2004-06-21 bellardcmdline init fix
2004-06-03 bellardsupport for opaque data on memory I/Os
2004-05-26 bellardPowerPC prep/chrp/pmac support
2004-05-21 bellardPowerPC merge: real time TB and decrementer - faster...
2004-04-12 bellardppc: suppressed unneeded globals and headers - added...
2004-04-12 bellardPowerPC system emulation fixes (Jocelyn Mayer)