summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-19target-sh4: map FP registers as TCG variablesaurel321-106/+43
2008-11-19target-sh4: use CPU_Float/CPU_Double instead of ugly castsaurel321-40/+102
2008-11-19target-ppc: fix TCG type errors introduced in r5754aurel321-15/+16
2008-11-19Make KVMSlot a real structurealiguori1-17/+37
2008-11-19target-ppc: convert fp ops to TCGaurel326-636/+550
2008-11-19kvm: de-register mem region for MMIO (Glauber Costa)aliguori1-1/+1
2008-11-19Fix media detection on emulated CDROM (Gary Grebus)aliguori1-1/+3
2008-11-19Only force inlining when optimizing.pbrook1-0/+2
2008-11-18Add 40-bit DMA support to LSI scsi emulation (Ryan Harper)aliguori1-4/+32
2008-11-18Fix Windows buildaliguori1-2/+2
2008-11-18x86: Dump debug registers (Jan Kiszka)aliguori1-0/+7
2008-11-18x86: Debug register emulation (Jan Kiszka)aliguori5-42/+217
2008-11-18Introduce BP_CPU as a breakpoint type (Jan Kiszka)aliguori2-8/+39
2008-11-18Add debug exception hook (Jan Kiszka)aliguori2-0/+17
2008-11-18Introduce BP_WATCHPOINT_HIT flag (Jan Kiszka)aliguori3-15/+32
2008-11-18gdbstub: manage CPUs as threads (Jan Kiszka)aliguori3-82/+196
2008-11-18Remove premature memop TB terminations (Jan Kiszka)aliguori3-16/+0
2008-11-18Restore pc on watchpoint hits (Jan Kiszka)aliguori2-2/+25
2008-11-18Respect length of watchpoints (Jan Kiszka)aliguori1-10/+20