aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir139-148/+64
2008-08-30Remove memcpy32() prototype leftover from r5109blueswir11-1/+0
2008-08-30Add correct stack bias if a 64 bit stack is usedblueswir11-0/+9
2008-08-29SH4: convert a few helpers to TCGaurel324-58/+52
2008-08-29SH4: convert branch/jump instructions to TCGaurel322-118/+54
2008-08-29Fix FCC handling for Sparc64 target, initial patch by Vince Weaverblueswir12-30/+28
2008-08-29Fix Sparc64 boot on i386 host:blueswir15-273/+280
2008-08-29SH4: convert simple compare instructions to TCGaurel322-87/+53
2008-08-29SH4: convert a few control or system register functions to TCGaurel322-69/+46
2008-08-29SH4: Fix bugs introduce in r5099aurel321-8/+8
2008-08-29SH4: fix xtrct Rm,Rn (broken in r5103)aurel321-1/+1
2008-08-29Fix a nit in exec.c, by Tristan Gingold.ths1-1/+1
2008-08-29SH4: convert logic and arithmetic ops to TCGaurel322-317/+111
2008-08-29SH4: use TCG variables for gregsaurel321-200/+202
2008-08-28SH4: use uint32_t/i32 based types/opsaurel321-30/+30
2008-08-28SH4: Convert register moves to TCGaurel322-261/+209
2008-08-28SH4: Convert dyngen registers moves to TCGaurel322-15/+9
2008-08-28SH4: Convert immediate loads to TCGaurel322-16/+4
2008-08-28SH4: remove unused opsaurel321-30/+0
2008-08-28SH4: add support for TCG helpersaurel322-0/+11
2008-08-28SH4: Init TCG variablesaurel321-1/+3
2008-08-28PPC: add support for TCG helpersaurel322-0/+11
2008-08-28PPC: Init TCG variablesaurel321-1/+13
2008-08-28Do not try to use -net user as a default when slirp disabled (Jeremy Fitzhard...aliguori1-3/+4
2008-08-27Fix Sparc64 window handling problems detected by Vince Weaverblueswir11-3/+18
2008-08-27Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)blueswir11-1/+1
2008-08-26Revert broken part of r5044 (thanks to Igor Kovalenko for spotting)blueswir11-1/+1
2008-08-25Update maintainers list.j_mayer1-6/+6
2008-08-25Fix more bugs in r5044blueswir12-2/+2
2008-08-25Fix error introduced by r5044blueswir11-1/+1
2008-08-25Fix udiv and sdiv on Sparc64 (Vince Weaver)blueswir11-2/+2
2008-08-24Revert commits 5082 and 5083aurel325-99/+131
2008-08-24PPC: Switch a few instructions to TCGaurel325-130/+86
2008-08-24PPC: Init TCG variablesaurel321-1/+13
2008-08-24Add missing FreeBSD #include (Juergen Lock)blueswir11-0/+1
2008-08-24To make syscall.c for 64 bit truly warning-free, we need some more #ifs.blueswir11-1/+5
2008-08-24Enable pty/tty functions for BSDs too (initial patch from Xen)blueswir11-4/+17
2008-08-24Fix OpenBSD linker warnings in qemu-imgblueswir11-1/+1
2008-08-24Fix math warnings on OpenBSD -currentblueswir11-1/+6
2008-08-23VNC: Support for ExtendedKeyEvent client messagealiguori1-9/+50
2008-08-23MIPS: don't free TCG temporary variable twiceaurel321-2/+0
2008-08-22sh4: fix tas.b @Rn instructionaurel322-8/+6
2008-08-22qemu-char.h: Fix IOCTL valuesaurel321-2/+2
2008-08-22uhci: improved TD matching, working ISOC transfersaurel321-12/+28
2008-08-22add comment for DisplayState->idleaurel321-1/+1
2008-08-22uhci: Fixed length handling for SETUP and OUT tokensaurel321-9/+10
2008-08-22[sh4] code translation bug fixaurel321-4/+18
2008-08-22[sh4] MMU bug fixaurel322-3/+24
2008-08-22[sh4] memory mapped TLB entriesaurel323-11/+223
2008-08-22[sh4] delay slot bug fixaurel322-0/+22