aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-02hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR registerPhilippe Mathieu-Daudé1-1/+1
2021-02-02hw/ssi: imx_spi: Correct tx and rx fifo endiannessBin Meng1-5/+2
2021-02-02hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logicBin Meng1-1/+1
2021-02-02hw/ssi: imx_spi: Round up the burst length to be multiple of 8Bin Meng1-1/+16
2021-02-02hw/ssi: imx_spi: Disable chip selects when controller is disabledXuzhou Cheng1-0/+6
2021-02-02hw/ssi: imx_spi: Rework imx_spi_write() to handle block disabledPhilippe Mathieu-Daudé1-4/+9
2021-02-02hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabledPhilippe Mathieu-Daudé1-31/+29
2021-02-02hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register valuePhilippe Mathieu-Daudé1-8/+24
2021-02-02hw/ssi: imx_spi: Remove pointless variable initializationPhilippe Mathieu-Daudé1-2/+0
2021-02-02hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()Bin Meng1-4/+10
2021-02-02hw/ssi: imx_spi: Use a macro for number of chip selects supportedBin Meng2-3/+6
2021-02-02hw/arm/smmuv3: Fix addr_mask for range-based invalidationZenghui Yu1-1/+3
2021-02-02hw/char/exynos4210_uart: Fix missing call to report ready for inputIris Johnson1-0/+1
2021-02-02hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabledIris Johnson1-1/+5
2021-02-02hw/intc/arm_gic: Allow to use QTest without crashingPhilippe Mathieu-Daudé1-1/+2
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
2021-01-29hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock inputPeter Maydell1-4/+14
2021-01-29hw/timer/cmsdk-apb-dualtimer: Convert to use Clock inputPeter Maydell1-5/+37
2021-01-29hw/timer/cmsdk-apb-timer: Convert to use Clock inputPeter Maydell1-4/+14