aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-15qemu sh4 nptl supportaurel324-1/+12
2008-09-15sh4: doesn't set the cpu_model_straurel321-0/+1
2008-09-15SH4: Serial controller improvementaurel321-5/+79
2008-09-15SH4: sleep instruction bug fixaurel323-3/+4
2008-09-14Fix array subscript above array bounds errorblueswir11-1/+1
2008-09-14ppc: Convert op_andi to TCGaurel322-54/+11
2008-09-14ppc: Convert ctr, lr moves to TCGaurel323-28/+12
2008-09-14alpha: add testsaurel324-0/+144
2008-09-14MIPS: Fix tlbwi/tlbwraurel321-3/+9
2008-09-14MIPS: remove empty cpu_mips_irqctrl_init()aurel326-9/+0
2008-09-14target-mips: fix warningaurel321-1/+1
2008-09-14alpha: fix helper.haurel321-5/+0
2008-09-14alpha: fix lit signaurel321-3/+3
2008-09-14qemu_next_deadline_dyntick is only used on Linux and Windowsblueswir11-0/+2
2008-09-14Revert incorrect part of r4574 to avoid unaligned traps with i386 targetblueswir11-38/+0
2008-09-14Display TCGCond name in tcg dumper (original patch by Tristan Gingold)blueswir11-1/+30
2008-09-14Enable gcc flag -Wwrite-stringsblueswir12-2/+4
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