summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-24target-ppc: convert altivec load/store to TCGaurel324-116/+45
2008-11-23target-ppc: convert FPU load/store to TCGaurel324-216/+159
2008-11-23target-ppc: fix access_type usageaurel321-36/+38
2008-11-23target-ppc: include the instruction name in load/store handlers nameaurel321-59/+59
2008-11-23target-ppc: convert SPE FP ops to TCGaurel325-1007/+681
2008-11-23Fix typo reported by Thiemo Seuferblueswir11-1/+1
2008-11-22target-ppc: remove declaration of removed function from op_helper.haurel321-61/+0
2008-11-22Native BSD host USB support (Juergen Lock, Lonnie Mendez)blueswir15-24/+673
2008-11-22Native FreeBSD parallel port (Juergen Lock)blueswir11-0/+65
2008-11-22Use MAP_ANON also for FreeBSD (Juergen Lock)blueswir11-2/+5
2008-11-22Fix BSD user compilation on other than OpenBSDblueswir12-7/+41
2008-11-22Fix some compile and linking issues on NetBSD.blueswir11-1/+6
2008-11-22Add native softfloat fpu functions (Christoph Egger)blueswir11-2/+20
2008-11-22Use qemu_isfoobar and qemu_towombat versions, based on patch by Christoph Eggerblueswir15-14/+15
2008-11-22target-sh4: fix 64-bit fmov to/from memoryaurel321-29/+33
2008-11-22target-ppc: convert exceptions generation to TCGaurel328-66/+76
2008-11-21target-alpha: use CPU_Float/CPU_Double instead of ugly castsaurel321-26/+34
2008-11-21target-sh4: fix TLB/MMU emulationaurel321-36/+29
2008-11-21SH4: Switch serial emulation to qemu_irqaurel324-33/+33
2008-11-21SH4: Use qemu_irq in timer emulation.aurel325-14/+27
2008-11-21CRIS: remove unused op_template.h.edgar_igl1-48/+0
2008-11-21e1000 VLAN offload emulation (Alex Williamson)aliguori1-7/+73
2008-11-20uImage: only try to load 'kernel' images (Hollis Blanchard)aliguori1-4/+4
2008-11-20uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori6-9/+9
2008-11-20uImage: return base load address (Hollis Blanchard)aliguori6-6/+12
2008-11-20uImage: implement gzip support (Hollis Blanchard)aliguori1-4/+136
2008-11-20uImage: don't leak file data or file descriptor (Hollis Blanchard)aliguori1-9/+10
2008-11-20Fix typo when using TARGET_FMT_plx and LSI_DEBUG (Ryan Harper)aliguori1-1/+1
2008-11-20target-sh4: fix fldi0/fldi1aurel321-4/+2