aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf
2010-05-24vnc: rich cursor support.Gerd Hoffmann
2010-05-24use new cursor struct + functions for vmware vga and sdl.Gerd Hoffmann
2010-05-24cursor: add cursor functions.Gerd Hoffmann
2010-05-24Fix error handling in qemu_read_config_fileKevin Wolf
2010-05-24Virtio-net: Replace the hardcode 6 with defined ETN_ALENAmos Kong
2010-05-24sdl: Do not disable screensaver by defaultJan Kiszka
2010-05-24Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-05-24Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori
2010-05-24microblaze: Handle new elf mach nr for sysemu.Edgar E. Iglesias
2010-05-22lsi: Fix value overflow in request tag processingJan Kiszka
2010-05-22sparc64: flush translations on mmu context changeIgor V. Kovalenko
2010-05-22sparc64: fix mmu context at trap levels above zeroIgor V. Kovalenko
2010-05-22sparc64: fix dump_mmu to look for global bit in tte value instead of tagIgor V. Kovalenko
2010-05-22sparc64: fix pstate privilege bitsIgor V. Kovalenko
2010-05-22sparc64: generate data access exception on RW violationIgor V. Kovalenko
2010-05-22sparc32 protect read-only bits in DMA CSR registersArtyom Tarasenko
2010-05-22vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedcTeLeMan
2010-05-22Fix -device help and documentationMarkus Armbruster
2010-05-22Fix tarbin Makefile ruleStuart Brady
2010-05-22hxtool: Add syntax error detectionJan Kiszka
2010-05-22Fix TEXI section mark imbalance in qemu-img-cmd.hxJan Kiszka
2010-05-22Put dependency files in proper subdirJan Kiszka
2010-05-22Clean libhw subdirs as wellJan Kiszka
2010-05-22Fix %lld or %llx printf format useBlue Swirl
2010-05-22Compile dma only onceBlue Swirl
2010-05-22pckbd: improve debuggingBlue Swirl
2010-05-22Compile pckbd only onceBlue Swirl
2010-05-21linux-user: do not warn for missing pselect6Riku Voipio
2010-05-21tcg-ia64: Load GUEST_BASE into a register.Richard Henderson
2010-05-21tcg-ia64: Fix some register usage issues.Richard Henderson
2010-05-21tcg-hppa: Load GUEST_BASE as an immediate.Richard Henderson
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson
2010-05-21alpha-linux-user: Fix sigprocmask.Richard Henderson
2010-05-21alpha-linux-user: Fix sigsuspend parameters.Richard Henderson
2010-05-21alpha-linux-user: Fix getxpid.Richard Henderson
2010-05-21alpha-linux-user: Fix pipe return mechanism.Richard Henderson
2010-05-21alpha-linux-user: Add correct sigaction constants.Richard Henderson
2010-05-21alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.Richard Henderson
2010-05-21alpha-linux-user: Fix brk error return.Richard Henderson
2010-05-21tcg-i386: Nuke trailing whitespace.Richard Henderson
2010-05-21tcg-i386: Use lea for three-operand add.Richard Henderson
2010-05-21tcg-i386: Tidy lea.Richard Henderson
2010-05-21tcg-i386: Tidy xchg.Richard Henderson
2010-05-21tcg-i386: Tidy multiply.Richard Henderson
2010-05-21tcg-i386: Tidy unary arithmetic.Richard Henderson
2010-05-21tcg-i386: Tidy setcc.Richard Henderson
2010-05-21tcg-i386: Tidy ret.Richard Henderson
2010-05-21tcg-i386: Tidy calls.Richard Henderson
2010-05-21tcg-i386: Tidy push/pop.Richard Henderson