aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-21tcg-i386: Tidy push/pop.Richard Henderson1-18/+30
2010-05-21tcg-i386: Tidy movi.Richard Henderson1-1/+2
2010-05-21tcg-i386: Tidy non-immediate arithmetic operations.Richard Henderson1-30/+48
2010-05-21tcg-i386: Tidy immediate arithmetic operations.Richard Henderson1-16/+10
2010-05-21tcg-i386: Tidy ext8s and ext16s operations.Richard Henderson1-11/+24
2010-05-21tcg-i386: Tidy ext8u and ext16u operations.Richard Henderson1-26/+31
2010-05-21axisdev88: Fix passing of kernel cmdline.Edgar E. Iglesias1-13/+18
2010-05-21Replace \0s with spaces before sending strings to curses.Bernhard Kauer1-0/+2
2010-05-21arm_timer: fix oneshot modeRabin Vincent1-1/+1
2010-05-21arm_timer: reload timer when enabledRabin Vincent1-1/+1
2010-05-21pflash_cfi01: add device ID read commandMichael Walle1-0/+20
2010-05-20pc: fix segfault introduced by 3d53f5c36ff6Eduard - Gabriel Munteanu1-2/+2
2010-05-20target-sparc: Inline some generation of carry for ADDX/SUBX.Richard Henderson3-76/+200
2010-05-20tcg-i386: Tidy jumps.Richard Henderson1-25/+33
2010-05-20tcg-i386: Eliminate extra move from qemu_ld64.Richard Henderson1-11/+9
2010-05-20tcg-i386: Tidy move operations.Richard Henderson1-27/+24
2010-05-20tcg-i386: Tidy shift operations.Richard Henderson1-15/+20
2010-05-20tcg-i386: Tidy bswap operations.Richard Henderson1-26/+27
2010-05-20Remove i386 from .gitignoreAurelien Jarno1-1/+0
2010-05-19target-sparc: Simplify ICC generation.Richard Henderson1-80/+140
2010-05-19target-sparc: Fix compilation with --enable-debug.Richard Henderson2-2/+2
2010-05-19Fix __VA__ARGS__ typo in cris mmu.cRiccardo Magliocchetti1-1/+1
2010-05-19linux-user: fix 32-bit host breakageAurelien Jarno1-1/+1
2010-05-19microblaze: Update elf machine nums.Edgar E. Iglesias3-4/+5
2010-05-19microblaze: Add linux-user core dumping support.Edgar E. Iglesias1-0/+18
2010-05-19tcg-i386: Tidy initialization of tcg_target_call_clobber_regs.Richard Henderson1-5/+6
2010-05-19tcg-i386: Allocate call-saved registers first.Richard Henderson1-3/+3
2010-05-19Fix cross compilationStefan Weil1-1/+11
2010-05-18target-s390: enable SIGP Initial ResetAlexander Graf1-3/+14
2010-05-18target-ppc: remove dead codeThomas Monjalon1-10/+0
2010-05-18target-s390: add firmware codeAlexander Graf4-1/+32
2010-05-18PPC/KVM: make iothread workAlexander Graf1-15/+15
2010-05-18fix chardev_init for win32TeLeMan1-2/+2
2010-05-18qemu-sockets: avoid strlen of NULL pointerJens Osterkamp1-1/+2
2010-05-18linux-user: rlimit conversion between host and target.takasi-y@ops.dti.ne.jp3-9/+32
2010-05-17Compile acpi_piix4, apm and pm_smbus only onceBlue Swirl8-3/+9
2010-05-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori13-232/+213
2010-05-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori3-8/+16
2010-05-17block: Remove special case for vvfatKevin Wolf1-5/+0
2010-05-17Fix docs for block stats monitor commandDaniel P. Berrange1-12/+11
2010-05-17use qemu_free() instead of free()Bruce Rogers1-1/+1
2010-05-17block/vdi: Fix image opening and creation for odd disk sizesStefan Weil1-7/+16
2010-05-17dmg: use qemu block APIChristoph Hellwig1-30/+26
2010-05-17dmg: use preadChristoph Hellwig1-37/+51
2010-05-17dmg: fix reading of uncompressed chunksChristoph Hellwig1-1/+2
2010-05-17block/vpc: Fix conversion from size to disk geometryStefan Weil1-9/+12
2010-05-17parallels: use qemu block APIChristoph Hellwig1-18/+6
2010-05-17parallels: use preadChristoph Hellwig1-22/+11
2010-05-17block/vdi: Allow disk images of size 0Stefan Weil1-2/+7
2010-05-17block: Fix bdrv_commitKevin Wolf1-3/+3