aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson10-26/+0
2021-02-02tcg/sparc: Split out target constraints to tcg-target-con-str.hRichard Henderson3-53/+54
2021-02-02tcg/s390: Split out target constraints to tcg-target-con-str.hRichard Henderson3-40/+42
2021-02-02tcg/riscv: Split out target constraints to tcg-target-con-str.hRichard Henderson3-39/+35
2021-02-02tcg/mips: Split out target constraints to tcg-target-con-str.hRichard Henderson3-56/+46
2021-02-02tcg/tci: Split out target constraints to tcg-target-con-str.hRichard Henderson3-14/+13
2021-02-02tcg/ppc: Split out target constraints to tcg-target-con-str.hRichard Henderson3-58/+46
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-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-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-01nvdimm: check -object memory-backend-file, readonly=on optionStefan Hajnoczi2-7/+26
2021-02-01hostmem-file: add readonly=on|off optionStefan Hajnoczi2-2/+31
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi8-17/+31
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