aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-10target-arm: Use clz opcodeRichard Henderson
2017-01-10target-xtensa: Use clz opcodeRichard Henderson
2017-01-10target-unicore32: Use clz opcodeRichard Henderson
2017-01-10target-tricore: Use clz opcodeRichard Henderson
2017-01-10target-tilegx: Use clz and ctz opcodesRichard Henderson
2017-01-10target-s390x: Use clz opcodeRichard Henderson
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson
2017-01-10target-openrisc: Use clz and ctz opcodesRichard Henderson
2017-01-10target-mips: Use clz opcodeRichard Henderson
2017-01-10target-microblaze: Use clz opcodeRichard Henderson
2017-01-10target-cris: Use clz opcodeRichard Henderson
2017-01-10target-alpha: Use the ctz and clz opcodesRichard Henderson
2017-01-10disas/ppc: Handle popcnt and cnttzRichard Henderson
2017-01-10disas/i386.c: Handle tzcntRichard Henderson
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson
2017-01-10tcg: Allow an operand to be matching or a constantRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg: Add markup for output requires new registerRichard Henderson
2017-01-10tcg/optimize: Fold movcond 0/1 into setcondRichard Henderson
2017-01-10target-s390x: Use the new deposit and extract opsRichard Henderson
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson
2017-01-10target-mips: Use the new extract opRichard Henderson
2017-01-10target-i386: Use new deposit and extract opsRichard Henderson
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson
2017-01-10target-alpha: Use deposit and extract opsRichard Henderson
2017-01-10tcg/s390: Support deposit into zeroRichard Henderson
2017-01-10tcg/s390: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/s390: Expose host facilities to tcg-target.hRichard Henderson
2017-01-10tcg/ppc: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/mips: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/i386: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/arm: Implement field extraction opcodesRichard Henderson
2017-01-10tcg/arm: Move isa detection to tcg-target.hRichard Henderson
2017-01-10tcg/aarch64: Implement field extraction opcodesRichard Henderson
2017-01-10tcg: Add deposit_z expanderRichard Henderson
2017-01-10tcg: Minor adjustments to deposit expandersRichard Henderson
2017-01-10tcg: Add field extraction primitivesRichard Henderson
2017-01-10Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into st...Peter Maydell
2017-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil
2017-01-10ui/vnc: Fix problem with sending too many bytes as server nameThomas Huth
2017-01-10gtk: avoid oob array accessMarc-André Lureau
2017-01-10egl-helpers: Change file licensing to LGPLv2Frediano Ziglio
2017-01-10sdl2: set window IDSamuel Thibault
2017-01-10console: move window ID code from baum to sdlSamuel Thibault
2017-01-10console: add API to get underlying gui window IDSamuel Thibault
2017-01-10ui: use evdev keymap when running under waylandDaniel P. Berrange
2017-01-10ui/gtk: fix crash at startup when no console is availableHervé Poussineau