summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-10qemu-nbd: remove useless parameter from nbd_negotiate() (Laurent Vivier)aliguori3-3/+3
2008-09-09Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert to TCGblueswir15-31/+43
2008-09-09Add missing "static"blueswir11-1/+1
2008-09-09Add gitignore filealiguori1-0/+33
2008-09-09Fix up pxe boot (Glauber Costa)aliguori1-2/+6
2008-09-07alpha: only print debug information to the log fileaurel322-6/+4
2008-09-07TCG: Use x86-64 zero extension instructions.pbrook1-0/+15
2008-09-07Implement TCG sign extension ops for x86-64.pbrook2-0/+27
2008-09-07Fix libvdeplug link test.pbrook1-2/+7
2008-09-06Fix a typo in fpsub32blueswir11-1/+1
2008-09-06Convert most env fields to TCG registersblueswir11-95/+91
2008-09-06Silence gcc warning about constant overflowblueswir12-3/+11
2008-09-06Enable gcc flag -Wundefblueswir12-2/+2
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir114-64/+67
2008-09-06Some little fixes on QEMUaurel323-8/+6
2008-09-05fix alpha cmovxx instructionaurel321-5/+5
2008-09-05CRIS: Mask off the cache selection bit after MMU translations.edgar_igl2-18/+13
2008-09-05Revert "TCG: enable debug"aurel321-1/+1
2008-09-05ppc: Convert op_subf to TCGaurel322-13/+10
2008-09-05ppc: Convert op_add, op_addi to TCGaurel322-28/+19
2008-09-05TCG: enable debugaurel321-1/+1
2008-09-05TCG fixes for target-crisaurel321-2/+2
2008-09-05TCG fixes for target-mipsaurel321-26/+27
2008-09-05Fix swapped mvz/mvs instructions.pbrook1-1/+1
2008-09-04ppc: replace op_set_FT0 with tcg_gen_movi_i64aurel322-11/+1
2008-09-04alpha: add target-alpha/helper.h (missing from commit r5150)aurel321-0/+10
2008-09-04ppc: Convert nip moves to TCGaurel322-38/+12
2008-09-04ppc: remove unused codeaurel321-28/+0
2008-09-04ppc: Convert CRF moves to TCGaurel324-121/+34
2008-09-04ppc: fix fpr TCG registers creationaurel321-0/+2
2008-09-04ppc: Convert FPR moves to TCGaurel323-182/+65
2008-09-04ppc: Convert Altivec register moves to TCGaurel322-53/+38
2008-09-04ppc: cleanup register typesaurel324-21/+21
2008-09-04ppc: Convert GPR moves to TCGaurel323-454/+390
2008-09-04alpha: convert a few more instructions to TCGaurel322-90/+28
2008-09-04alpha: directly access ir registersaurel322-326/+145
2008-09-04convert of few alpha insn to TCGaurel322-57/+62
2008-09-04hw/pcnet: use qemu_socket.haurel321-6/+1
2008-09-03Implement no-fault loadsblueswir11-8/+36
2008-09-03ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.edgar_igl1-2/+21
2008-09-03CRIS: Avoid a few unecessary steps in the mmu.edgar_igl1-12/+8
2008-09-03CRIS: Remove redundant code.edgar_igl1-2/+0
2008-09-02Delete unused variable.ths1-1/+0
2008-09-02[ppc] Convert op_moven_T2_T0 to TCGaurel322-13/+6
2008-09-02[ppc] Convert op_reset_T0, op_set_{T0, T1} to TCGaurel322-59/+17
2008-09-02SH4: R2D-PLUS FPGA: simply unassigned memory triggeringaurel321-16/+2
2008-09-02hw/pcnet.c: windows compile fixaurel321-0/+4
2008-09-02Build fix for gcc-3.3.ths1-0/+4
2008-09-02Fix sign extension problems with smul and umul (Vince Weaver)blueswir11-4/+4
2008-09-02[ppc] Convert op_move_{T1,T2}_T0 to TCGaurel322-31/+19