Remove dead AIO code for win32
[qemu] / target-ppc /
2009-03-29 aurel32target-ppc: Explain why the whole TLB is flushed on...
2009-03-29 aurel32target-ppc: avoid nop to override next instruction
2009-03-13 blueswir1Make the ELF loader aware of backwards compatibility
2009-03-13 aurel32target-ppc: use the new bswap* TCG ops
2009-03-13 aurel32tcg: rename bswap_i32/i64 functions
2009-03-10 aurel32target-ppc: fix commit r6789
2009-03-09 aurel32targe-ppc: optimize mfcr and mtcrf
2009-03-09 aurel32target-ppc: free a tcg temp variable
2009-03-09 aurel32target-ppc: add support for reading/writing spefscr
2009-03-07 aurel32Fix off-by-one errors for Altivec and SPE registers
2009-03-07 blueswir1Disable BAT for 970
2009-03-07 aurel32Fix mfcr on ppc64-softmmu
2009-03-07 blueswir1Keep SLB in-CPU
2009-03-07 blueswir1Fix NX bit
2009-03-07 blueswir1Fix RFI(d)
2009-03-07 blueswir1Implement mtfsf.L encoding
2009-03-07 blueswir1Enable 64bit mode on interrupts
2009-03-07 blueswir1Nop some SPRs on 970fx
2009-03-07 blueswir1Implment tlbiel
2009-03-07 blueswir1Implement large pages
2009-03-07 blueswir1Implement slbmte
2009-03-07 blueswir1Sparse fixes: add extern to ELF opcode tables to avoid...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-03-03 aurel32target-ppc: improve mfcr/mtcrf
2009-03-02 malcFix mtcrf/mfcr
2009-03-02 aurel32kvm/powerpc: Add MPC8544DS board support
2009-03-02 aurel32kvm/powerpc: Add irq support for E500 core
2009-02-28 blueswir1Implement HIOR
2009-02-28 blueswir1Fix typo in gen_qemu_ld32s
2009-02-21 blueswir1Turn MMU off on reset
2009-02-19 blueswir1Fix branch debugging
2009-02-09 aurel32target-ppc: Model e500v{1,2} CPUs more accurately
2009-02-09 aurel32target-ppc: Model SPE floating-point instructions more...
2009-02-09 aurel32target-ppc: Add vrsqrtefp instruction
2009-02-09 aurel32target-ppc: Add vrefp instruction
2009-02-09 aurel32target-ppc: Add vct{u,s}xs instructions
2009-02-09 aurel32target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructions
2009-02-09 aurel32target-ppc: Add vmaddfp and vnmsubfp instructions
2009-02-09 aurel32target-ppc: Add v{add,sub}fp instructions
2009-02-09 aurel32target-ppc: Add v{max,min}fp instructions
2009-02-08 blueswir1Load 32 bit ELF BIOS images also on PPC64
2009-02-05 aurel32target-ppc: change instruction name vrlogefp into vlogefp
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-02-05 aurel32target-ppc: add vrlogefp instruction
2009-02-04 aurel32target-ppc: fix previous commit
2009-02-04 aurel32target-ppc: use the new float constants
2009-02-04 aurel32Add vcf{u,s}x instructions
2009-02-04 aurel32Add vrfi{m,n,p,z} instructions
2009-02-04 aurel32Add various NaN-handling macros
2009-02-03 aurel32Make mtvscr use a helper
2009-02-03 aurel32Add calls to initialize VSCR on appropriate machines
2009-02-03 aurel32Rename spe_status to vec_status
2009-02-03 aurel32Add f field to ppc_avr_t
2009-02-03 aurel32Fix compilation of PPC64 targets with DEBUG_TCGV enabled
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-24 aurel32kvm/powerpc: extern one function for MPC85xx code use
2009-01-24 aurel32target-ppc: Add SPE register read/write using XML
2009-01-24 aurel32target-ppc: Add Altivec register read/write using XML
2009-01-24 aurel32target-ppc: Add float register read/write using XML
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.
next