aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-11accel/tcg: Make TCGCPUOps::cpu_exec_halt mandatoryPeter Maydell2-9/+11
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell19-1/+24
2024-07-11target/arm: Set arm_v7m_tcg_ops cpu_exec_halt to arm_cpu_exec_halt()Peter Maydell3-1/+5
2024-07-11target/arm: Use cpu_env in cpu_untagged_addrRichard Henderson1-2/+2
2024-07-11hw/misc/bcm2835_thermal: Fix access size handling in bcm2835_thermal_opsZheyu Ma1-0/+2
2024-07-11hw/char/pl011: Avoid division-by-zero in pl011_get_baudrate()Zheyu Ma1-2/+11
2024-07-11target/arm: Allow FPCR bits that aren't in FPSCRPeter Maydell1-21/+35
2024-07-11target/arm: Rename FPSR_MASK and FPCR_MASK and define them symbolicallyPeter Maydell3-11/+40
2024-07-11target/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell5-24/+27
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell6-27/+28
2024-07-11target/arm: Implement store_cpu_field_low32() macroPeter Maydell1-0/+7
2024-07-11target/arm: Support migration when FPSR/FPCR won't fit in the FPSCRPeter Maydell1-2/+132
2024-07-11target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}Peter Maydell2-44/+78
2024-07-11target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}Peter Maydell2-21/+37
2024-07-11target/arm: Correct comments about M-profile FPSCRPeter Maydell1-3/+2
2024-07-11Consider discard option when writing zerosNir Soffer3-4/+213
2024-07-11qemu-iotest/245: Add missing discard=unmapNir Soffer1-1/+1
2024-07-10virtio-mem: improve error message when unplug of device fails due to plugged ...David Hildenbrand1-2/+2
2024-07-09Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...Richard Henderson5-33/+162
2024-07-09Merge tag 'pull-vfio-20240709' of https://github.com/legoater/qemu into stagingRichard Henderson11-141/+127
2024-07-09vfio/display: Fix vfio_display_edid_init() error pathZhenzhong Duan1-6/+7
2024-07-09vfio/display: Fix potential memleak of edid infoZhenzhong Duan1-0/+3
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger1-12/+0
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger5-105/+0
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger2-2/+56
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger4-0/+36
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger4-5/+4
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger4-14/+19
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger1-1/+6
2024-07-09machine_aspeed.py: update to test network for AST2700Jamin Lin1-2/+4
2024-07-09machine_aspeed.py: update to test ASPEED OpenBMC SDK v09.02 for AST2700Jamin Lin1-3/+3
2024-07-09hw/block: m25p80: support quad mode for w25q01jvqJamin Lin1-0/+16
2024-07-09aspeed/soc: set dma64 property for AST2700 ftgmac100Jamin Lin1-0/+3
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin1-3/+18
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin2-0/+86
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin2-22/+20
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin2-3/+12
2024-07-07Merge tag 'pull-qapi-2024-07-06' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson34-348/+398
2024-07-07Merge tag 'sdmmc-20240706' of https://github.com/philmd/qemu into stagingRichard Henderson10-109/+123
2024-07-06sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster2-14/+5
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow4-2/+16
2024-07-06qapi: add markup to note blocksJohn Snow6-10/+10
2024-07-06qapi: update prose in note blocksJohn Snow2-3/+3
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow30-253/+261
2024-07-06qapi: nail down convention that Errors sections are listsJohn Snow2-1/+8
2024-07-06qapi: fix non-compliant JSON examplesJohn Snow7-9/+11
2024-07-06docs/qapidoc: fix nested parsing under untagged sectionsJohn Snow1-5/+11
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow2-1/+3
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow3-23/+40
2024-07-06docs/qapidoc: delint a tiny portion of the moduleJohn Snow1-26/+38