summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-27Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori9-175/+354
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori30-110/+117
2011-06-27vnc: Fix compilation with --enable-vnc-pngStefan Weil1-0/+3
2011-06-26Fix MinGW compilation when --enable-vnc-jpeg is specifiedRoy Tam1-2/+5
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl2-3/+6
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl1-10/+12
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl1-4/+4
2011-06-26TCG: remove broken stack allocation for call argumentsBlue Swirl1-6/+3
2011-06-26TCG: fix negative frame offset calculationsBlue Swirl1-3/+7
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl10-2/+18
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl12-87/+61
2011-06-26Remove exec-all.h include directivesBlue Swirl57-58/+8
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl28-198/+213
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl15-24/+24
2011-06-26cpu-exec: unify do_interrupt callBlue Swirl1-26/+0
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl3-6/+30
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl4-44/+106
2011-06-26sparc: move do_interrupt to helper.cBlue Swirl4-242/+256
2011-06-26sparc: fix coding style of the area to be movedBlue Swirl1-14/+17
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl16-56/+57
2011-06-26Sparc32: dummy implementation of MXCC MMU breakpoint registersBlue Swirl3-3/+53
2011-06-26Fix fallouts from Linux header inclusionJan Kiszka4-18/+40
2011-06-24qemu-kvm: fix pulseaudio detection in configureMarc-Antoine Perennou1-1/+1
2011-06-24exec: last_first_tb was only used in !ONLY_USER caseJuan Quintela1-3/+7
2011-06-24w32: Remove redundant definitions of PRI*64Stefan Weil1-5/+0
2011-06-24Do not include compatfd for WIN32Jan Kiszka1-0/+3
2011-06-24Fix comment typos in hw/armv7m.cMatthew Fernandez1-2/+2
2011-06-24MAINTAINERS: Fix typo in email addressPeter Maydell1-1/+1
2011-06-24blockdev: Put space after comma in error messageMarkus Armbruster1-1/+1
2011-06-24Spell "unkown" correctly in error_report() argumentsMarkus Armbruster6-11/+11
2011-06-24qemu-img: Don't prepend qemu-img to error messages twice.Markus Armbruster1-4/+4
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster16-74/+76
2011-06-24sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster1-6/+0
2011-06-24Align dummy display to fixed-size active consoleJan Kiszka1-1/+8
2011-06-24configure: Don't create symlinks to nonexistent targetsPeter Maydell1-1/+3
2011-06-23coreaudio: Fix OSStatus format specifierAndreas Färber1-1/+1
2011-06-23coreaudio: Avoid formatting UInt32 typeAndreas Färber1-2/+2
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell3-1/+18
2011-06-22net: Don't warn about the default network setupPeter Maydell1-0/+12
2011-06-22Revert "net: Improve the warnings for dubious command line option combinations"Peter Maydell1-31/+0
2011-06-22Optimize screendumpAvi Kivity1-3/+10
2011-06-22Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori6-9/+15
2011-06-22Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori29-327/+2675
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori56-441/+2741
2011-06-22Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori17-185/+826
2011-06-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio1-0/+5
2011-06-21linux-user/signal.c: Remove unused fenabPeter Maydell1-2/+5
2011-06-21linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell1-5/+5
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell3-17/+31
2011-06-21flatload: memp was a write-only variableJuan Quintela1-3/+0