summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson
2017-01-10tcg/arm: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/ppc: Handle ctz and clz opcodesRichard Henderson
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson
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/mst/tags/for_upstream' into stagingPeter Maydell
2017-01-10acpi-test: update expected filesMichael S. Tsirkin
2017-01-10memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov