aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-10target-arm: Use clz opcodeRichard Henderson6-25/+7
2017-01-10target-xtensa: Use clz opcodeRichard Henderson3-17/+11
2017-01-10target-unicore32: Use clz opcodeRichard Henderson3-16/+3
2017-01-10target-tricore: Use clz opcodeRichard Henderson3-14/+3
2017-01-10target-tilegx: Use clz and ctz opcodesRichard Henderson3-14/+2
2017-01-10target-s390x: Use clz opcodeRichard Henderson3-8/+1
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson3-28/+16
2017-01-10target-openrisc: Use clz and ctz opcodesRichard Henderson3-23/+4
2017-01-10target-mips: Use clz opcodeRichard Henderson3-36/+16
2017-01-10target-microblaze: Use clz opcodeRichard Henderson3-7/+1
2017-01-10target-cris: Use clz opcodeRichard Henderson3-7/+1
2017-01-10target-alpha: Use the ctz and clz opcodesRichard Henderson3-14/+2
2017-01-10disas/ppc: Handle popcnt and cnttzRichard Henderson1-0/+10
2017-01-10disas/i386.c: Handle tzcntRichard Henderson1-2/+10
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson17-0/+266
2017-01-10tcg: Allow an operand to be matching or a constantRichard Henderson2-35/+41
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson10-85/+53
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson11-77/+136
2017-01-10tcg: Add markup for output requires new registerRichard Henderson2-12/+23
2017-01-10tcg/optimize: Fold movcond 0/1 into setcondRichard Henderson1-0/+15
2017-01-10target-s390x: Use the new deposit and extract opsRichard Henderson1-12/+22
2017-01-10target-ppc: Use the new deposit and extract opsRichard Henderson1-16/+19
2017-01-10target-mips: Use the new extract opRichard Henderson1-7/+5
2017-01-10target-i386: Use new deposit and extract opsRichard Henderson1-22/+23
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson2-81/+37
2017-01-10target-alpha: Use deposit and extract opsRichard Henderson1-25/+42
2017-01-10tcg/s390: Support deposit into zeroRichard Henderson1-4/+26
2017-01-10tcg/s390: Implement field extraction opcodesRichard Henderson2-2/+13
2017-01-10tcg/s390: Expose host facilities to tcg-target.hRichard Henderson2-104/+96
2017-01-10tcg/ppc: Implement field extraction opcodesRichard Henderson2-2/+12
2017-01-10tcg/mips: Implement field extraction opcodesRichard Henderson2-1/+12
2017-01-10tcg/i386: Implement field extraction opcodesRichard Henderson2-3/+47
2017-01-10tcg/arm: Implement field extraction opcodesRichard Henderson2-2/+26
2017-01-10tcg/arm: Move isa detection to tcg-target.hRichard Henderson2-44/+33
2017-01-10tcg/aarch64: Implement field extraction opcodesRichard Henderson2-4/+18
2017-01-10tcg: Add deposit_z expanderRichard Henderson2-0/+149
2017-01-10tcg: Minor adjustments to deposit expandersRichard Henderson1-2/+4
2017-01-10tcg: Add field extraction primitivesRichard Henderson15-2/+426
2017-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell66-557/+1164
2017-01-10acpi-test: update expected filesMichael S. Tsirkin10-0/+0
2017-01-10memhp: move DIMM devices into dedicated scope with related common methodsIgor Mammedov1-93/+97
2017-01-10memhp: don't generate memory hotplug AML if it's not enabled/supportedIgor Mammedov6-20/+23
2017-01-10memhp: move memory hotplug only defines to memory_hotplug.cIgor Mammedov3-25/+24
2017-01-10memhp: move GPE handler_E03 into build_memory_hotplug_aml()Igor Mammedov3-23/+32
2017-01-10memhp: merge build_memory_devices() into build_memory_hotplug_aml()Igor Mammedov3-44/+33
2017-01-10memhp: consolidate scattered MHPD device declarationIgor Mammedov2-64/+61
2017-01-10memhp: move build_memory_devices() into memory_hotplug.cIgor Mammedov3-124/+126
2017-01-10memhp: move build_memory_hotplug_aml() into memory_hotplug.cIgor Mammedov3-263/+248
2017-01-10tests: pc: add memory hotplug acpi tables testsIgor Mammedov5-0/+24
2017-01-10virtio-net: Add MTU feature supportMaxime Coquelin2-0/+20