]> git.proxmox.com Git - qemu.git/history - target-ppc/translate.c
Add image format option in monitor for removable media
[qemu.git] / target-ppc / translate.c
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-05-10 aurel32Fix broken PPC user space single stepping
2008-05-05 aurel32PPC: fix isel opcode decoding
2008-04-28 aurel32Factorize code in translate.c
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-02-01 bellarduse the TCG code generator
2007-11-24 j_mayerFix incorrect debug prints (reported by Paul Brook).
2007-11-22 j_mayerAdd new sane low-level memory accessors for PowerPC...
2007-11-19 j_mayerPowerPC instruction fixes:
2007-11-19 j_mayerFix another collision in PowerPC instructions definitions.
2007-11-17 j_mayerA little more granularity in PowerPC instructions defin...
2007-11-17 j_mayerFix collision in PowerPC instructions definitions.
2007-11-16 j_mayerAlways make PowerPC hypervisor mode memory accesses...
2007-11-14 j_mayerFix invalid PowerPC 64 rldimi optimized case.
2007-11-14 j_mayerReorganize PowerPC instructions categories, add icbi...
2007-11-12 j_mayerPowerPC SPE extension fix: must always preserve GPR...
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-12 j_mayerFix usage of the -1 constant in the PowerPC target...
2007-11-11 j_mayerOptimize PowerPC overflow flag computation in most...
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-11-04 j_mayerImprove PowerPC CPU state dump.
2007-11-02 j_mayerDon't print any message when a priviledge exception...
2007-10-31 j_mayerFix CR ops with complement, thanks to Julian Seward...
2007-10-28 j_mayerPowerPC coding style and inlining fixes.
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-26 j_mayerBugfix in PowerPC dcbi instruction:
2007-10-26 j_mayerPretty dump for specific PowerPC instructions names.
2007-10-25 j_mayerGprof prooved the PowerPC emulation spent too much...
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-07 j_mayerWork-around C89 and/or "old" gcc unspecified behavior...
2007-10-07 j_mayerImplement PowerPC Altivec load & stores, used by Apple...
2007-10-07 j_mayerPowerPC target coding style fixes.
2007-10-07 j_mayerPowerPC target optimisations: make intensive use of...
2007-10-07 j_mayerReorganize the CPUPPCState structure to group features.
2007-10-07 j_mayerAdd MSR bits signification per PowerPC implementation...
2007-10-05 j_mayerFull implementation of PowerPC 64 MMU, just missing...
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
2007-10-02 j_mayerCode provision for hypervisor mode memory accesses.
2007-10-01 j_mayerFix missing nip updates for instructions that potential...
2007-10-01 j_mayerHandle all MMU models in switches, even if it's just...
2007-10-01 j_mayerOptimisations: avoid generation of duplicated micro...
2007-10-01 j_mayerAvoid op helpers that would just call helpers for TLB...
2007-09-30 j_mayerFix (once again) PowerPC sync weight field.
2007-09-30 j_mayer* Update OEA environment, following the PowerPC 2.04...
2007-09-30 j_mayerSynchronize with latest PowerPC ISA VEA:
2007-09-30 j_mayerImplement Process Priority Register as defined in the...
2007-09-30 j_mayerImplement new floating-point instructions (fre, frin...
2007-09-30 j_mayerImprove single-precision floats load & stores:
2007-09-29 j_mayerPowerPC emulation optimization:
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-29 j_mayerDefine the proper bfd_mach to be used by the disassembl...
2007-09-27 j_mayerImplement size bit in PowerPC 64 comparisons.
2007-09-27 j_mayerFixes for PowerPC 64 rotate and mask instructions.
2007-09-26 j_mayerGreat rework and cleanups to ease PowerPC implementatio...
2007-09-21 j_mayerMore PowerPC definitions, from POWER 2.04 specification...
2007-09-21 j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
2007-09-19 j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-17 j_mayerPowerPC flags update/use fixes:
2007-09-17 j_mayerCoding style fixes in PowerPC related code (no function...
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-09-11 thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-05-27 blueswir1Spelling fix (Mark Glines)
2007-04-24 j_mayerCode provision for new PowerPC embedded target support...
2007-04-19 j_mayerNo functional changes:
2007-04-16 j_mayerPowerPC emulation bugfixes:
2007-04-16 j_mayerFix a lot of debug traces for PowerPC emulation: use...
2007-04-06 j_mayerFix for PowerPC 64 rotates.
2007-03-30 j_mayerFix rfi instruction: do not depend on current execution...
2007-03-23 j_mayerAdd missing PowerPC 64 instructions
2007-03-23 j_mayerFix debug printf: we need different macros for target_u...
2007-03-22 j_mayerPowerPC improvments:
2007-03-22 j_mayerPowerPC bugfixes:
2007-03-20 j_mayerPowerPC 2.03 SPE extension - first pass.
2007-03-19 thsDefine gen_intermediate_code_internal as "static inline".
2007-03-18 j_mayerAs icbi is not a priviledge instruction and is treated...
2007-03-17 j_mayerMake it safe to use 64 bits GPR and/or 64 bits host...
2007-03-07 j_mayerGreat PowerPC emulation code resynchronisation and...
2007-01-05 thsPPC32 Trace Exception and Trap instruction, by Jason...
2006-06-25 bellardC99 64 bit printf
2006-05-22 bellardPPC Breakpoints for gdb-stub (Jason Wessel)
2005-11-23 bellardhalt state support for ppc
2005-11-23 bellardavoid generating useless exceptions (Jocelyn Mayer)
2005-11-21 bellardtarget_disas() little endian change
2005-11-20 bellarduse direct jump only for jumps in the same page - stop...
2005-10-30 bellardsuppressed JUMP_TB (Paul Brook)
2005-07-02 bellardsimplified PowerPC exception handling (Jocelyn Mayer)
2005-07-02 bellardpreliminary patch to support more PowerPC CPUs (Jocelyn...
2005-06-05 bellardsimplified end of page handling
2005-06-04 bellardfixed lsw[ix] / stsw[ix] potential exception bug -...
2005-05-12 bellarddcbz fix (Jocelyn Mayer)
2005-04-23 bellardThis patch adds little-endian mode support to PPC emula...
2005-04-23 bellard- remove the ugly "stop" pseudo-opcode.
2005-03-13 bellardfpu fixes (Jocelyn Mayer) - soft float support
2005-02-15 bellardppc fixes (Jocelyn Mayer)
2005-02-08 bellardppc fixes - gcc 3.4 compile fix (initial patch by Jocel...
2005-01-03 bellard64 bit target support
2004-10-09 bellardmonitor fixes
2004-10-03 bellardremoved access_type hack
2004-09-18 bellardremoved unused prototype
next