support media=cdrom for if=none
[qemu] / target-ppc /
2009-01-24 aurel32target-ppc: Include gdbstub.h
2009-01-15 aliguoriglobal s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-15 aliguoriClean up debugging code #ifdefs (Eduardo Habkost)
2009-01-15 aliguoripowerpc/kvm: enable POWERPC_MMU_BOOKE_FSL when kvm...
2009-01-15 aliguoripowerpc/kvm: Fix a uninitialized bug (Liu Yu)
2009-01-14 aurel32target-ppc: fix wrteei instruction
2009-01-12 aurel32target-ppc: add altivec cache instructions
2009-01-08 aurel32Add v{add, sub}{s, u}{b, h, w}s instructions
2009-01-08 aurel32Add vspltis{b,h,w} instructions
2009-01-08 aurel32Add vs{l,r} instructions
2009-01-08 aurel32Add vcmpequ{b, h, w} and vcmpgt{s, u}{b, h, w} instructions
2009-01-08 aurel32Add GEN_VXRFORM{,1} macros for subsequent instructions
2009-01-05 aurel32target-ppc: fix compilation on BigEndian
2009-01-04 aurel32target-ppc: Add m{f,t}vscr instructions.
2009-01-04 aurel32Add vsumsws, vsum2sws, and vsum4{sbs, shs,ubs} instruct...
2009-01-04 aurel32Add {l,st}ve{b,h,w}x instructions.
2009-01-04 aurel32Add vmladduhm instruction.
2009-01-04 aurel32Add vmsumsh{m,s} instructions.
2009-01-04 aurel32Add vmsumuh{m,s} instructions.
2009-01-04 aurel32Add vmh{,r}addshs instructions.
2009-01-04 aurel32Add vpkpx instruction.
2009-01-04 aurel32Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w...
2009-01-04 aurel32Add saturating arithmetic conversion functions for...
2009-01-04 aurel32Add vsel and vperm instructions.
2009-01-04 aurel32Add vmsum{u,m}bm instructions.
2009-01-04 aurel32Add GEN_VAFORM_PAIRED macro for subsequent instructions.
2009-01-04 aurel32Add vupk{h,l}s{b,h} instructions.
2009-01-04 aurel32Add vupk{h,l}px instructions.
2009-01-04 aurel32Add GEN_VXFORM_NOA macro for subsequent instructions.
2009-01-04 aurel32Add vsplt{b,h,w} instructions.
2009-01-04 aurel32Add GEN_VXFORM_UIMM macro for subsequent instructions.
2009-01-04 aurel32Add GEN_VXFORM_SIMM macro for subsequent instructions.
2009-01-04 aurel32Add vsldoi instruction.
2009-01-04 aurel32Add vrl{b,h,w} instructions.
2009-01-04 aurel32Add lvs{l,r} instructions.
2009-01-04 aurel32Add v{add,sub}cuw instructions.
2009-01-04 aurel32Add vs{l,r}o instructions.
2009-01-04 aurel32Add vsl{b,h,w} instructions.
2009-01-04 aurel32Add vsr{,a}{b,h,w} instructions.
2009-01-04 aurel32Add vmul{e,o}{s,u}{b,h} instructions.
2009-01-04 aurel32Add vmrg{l,h}{b,h,w} instructions.
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-03 aurel32Add vscr access macros.
2009-01-03 aurel32Add v{min, max}{s, u}{b, h, w} instructions.
2009-01-03 aurel32Add vavg{s,u}{b,h,w} instructions.
2009-01-03 aurel32Add v{add,sub}u{b,h,w}m instructions.
2009-01-03 aurel32Add GEN_VXFORM macro for subsequent instructions.
2009-01-03 aurel32Add helper macros for later patches.
2009-01-03 aurel32Fix TCG error in gen_avr_ptr.
2009-01-03 aurel32target-ppc: fix TGC type mismatch introduced by r6146
2009-01-01 aurel32tcg_temp_local_new should take no parameter
2008-12-30 blueswir1VM load/save support for PPC CPU
2008-12-29 aurel32target-ppc: improve correctness of the fsel instruction
2008-12-29 aurel32target-ppc: fix stsw/stswi instructions
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-18 aurel32target-ppc: add gen_avr_ptr function.
2008-12-18 aurel32target-ppc: use float_flag_divbyzero instead of checkin...
2008-12-18 aurel32target-ppc: fix type of spe_acc.
2008-12-18 aurel32target-ppc: fix a typo
2008-12-18 aurel32target-ppc: add Altivec logical operations
2008-12-18 aurel32target-ppc: fix fres, fsqrte and remove useless code
2008-12-16 aurel32target-ppc: add comments about constants introduced...
2008-12-16 aurel32target-ppc: fix a typo introduced in revision 6058
2008-12-16 aurel32target-ppc: IBM PowerPC 440EP Bamboo reference board...
2008-12-16 aurel32target-ppc: Enable KVM for ppcemb.
2008-12-15 aurel32target-ppc: update comment about precise emulation
2008-12-15 aurel32target-ppc: remove dead code
2008-12-15 aurel32target-ppc: enable PRECISE_EMULATION by default
2008-12-15 aurel32target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate...
2008-12-15 aurel32target-ppc: fadd/fsub: correctly propagate NaN
2008-12-15 aurel32target-ppc: use the new fp functions
2008-12-15 aurel32target-ppc: correctly propagate NaN in division
2008-12-15 aurel32target-ppc: fix fload_invalid_op_excp()
2008-12-15 aurel32target-ppc: use a correct value to represent 1.0
2008-12-15 aurel32target-ppc: update nip before calling an helper in...
2008-12-15 aurel32target-ppc: fix TCGv type in fcmpu/fcmpo
2008-12-15 aurel32target-ppc: add signed fields to ppc_avr_t.
2008-12-15 aurel32target-ppc: fix frsp instruction
2008-12-15 aurel32target-ppc: fix mtfsf and mtfsfi instructions
2008-12-14 aurel32target-ppc: fix fcmp{o,u} instructions
2008-12-14 aurel32target-ppc: remove FPRF optimization
2008-12-14 aurel32target-ppc: fix mtfsb0 and mtfsb1
2008-12-14 aurel32target-ppc: display FPSCR in register dump
2008-12-14 aurel32target-ppc: fix mbar opcode
2008-12-14 aurel32target-ppc: fix fsel instruction
2008-12-13 aurel32target-ppc: keep only the table version for mfrom
2008-12-13 aurel32target-ppc: use accessors to access fp_status exception...
2008-12-13 aurel32target-ppc: fix compilation with PRECISE_EMULATION
2008-12-13 aurel32target-ppc: fix compilation with CONFIG_SOFTFLOAT
2008-12-11 aurel32target-ppc: remove remaining warnings
2008-12-11 aurel32target-ppc: remove unneeded include
2008-12-11 aurel32target-ppc: rework exception code
2008-12-11 aurel32target-ppc: remove dead code
2008-12-10 aurel32target-ppc: enable SPE and Altivec in user mode
2008-12-10 aurel32target-ppc: initialize MSR appropriately in user-mode
2008-12-08 aurel32target-ppc: kill a warning
2008-12-08 aurel32target-ppc: cleanup op_helper.c after TCG conversion
2008-12-08 aurel32target-ppc: enable access type in MMU
2008-12-08 aurel32target-ppc: memory load/store rework
next