summaryrefslogtreecommitdiffstats
path: root/hw/ppc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-2/+4
* Use qemu-log.hblueswir12008-10-041-3/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-3/+3
* More PowerPC debug print fixes - hardware emulation pass.j_mayer2007-11-241-19/+20
* Break up vl.h.pbrook2007-11-171-1/+5
* Add missing definition for number of input pins for the PowerPC 970 bus.j_mayer2007-11-171-2/+4
* Always make all PowerPC exception definitions visible.j_mayer2007-11-171-13/+11
* Temporary hack to avoid Qemu crash at PowerPC reset time.j_mayer2007-10-291-2/+6
* * sort the PowerPC target object filesj_mayer2007-10-281-28/+39
* Implement time-base start/stop helpers.j_mayer2007-10-141-29/+92
* Do not allow PowerPC CPU restart after entering checkstop mode.j_mayer2007-10-141-7/+1
* PowerPC target coding style fixes.j_mayer2007-10-071-6/+5
* PowerPC target optimisations: make intensive use of always_inline.j_mayer2007-10-071-13/+15
* We never have to export ppc_set_irq.j_mayer2007-10-031-1/+3
* Share input pins and internal interrupt controller between all PowerPC 40x.j_mayer2007-10-011-14/+13
* Fix compilation on Darwin platform, avoiding the use of gcc function attributesj_mayer2007-09-301-4/+18
* Implement the PowerPC alternate time-base, following the 2.04 specification.j_mayer2007-09-301-23/+72
* Code provision for hypervisor timers resources,j_mayer2007-09-291-7/+100
* Great rework and cleanups to ease PowerPC implementations definitions.j_mayer2007-09-261-2/+5
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-3/+3
* PowerPC embedded timers fixes.j_mayer2007-04-241-53/+101
* Add callbacks to allow dynamic change of PowerPC clocks (to be improved)j_mayer2007-04-161-29/+68
* Add bus model (or input pins) into PowerPC CPU flags.j_mayer2007-04-161-0/+122
* Fix a lot of debug traces for PowerPC emulation: use logfile instead of stdoutj_mayer2007-04-161-27/+79
* Fix miscellaneous display warnings for PowerPC & alpha targetsj_mayer2007-04-141-7/+8
* Add PowerPC 405 input pins (IRQ, resets, ...) model.j_mayer2007-04-121-8/+94
* Embedded PowerPC Device Control Registers infrastructure.j_mayer2007-04-121-0/+95
* Implement embedded IRQ controller for PowerPC 6xx/740 & 750.j_mayer2007-04-091-38/+88
* Unify IRQ handling.pbrook2007-04-071-2/+12
* Embedded PowerPC timers support.j_mayer2007-03-311-7/+205
* New model for PowerPC CPU hardware interrupt events:j_mayer2007-03-301-1/+53
* Great PowerPC emulation code resynchronisation and improvments:j_mayer2007-03-071-22/+69
* Merge common ISA access routines.pbrook2006-09-181-58/+0
* suppressed m48t08 RTC - simplified m48t59 RTC apibellard2005-10-301-34/+16
* negative decr fixbellard2005-07-071-3/+6
* use new machine APIbellard2005-06-051-19/+0
* cmdline init fixbellard2004-06-211-9/+26
* support for opaque data on memory I/Osbellard2004-06-031-6/+6
* PowerPC prep/chrp/pmac supportbellard2004-05-261-9/+239
* PowerPC merge: real time TB and decrementer - faster and simpler exception ha...bellard2004-05-211-0/+175
* ppc: suppressed unneeded globals and headers - added explicit type for ppc nvrambellard2004-04-121-2/+0
* PowerPC system emulation fixes (Jocelyn Mayer)bellard2004-04-121-0/+42
OpenPOWER on IntegriCloud