summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir120-70/+72
2008-09-14usb: Support for removing device by host addr, improved auto filter syntax (M...aliguori3-31/+176
2008-09-14husb: Make control transactions asynchronous (Max Krasnyansky)aliguori1-93/+371
2008-09-13Use 64 bit loads for tlb addend only if addend size is 64 bitsblueswir11-2/+8
2008-09-13Fix stack alignment on Sparc32 hostblueswir11-1/+2
2008-09-13Fix mulscc with high bits set in either src1 or src2blueswir11-2/+3
2008-09-12Let snapshot work with protocolsaliguori1-1/+13
2008-09-11uhci: Change default transaction lifetime to 32 frames (Max Krasnyansky)aliguori1-1/+1
2008-09-11Enable gcc flag -Wendif-labelsblueswir12-2/+2
2008-09-11Only build compatfd when using AIO and make sure to always init AIOaliguori5-2/+16
2008-09-11Write zeros to high bits of y, based on patch by Vince Weaverblueswir11-2/+4
2008-09-11Make sure to read siginfo from signalfdaliguori1-0/+27
2008-09-11Fix the build on non-Linux systemsaliguori1-5/+1
2008-09-10Convert rest of ops using float32 to TCG, remove FT0 and FT1blueswir15-64/+39
2008-09-10Partially convert float128 conversion ops to TCGblueswir13-20/+19
2008-09-10Convert basic 64 bit VIS ops to TCGblueswir14-102/+65
2008-09-10Convert basic 32 bit VIS ops to TCGblueswir13-164/+48
2008-09-10Convert basic float32 ops to TCGblueswir13-190/+329
2008-09-10Add missing files from previous commit.aliguori2-0/+160
2008-09-10Use signalfd() to work around signal/select racealiguori7-110/+55
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