aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza10-14/+33
2018-12-18qga: update guest-suspend-ram and guest-suspend-hybrid descriptionsDaniel Henrique Barboza1-6/+10
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza5-0/+55
2018-12-18qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak23-81/+83
2018-12-18qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak23-79/+95
2018-12-18qapi: Turn ShutdownCause into QAPI enumDominik Csapak2-20/+34
2018-12-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell24-402/+462
2018-12-17.shippable.yml: disable the win cross testsAlex Bennée1-4/+5
2018-12-17xxhash: match output against the original xxhash32Emilio G. Cota1-4/+4
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota4-6/+6
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota4-18/+39
2018-12-17qht-bench: document -p flagEmilio G. Cota1-0/+1
2018-12-17tcg: Drop nargs from tcg_op_insert_{before,after}Emilio G. Cota3-10/+8
2018-12-17tcg/mips: Improve the add2/sub2 command to use TCG_TARGET_REG_BITSAlistair Francis1-1/+1
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson9-2/+126
2018-12-17tcg/optimize: Optimize bswapRichard Henderson1-0/+12
2018-12-17tcg: Clean up generic bswap64Richard Henderson1-27/+20
2018-12-17tcg: Clean up generic bswap32Richard Henderson1-27/+27
2018-12-17tcg/i386: Add setup_guest_base_seg for FreeBSDRichard Henderson1-0/+9
2018-12-17tcg/i386: Precompute all guest_base parametersRichard Henderson1-61/+40
2018-12-17tcg/i386: Assume 32-bit values are zero-extendedRichard Henderson1-63/+40
2018-12-17tcg/i386: Implement INDEX_op_extr{lh}_i64_i32 for 32-bit guestsRichard Henderson2-2/+9
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_slow_pathRichard Henderson1-5/+8
2018-12-17tcg/i386: Propagate is64 to tcg_out_qemu_ld_directRichard Henderson1-6/+7
2018-12-17tcg/s390x: Return false on failure from patch_relocRichard Henderson1-11/+23
2018-12-17tcg/ppc: Return false on failure from patch_relocRichard Henderson1-11/+21
2018-12-17tcg/arm: Return false on failure from patch_relocRichard Henderson1-6/+16
2018-12-17tcg/aarch64: Return false on failure from patch_relocRichard Henderson1-16/+21
2018-12-17tcg/i386: Return false on failure from patch_relocRichard Henderson1-2/+2
2018-12-17tcg: Return success from patch_relocRichard Henderson9-11/+21
2018-12-17tcg/mips: Remove retranslation codeRichard Henderson1-6/+1
2018-12-17tcg/sparc: Remove retranslation codeRichard Henderson1-6/+2
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson1-8/+2
2018-12-17tcg/ppc: Fold away "noaddr" branch routinesRichard Henderson1-18/+7
2018-12-17tcg/arm: Fold away "noaddr" branch routinesRichard Henderson1-19/+3
2018-12-17tcg/arm: Remove reloc_pc24_atomicRichard Henderson1-8/+0
2018-12-17tcg/aarch64: Fold away "noaddr" branch routinesRichard Henderson1-19/+2
2018-12-17tcg/aarch64: Remove reloc_pc26_atomicRichard Henderson1-12/+0
2018-12-17tcg/i386: Move TCG_REG_CALL_STACK from define to enumRichard Henderson1-1/+1
2018-12-17tcg/i386: Always use %ebp for TCG_AREG0Richard Henderson1-6/+2
2018-12-17target/sparc: Remove the constant poolRichard Henderson1-38/+9
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell27-198/+287
2018-12-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell25-507/+671
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell4-16/+32
2018-12-15Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-13-v2' in...Peter Maydell91-510/+1166
2018-12-14Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell7-731/+9
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell34-286/+456
2018-12-14virt: Fix broken indentationEduardo Habkost1-1/+1
2018-12-14target/arm: Create timers in realize, not initPeter Maydell1-8/+9
2018-12-14tests/test-arm-mptimer: Don't leak string memoryPeter Maydell1-84/+69