aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-28target-ppc: stop translation after a trap instructionAurelien Jarno1-8/+12
2010-02-28qemu-char.c: drop debug printfs from qemu_chr_parse_compatJan Kiszka1-3/+0
2010-02-27powerpc/e500: adjust fdt and ramdisk loading addrLiu Yu1-4/+8
2010-02-27powerpc: fix compilation with CONFIG_FDT undefinedAurelien Jarno2-8/+4
2010-02-27powerpc/booke: move fdt loading to rom infrastructureLiu Yu2-14/+18
2010-02-27target-ppc: add synchronize register for booke initLiu Yu2-0/+4
2010-02-27target-sh4: Fix gdb read/write registertakasi-y@ops.dti.ne.jp1-13/+14
2010-02-27target-ppc: fix SPE evsplat* instructionsNathan Froyd1-2/+2
2010-02-27target-ppc: fix SPE evcmp* instructionsNathan Froyd1-4/+4
2010-02-27arm host: Fix linker warning (m68k targets)Stefan Weil1-6/+2
2010-02-27Fix 'make install' from non-srcdir buildAmit Shah1-1/+1
2010-02-27Fix to 'gdb detach' stubDaniel Gutson1-0/+1
2010-02-27Fix qemu -net user,hostfwd= exampleAurelien Jarno1-1/+1
2010-02-27tcg/ppc: Fix right rotationmalc1-1/+2
2010-02-25target-sparc: fix --enable-debug build for 64 bit hostStefan Weil1-1/+1
2010-02-25Fix -usbdevice crashPaul Brook4-0/+12
2010-02-23ARM defconfig fixPaul Brook1-2/+2
2010-02-23target-alpha: Mark helper_excp as NORETURN.Richard Henderson1-1/+1
2010-02-23target-alpha: Clean up arithmetic traps.Richard Henderson2-10/+14
2010-02-23target-alpha: Reduce internal processor registers for user-mode.Richard Henderson3-21/+34
2010-02-23target-alpha: Split up FPCR value into separate fields.Richard Henderson3-58/+128
2010-02-23target-alpha: Fix gdb access to fpcr and unique.Richard Henderson1-34/+54
2010-02-23Fix OpenBSD linker warningBlue Swirl1-2/+3
2010-02-23Fix i386-bsd-user buildBlue Swirl1-3/+3
2010-02-23Fix mingw32 buildBlue Swirl1-0/+2
2010-02-23Simplify qemu_realloc()Markus Armbruster1-5/+3
2010-02-23pc-bios: update to latest SeabiosAnthony Liguori2-0/+0
2010-02-23fix 'i' format handling in memory dumpGleb Natapov1-2/+0
2010-02-23rewrote timer implementation for rtl8139.Frediano Ziglio1-55/+84
2010-02-23qcow2: Fix image creation regressionKevin Wolf1-2/+2
2010-02-23qcow2: More checks for qemu-img checkKevin Wolf1-0/+12
2010-02-23qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf1-88/+222
2010-02-23qcow2: Factor next_refcount_table_size outKevin Wolf1-11/+19
2010-02-23declare saved_env_reg as volatilePaolo Bonzini1-1/+1
2010-02-23target-mips: fix ROTR and DROTR by zeroNathan Froyd1-0/+4
2010-02-23target-mips: fix CpU exception for coprocessor 0Nathan Froyd1-1/+1
2010-02-23target-mips: remove useless sign extensionAurelien Jarno1-2/+0
2010-02-23Fix qemu_eventfd compile when !CONFIG_EVENTFDAvi Kivity1-1/+1
2010-02-23ARM CP15 tls fixPaul Brook1-9/+7
2010-02-22Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori8-30/+173
2010-02-22Add cpu model configuration support..john cooper8-72/+556
2010-02-22add close callback for tty-based char deviceDavid Ahern1-0/+17
2010-02-22Fix lost serial TX interrupts. Report receive overruns.Justin T. Gibbs1-8/+20
2010-02-23tcg/ppc: Fix typomalc1-1/+1
2010-02-22apc_pci: simplify using rwhandlerMichael S. Tsirkin1-61/+13
2010-02-22apb_pci: minor cleanupMichael S. Tsirkin1-4/+2
2010-02-22Update OpenBIOS images to r683Blue Swirl4-2/+2
2010-02-22Fix arm-softmmu compileBlue Swirl1-2/+1
2010-02-22tcg/ppc64: Use C90 style commentsmalc1-18/+18
2010-02-22tcg/ppc: Implement some of the optional opsmalc2-8/+88