aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-15block: add accounting for zone append operationSam Li7-11/+113
2023-05-15virtio-blk: add zoned storage emulation for zoned devicesSam Li3-0/+393
2023-05-15block: add some trace events for zone appendSam Li2-0/+5
2023-05-15qemu-iotests: test zone append operationSam Li3-0/+107
2023-05-15block: introduce zone append write for zoned devicesSam Li10-8/+173
2023-05-15file-posix: add tracking of the zone write pointersSam Li3-4/+193
2023-05-15docs/zoned-storage: add zoned device documentationSam Li3-0/+50
2023-05-15block: add some trace events for new block layer APIsSam Li2-0/+5
2023-05-15iotests: test new zone operationsSam Li2-0/+142
2023-05-15block: add zoned BlockDriver check to block layerSam Li4-0/+37
2023-05-15block/raw-format: add zone operations to pass through requestsSam Li1-0/+17
2023-05-15block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice i...Sam Li9-3/+696
2023-05-15block/file-posix: introduce helper functions for sysfs attributesSam Li2-34/+96
2023-05-15block/block-common: add zoned device structsSam Li1-0/+43
2023-05-13Merge tag 'or1k-pull-request-20230513' of https://github.com/stffrdhrn/qemu i...Richard Henderson4-53/+81
2023-05-13Merge tag 'pull-target-arm-20230512' of https://git.linaro.org/people/pmaydel...Richard Henderson25-77/+109
2023-05-12target/arm: Correct AArch64.S2MinTxSZ 32-bit EL1 input size checkPeter Maydell5-19/+30
2023-05-12tests/qtest: Don't run cdrom boot tests if no accelerator is presentFabiano Rosas1-0/+10
2023-05-12target/arm: Select CONFIG_ARM_V7M when TCG is enabledFabiano Rosas1-0/+1
2023-05-12target/arm: Select SEMIHOSTING when using TCGFabiano Rosas1-7/+1
2023-05-12hw/mips/malta: Fix minor dead code issuePeter Maydell1-4/+1
2023-05-12docs: Remove unused weirdly-named cross-reference targetsPeter Maydell7-12/+4
2023-05-12ui: Fix pixel colour channel order for PNG screenshotsPeter Maydell1-2/+2
2023-05-12MAINTAINERS: Update Akihiko Odaki's email addressAkihiko Odaki1-2/+2
2023-05-12target/arm: Fix handling of SW and NSW bits for stage 2 walksPeter Maydell1-25/+51
2023-05-12target/arm: Don't allow stage 2 page table walks to downgrade to NSPeter Maydell1-2/+3
2023-05-12target/arm: Move helper-{a64,mve,sme,sve}.h to tcg/Richard Henderson5-4/+4
2023-05-12target/arm: Move translate-a32.h, arm_ldst.h, sve_ldst_internal.h to tcg/Richard Henderson3-0/+0
2023-05-11target/openrisc: Setup FPU for detecting tininess before roundingStafford Horne1-0/+4
2023-05-11target/openrisc: Set PC to cpu state on FPU exceptionStafford Horne1-2/+11
2023-05-11target/openrisc: Allow fpcsr access in user modeStafford Horne2-51/+66
2023-05-11Merge tag 'pull-tcg-20230511-2' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson68-2984/+2733
2023-05-11target/loongarch: Do not include tcg-ldst.hRichard Henderson2-2/+0
2023-05-11accel/tcg: Reorg system mode store helpersRichard Henderson1-208/+186
2023-05-11accel/tcg: Reorg system mode load helpersRichard Henderson1-209/+412
2023-05-11accel/tcg: Introduce tlb_read_idxRichard Henderson3-76/+57
2023-05-11accel/tcg: Add cpu_in_serial_contextRichard Henderson3-1/+13
2023-05-11tcg: Remove TARGET_ALIGNED_ONLYRichard Henderson3-17/+2
2023-05-11target/sh4: Remove TARGET_ALIGNED_ONLYRichard Henderson4-4/+0
2023-05-11target/sh4: Use MO_ALIGN where requiredRichard Henderson1-36/+66
2023-05-11target/nios2: Remove TARGET_ALIGNED_ONLYRichard Henderson2-1/+10
2023-05-11target/mips: Remove TARGET_ALIGNED_ONLYRichard Henderson10-10/+0
2023-05-11target/mips: Use MO_ALIGN instead of 0Richard Henderson1-1/+1
2023-05-11target/mips: Add missing default_tcg_memop_maskRichard Henderson4-28/+42
2023-05-11target/mips: Add MO_ALIGN to gen_llwp, gen_scwpRichard Henderson1-2/+3
2023-05-11tcg/s390x: Simplify constraints on qemu_ld/stRichard Henderson3-27/+12
2023-05-11tcg/s390x: Use ALGFR in constructing softmmu host addressRichard Henderson1-3/+5
2023-05-11tcg/riscv: Simplify constraints on qemu_ld/stRichard Henderson3-16/+3
2023-05-11tcg/ppc: Remove unused constraint JRichard Henderson2-4/+0
2023-05-11tcg/ppc: Remove unused constraints A, B, C, DRichard Henderson1-4/+0