aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-17tcg-sparc: Convert to new ldst opcodesRichard Henderson
2014-03-17tcg-sparc: Convert to new ldst helpersRichard Henderson
2014-03-17tcg-sparc: Tidy tcg_out_tlb_load interfaceRichard Henderson
2014-03-17tcg-sparc: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2014-03-17tcg-sparc: Improve tcg_out_moviRichard Henderson
2014-03-17tcg-sparc: Dont handle constant arguments to ext32 opsRichard Henderson
2014-03-17tcg-sparc: Don't handle remainderRichard Henderson
2014-03-17tcg-sparc: Use intptr_t as appropriateRichard Henderson
2014-03-17tcg-sparc: Tidy call+jump patternsRichard Henderson
2014-03-17tcg-sparc: Fix tlb readRichard Henderson
2014-03-17tcg-sparc: Fix ld64 for 32-bit modeRichard Henderson
2014-03-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-3' into stagingPeter Maydell
2014-03-17gtk: Don't warp absolute pointerCole Robinson
2014-03-17gtk: Fix mouse warping with gtk3Cole Robinson
2014-03-17gtk: Allow to activate grab-on-hover from the command lineJan Kiszka
2014-03-17Merge remote-tracking branch 'remotes/bonzini/fixes-for-2.0' into stagingPeter Maydell
2014-03-17vl.c: Output error on invalid machine typeMiroslav Rezanina
2014-03-17target-alpha: fix subl and s8subl indentationPaolo Bonzini
2014-03-17qemu-nbd: Fix coverity issuesPaolo Bonzini
2014-03-17rules.mak: Fix per object libs extractionFam Zheng
2014-03-17Makefile: Fix "make clean"Fam Zheng
2014-03-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-03-15' in...Peter Maydell
2014-03-15Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-2' into stagingPeter Maydell
2014-03-15FSL eTSEC: Fix typo in rx ringFabien Chouteau
2014-03-15scripts/make-release: Don't distribute .git directoriesCole Robinson
2014-03-15configure: Don't use __int128_t for clang versions before 3.2Stefan Weil
2014-03-15audio: Add 'static' attributes to several variablesStefan Weil
2014-03-15tests: Fix 'make test' for i686 hosts (build regression)Stefan Weil
2014-03-15misc: Fix typos in commentsStefan Weil
2014-03-15Add qga/qapi-generated to .gitignoreGabriel L. Somlo
2014-03-15hw/timer/grlib_gptimer: Avoid integer overflowsSebastian Huber
2014-03-15.travis.yml: add IRC notifications for build failuresAlex Bennée
2014-03-15.travis.yml: trivial whitespace fixupAlex Bennée
2014-03-15.travis.yml: re-enable lttng user space trace testAlex Bennée
2014-03-15.travis.yml: add a new build target with non-core devlibsAlex Bennée
2014-03-15sasl: Avoid 'Could not find keytab file' in syslogLaszlo Ersek
2014-03-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-03-14Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-03-14tcg-aarch64: Introduce tcg_out_insn_3405Richard Henderson
2014-03-14tcg-aarch64: Support div, remRichard Henderson
2014-03-14tcg-aarch64: Support muluh, mulshRichard Henderson
2014-03-14tcg-aarch64: Support add2, sub2Richard Henderson
2014-03-14tcg-aarch64: Support depositRichard Henderson
2014-03-14tcg-aarch64: Use tcg_out_insn for setcondRichard Henderson
2014-03-14tcg-aarch64: Support movcondRichard Henderson
2014-03-14tcg-aarch64: Support andc, orc, eqv, not, negRichard Henderson
2014-03-14tcg-aarch64: Handle constant operands to and, or, xorRichard Henderson
2014-03-14tcg-aarch64: Handle constant operands to add, sub, and compareRichard Henderson
2014-03-14tcg-aarch64: Implement mov with tcg_out_insnRichard Henderson
2014-03-14tcg-aarch64: Introduce tcg_out_insn_3401Richard Henderson