aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook82-869/+453
2008-12-01Allocate cleared memory for cpu state.pbrook1-1/+1
2008-12-01arm: Don't potentially overwrite input registers in add2, sub2.balrog1-4/+13
2008-12-01Fix the comment added in r5844.balrog1-1/+1
2008-12-01Don't rely on ARM tcg_out_goto() generating just a single insn.balrog1-8/+13
2008-12-01arm: Reserve code buffer in memory range reachable for pc-relative branch.balrog1-0/+6
2008-12-01Use libgcc __clear_cache to clean icache, when available.balrog2-0/+13
2008-12-01Fix a typo preventing GNUC builtins usage.balrog1-1/+1
2008-12-01Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog1-6/+6
2008-12-01Don't try to select on an invalid VNC socket when init fails.balrog1-0/+1
2008-11-30qemu-img: open files with cache=writebackaurel321-3/+6
2008-11-30target-ppc: remove unused file op_mem_access.haurel321-148/+0
2008-11-30target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel321-130/+11
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel325-36/+26
2008-11-30Spelling and grammar fixesaurel323-4/+4
2008-11-30Fix warning from sparse (wrong declaration)aurel321-1/+1
2008-11-30Fix warning from sparseaurel321-1/+0
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel325-101/+47
2008-11-30target-ppc: convert external load/store instructions to TCGaurel323-144/+13
2008-11-30target-ppc: convert load/store with reservation instructions to TCGaurel322-264/+72
2008-11-30target-ppc: convert lscbx instruction to TCGaurel326-122/+53
2008-11-30target-ppc: convert load/store string instructions to TCGaurel326-203/+135
2008-11-30target-ppc: convert icbi instruction to TCGaurel326-63/+31
2008-11-30target-ppc: convert dcbz instruction to TCGaurel327-360/+55
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel326-142/+78
2008-11-30target-ppc: convert wait instruction to TCGaurel323-12/+3
2008-11-30target-ppc: convert mfrom instruction to TCGaurel324-20/+11
2008-11-30target-ppc: remove dead code from op.caurel321-6/+0
2008-11-30gdbstub: Fix access to PPC FPRsaurel321-2/+2
2008-11-30Common cpu_loop_exit prototypeaurel3210-15/+1
2008-11-30target-ppc: convert software TLB instructions to TCGaurel325-42/+36
2008-11-30Fix ICCS command (Herve Poussineau)blueswir11-0/+2
2008-11-29Handle SDL log just like other temporary filesmalc1-5/+5
2008-11-29Use trap shell builtin to remove temporary filesmalc1-2/+2
2008-11-29Fix alignment of 64bit argsmalc1-1/+2
2008-11-29Fix 'enable selection' command (esp_4_ensel.diff)blueswir11-0/+1
2008-11-29Fix command len detection (esp_3_cmdlen.diff)blueswir11-4/+4
2008-11-29Fix configuration 2 register (esp_2_cfg2.diff):blueswir11-6/+1
2008-11-29Misc fixes (Herve Poussineau)blueswir11-14/+21
2008-11-29Don't rely on the fact that MAX_FD is 2 (Herve Poussineau)blueswir11-1/+1
2008-11-29Prepare for handling different BSD mmap() flagsblueswir12-4/+126
2008-11-29Fix comment typo.pbrook1-1/+1
2008-11-28qemu-doc.texi: rewrite the documentation for the -net optionaurel321-8/+8
2008-11-28qemu-doc.texi: document downscript network optionaurel321-4/+6
2008-11-27target-ppc: convert POWER2 load/store instructions to TCGaurel325-163/+68
2008-11-27target-ppc: convert SPE load/store to TCGaurel325-570/+330
2008-11-27target-ppc: simplify evsplati and evsplatfiaurel321-16/+4
2008-11-27linux-user: Add support for STOP/CONT signals.ths1-1/+6
2008-11-27linux-user: sig is target signal.ths1-1/+1
2008-11-27Make installing bios files optional.ths2-3/+19