aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-02tcg/aarch64: Split out target constraints to tcg-target-con-str.hRichard Henderson3-43/+33
2021-02-02tcg/arm: Split out target constraints to tcg-target-con-str.hRichard Henderson3-56/+41
2021-02-02tcg/i386: Split out target constraints to tcg-target-con-str.hRichard Henderson4-74/+62
2021-02-02tcg/i386: Tidy register constraint definitionsRichard Henderson1-20/+20
2021-02-02tcg/i386: Move constraint type check to tcg_target_const_matchRichard Henderson1-11/+17
2021-02-02tcg/tci: Remove TCG_TARGET_HAS_* ifdefsRichard Henderson1-82/+0
2021-02-02tcg/tci: Drop L and S constraintsRichard Henderson1-6/+4
2021-02-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell12-16/+72
2021-02-02block: Fix VM size column width in bdrv_snapshot_dump()Kevin Wolf1-2/+2
2021-02-02block/nvme: Trace NVMe spec version supported by the controllerPhilippe Mathieu-Daudé2-0/+7
2021-02-02block/nvme: Properly display doorbell stride length in trace eventPhilippe Mathieu-Daudé1-1/+1
2021-02-02iotests: Fix -makecheck outputKevin Wolf1-2/+4
2021-02-02iotests: check: return 1 on failureVladimir Sementsov-Ogievskiy2-2/+7
2021-02-02iotests: Revert emulator selection to old behaviourKevin Wolf1-1/+1
2021-02-02iotests/297: pylint: ignore too many statementsVladimir Sementsov-Ogievskiy1-0/+2
2021-02-02block: move blk_exp_close_all() to qemu_cleanup()Sergio Lopez4-1/+11
2021-02-02block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()Sergio Lopez1-7/+27
2021-02-02MAINTAINERS: Add Vladimir as co-maintainer for Block JobsVladimir Sementsov-Ogievskiy1-0/+10
2021-02-01Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell10-119/+214
2021-02-01trace: update docs with meson build informationStefan Hajnoczi1-23/+34
2021-02-01trace: document how to specify multiple --trace patternsStefan Hajnoczi1-2/+7
2021-02-01simpletrace: build() missing 2 required positional argumentsVolker Rümelin1-1/+3
2021-02-01trace: make the 'log' backend timestamp configurableStefan Hajnoczi2-6/+16
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi3-4/+4
2021-02-01trace: add meson custom_target() depend_files for tracetoolStefan Hajnoczi2-8/+41
2021-02-01tracetool: also strip %l and %ll from systemtap format stringsDaniel P. Berrangé1-1/+6
2021-02-01tracetool: fix "PRI" macro decodingLaurent Vivier1-0/+1
2021-02-01trace: recommend "log" backend for getting started with tracingStefan Hajnoczi1-17/+18
2021-02-01tracing: convert documentation to rSTStefan Hajnoczi2-54/+81
2021-02-01trace: fix simpletrace doc mismergeStefan Hajnoczi1-17/+17
2021-01-29Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-fixes-pull-re...Peter Maydell25-146/+160
2021-01-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210129-...Peter Maydell52-319/+1436
2021-01-29tests: Replace deprecated ASN1 codeStefan Weil3-7/+7
2021-01-29tests: Fix runtime error in test-authz-pamStefan Weil1-1/+9
2021-01-29ui: update keycodemapdb submodule commitDaniel P. Berrangé2-1/+2
2021-01-29crypto: Add spaces around operatorshiliyang2-3/+3
2021-01-29configure: replace --enable/disable-git-update with --with-git-submodulesDan Streetman3-43/+66
2021-01-29docs: fix missing backslash in certtool shell exampleDaniel P. Berrangé1-1/+1
2021-01-29docs: simplify and clarify the platform support rulesDaniel P. Berrangé1-40/+23
2021-01-29Prefer 'on' | 'off' over 'yes' | 'no' for bool optionsDaniel P. Berrangé4-10/+10
2021-01-29os: deprecate the -enable-fips option and QEMU's FIPS enforcementDaniel P. Berrangé2-0/+15
2021-01-29crypto: Fix memory leaks in set_loaded for tls-*Kevin Wolf3-6/+3
2021-01-29crypto: Forbid broken unloading of secretsKevin Wolf1-3/+3
2021-01-29crypto: Move USER_CREATABLE to secret_common base classKevin Wolf3-28/+15
2021-01-29crypto: Fix some code style problems, add spaces around operatorshiliyang3-3/+3
2021-01-29hw/arm/stellaris: Remove board-creation reset of STELLARIS_SYSPeter Maydell1-10/+0
2021-01-29arm: Remove frq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell8-28/+0
2021-01-29arm: Don't set freq properties on CMSDK timer, dualtimer, watchdog, ARMSSEPeter Maydell5-15/+0
2021-01-29hw/arm/armsse: Use Clock to set system_clock_scalePeter Maydell1-5/+19
2021-01-29tests/qtest/cmsdk-apb-watchdog-test: Test clock changesPeter Maydell1-0/+52