aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-18Set mem_io_vaddr on io_read (Jan Kiszka)aliguori1-0/+1
2008-11-18Refactor and enhance break/watchpoint API (Jan Kiszka)aliguori13-183/+267
2008-11-18gdbstub: Return appropriate watch message to gdb (Jan Kiszka)aliguori1-2/+15
2008-11-18Refactor translation block CPU state handling (Jan Kiszka)aliguori11-95/+115
2008-11-18Convert CPU_PC_FROM_TB to static inline (Jan Kiszka)aliguori10-28/+59
2008-11-18Make KVM slot management more robustaliguori1-2/+40
2008-11-18target-ppc: fix regression introduced by commit 5729aurel321-1/+1
2008-11-18Preliminary AIX supportmalc7-4/+79
2008-11-18AIX's assembler does not support local labels, use relative addressing insteadmalc1-4/+3
2008-11-18Use qemu_memalign instead of memalign in qemu_vmallocmalc1-1/+1
2008-11-17TCG variable type checking.pbrook37-5832/+6267
2008-11-16target-i386: fix helper_pmovmskb_mmx helperaurel321-16/+16
2008-11-16Attached patch fixes a series of this warningblueswir18-27/+43
2008-11-16Use correct trap for syscalls on Sparc32blueswir11-0/+4
2008-11-16Fix warnings caused by timer_t, it is 32 bits on Sparc64blueswir11-3/+3
2008-11-16Fix no_frame unused warning when SDL is disabledblueswir11-0/+2
2008-11-15target-mips: avoid tcg internal error in mfc0/dmfc0aurel321-8/+11
2008-11-14target-alpha: implement getxuid and getxgid syscallsaurel321-0/+24
2008-11-14ppc-linux-user: handle EXCP_DEBUGaurel321-14/+13
2008-11-13ETRAX-FS: Don't schedule DMA processing without active channels.edgar_igl1-14/+27