aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-18ui/vnc: fix vmware VGA incompatiblitiesPeter Lieven2-4/+9
2014-03-17Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140317' int...Peter Maydell4-51/+14
2014-03-17Merge remote-tracking branch 'remotes/rth/tcg-v8p-2' into stagingPeter Maydell2-301/+304
2014-03-17s390x/sclpconsole-lm: Fix and simplify irq setupChristian Borntraeger1-23/+4
2014-03-17s390x/sclpconsole: Fix and simplify interrupt injectionChristian Borntraeger1-24/+6
2014-03-17s390x/cpu hotplug: Fix memory leakChristian Borntraeger1-3/+3
2014-03-17s390/ipl: Fix error path on BIOS loadingChristian Borntraeger1-1/+1
2014-03-17tcg-sparc: Convert to new ldst opcodesRichard Henderson2-100/+53
2014-03-17tcg-sparc: Convert to new ldst helpersRichard Henderson1-59/+131
2014-03-17tcg-sparc: Tidy tcg_out_tlb_load interfaceRichard Henderson1-40/+30
2014-03-17tcg-sparc: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-51/+65
2014-03-17tcg-sparc: Improve tcg_out_moviRichard Henderson1-21/+31
2014-03-17tcg-sparc: Dont handle constant arguments to ext32 opsRichard Henderson1-12/+4
2014-03-17tcg-sparc: Don't handle remainderRichard Henderson2-23/+2
2014-03-17tcg-sparc: Use intptr_t as appropriateRichard Henderson1-11/+9
2014-03-17tcg-sparc: Tidy call+jump patternsRichard Henderson1-19/+19
2014-03-17tcg-sparc: Fix tlb readRichard Henderson1-21/+15
2014-03-17tcg-sparc: Fix ld64 for 32-bit modeRichard Henderson1-0/+1
2014-03-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-3' into stagingPeter Maydell4-4/+42
2014-03-17gtk: Don't warp absolute pointerCole Robinson1-0/+8
2014-03-17gtk: Fix mouse warping with gtk3Cole Robinson1-1/+1
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka4-3/+33
2014-03-17Merge remote-tracking branch 'remotes/bonzini/fixes-for-2.0' into stagingPeter Maydell4-15/+30
2014-03-17vl.c: Output error on invalid machine typeMiroslav Rezanina1-8/+13
2014-03-17target-alpha: fix subl and s8subl indentationPaolo Bonzini1-1/+2
2014-03-17qemu-nbd: Fix coverity issuesPaolo Bonzini1-4/+13
2014-03-17rules.mak: Fix per object libs extractionFam Zheng1-2/+2
2014-03-17Makefile: Fix "make clean"Fam Zheng1-4/+1
2014-03-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-15' in...Peter Maydell12-41/+61
2014-03-15Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-2' into stagingPeter Maydell2-255/+594
2014-03-15FSL eTSEC: Fix typo in rx ringFabien Chouteau1-2/+2
2014-03-15scripts/make-release: Don't distribute .git directoriesCole Robinson1-1/+1
2014-03-15configure: Don't use __int128_t for clang versions before 3.2Stefan Weil1-0/+5
2014-03-15audio: Add 'static' attributes to several variablesStefan Weil1-3/+3
2014-03-15tests: Fix 'make test' for i686 hosts (build regression)Stefan Weil1-5/+8
2014-03-15misc: Fix typos in commentsStefan Weil4-5/+5
2014-03-15Add qga/qapi-generated to .gitignoreGabriel L. Somlo1-0/+1
2014-03-15hw/timer/grlib_gptimer: Avoid integer overflowsSebastian Huber1-2/+2
2014-03-15.travis.yml: add IRC notifications for build failuresAlex Bennée1-0/+6
2014-03-15.travis.yml: trivial whitespace fixupAlex Bennée1-17/+17
2014-03-15.travis.yml: re-enable lttng user space trace testAlex Bennée1-5/+4
2014-03-15.travis.yml: add a new build target with non-core devlibsAlex Bennée1-0/+4
2014-03-15sasl: Avoid 'Could not find keytab file' in syslogLaszlo Ersek1-1/+3
2014-03-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell11-22/+622
2014-03-14Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell5-4/+38
2014-03-14tcg-aarch64: Introduce tcg_out_insn_3405Richard Henderson1-21/+27
2014-03-14tcg-aarch64: Support div, remRichard Henderson2-13/+45
2014-03-14tcg-aarch64: Support muluh, mulshRichard Henderson2-2/+14
2014-03-14tcg-aarch64: Support add2, sub2Richard Henderson2-4/+80
2014-03-14tcg-aarch64: Support depositRichard Henderson2-21/+49