aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-25Use sys-queue.h for break/watchpoint managment (Jan Kiszka)aliguori13-84/+49
2008-11-25Add TAILQ_FOREACH_SAFE (Jan Kiszka)aliguori1-0/+5
2008-11-25Abstract out geometry detection code from IDE for reusealiguori3-106/+123
2008-11-25Revert r5636 to fix icount on hosts w/o high-res clocksaliguori1-9/+9
2008-11-25i386: remove unused function prototypes (Laurent Desnogues)aliguori1-3/+0
2008-11-25Fix usb-stub compilationblueswir11-0/+2
2008-11-24vga optimization (Glauber Costa)aliguori5-0/+129
2008-11-24kvm: Introduce kvm logging interface (Glauber Costa)aliguori2-13/+113
2008-11-24move vga_io_address to VGA State (Glauber Costa)aliguori2-3/+4
2008-11-24better type checking for vga (Glauber Costa)aliguori4-7/+7
2008-11-24Introduce accessors for DisplayState (Stefano Stabellini)aliguori20-180/+205
2008-11-24target-ppc: convert trap instructions to TCGaurel325-43/+32