summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-0182-869/+453
* Allocate cleared memory for cpu state.pbrook2008-12-011-1/+1
* arm: Don't potentially overwrite input registers in add2, sub2.balrog2008-12-011-4/+13
* Fix the comment added in r5844.balrog2008-12-011-1/+1
* Don't rely on ARM tcg_out_goto() generating just a single insn.balrog2008-12-011-8/+13
* arm: Reserve code buffer in memory range reachable for pc-relative branch.balrog2008-12-011-0/+6
* Use libgcc __clear_cache to clean icache, when available.balrog2008-12-012-0/+13
* Fix a typo preventing GNUC builtins usage.balrog2008-12-011-1/+1
* Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog2008-12-011-6/+6
* Don't try to select on an invalid VNC socket when init fails.balrog2008-12-011-0/+1
* qemu-img: open files with cache=writebackaurel322008-11-301-3/+6
* target-ppc: remove unused file op_mem_access.haurel322008-11-301-148/+0
* target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel322008-11-301-130/+11
* target-ppc: convert PPC 440 instructions to TCGaurel322008-11-305-36/+26
* Spelling and grammar fixesaurel322008-11-303-4/+4
* Fix warning from sparse (wrong declaration)aurel322008-11-301-1/+1
* Fix warning from sparseaurel322008-11-301-1/+0
* target-ppc: convert return from interrupt instructions to TCGaurel322008-11-305-101/+47
* target-ppc: convert external load/store instructions to TCGaurel322008-11-303-144/+13
* target-ppc: convert load/store with reservation instructions to TCGaurel322008-11-302-264/+72
* target-ppc: convert lscbx instruction to TCGaurel322008-11-306-122/+53
* target-ppc: convert load/store string instructions to TCGaurel322008-11-306-203/+135
* target-ppc: convert icbi instruction to TCGaurel322008-11-306-63/+31
* target-ppc: convert dcbz instruction to TCGaurel322008-11-307-360/+55
* target-ppc: convert load/store multiple instructions to TCGaurel322008-11-306-142/+78
* target-ppc: convert wait instruction to TCGaurel322008-11-303-12/+3
* target-ppc: convert mfrom instruction to TCGaurel322008-11-304-20/+11
* target-ppc: remove dead code from op.caurel322008-11-301-6/+0
* gdbstub: Fix access to PPC FPRsaurel322008-11-301-2/+2
* Common cpu_loop_exit prototypeaurel322008-11-3010-15/+1
* target-ppc: convert software TLB instructions to TCGaurel322008-11-305-42/+36
* Fix ICCS command (Herve Poussineau)blueswir12008-11-301-0/+2
* Handle SDL log just like other temporary filesmalc2008-11-291-5/+5
* Use trap shell builtin to remove temporary filesmalc2008-11-291-2/+2
* Fix alignment of 64bit argsmalc2008-11-291-1/+2
* Fix 'enable selection' command (esp_4_ensel.diff)blueswir12008-11-291-0/+1
* Fix command len detection (esp_3_cmdlen.diff)blueswir12008-11-291-4/+4
* Fix configuration 2 register (esp_2_cfg2.diff):blueswir12008-11-291-6/+1
* Misc fixes (Herve Poussineau)blueswir12008-11-291-14/+21
* Don't rely on the fact that MAX_FD is 2 (Herve Poussineau)blueswir12008-11-291-1/+1
* Prepare for handling different BSD mmap() flagsblueswir12008-11-292-4/+126
* Fix comment typo.pbrook2008-11-291-1/+1
* qemu-doc.texi: rewrite the documentation for the -net optionaurel322008-11-281-8/+8
* qemu-doc.texi: document downscript network optionaurel322008-11-281-4/+6
* target-ppc: convert POWER2 load/store instructions to TCGaurel322008-11-275-163/+68
* target-ppc: convert SPE load/store to TCGaurel322008-11-275-570/+330
* target-ppc: simplify evsplati and evsplatfiaurel322008-11-271-16/+4
* linux-user: Add support for STOP/CONT signals.ths2008-11-271-1/+6
* linux-user: sig is target signal.ths2008-11-271-1/+1
* Make installing bios files optional.ths2008-11-272-3/+19
OpenPOWER on IntegriCloud