aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-11target/arm: Rename FPCR_ QC, NZCV macros to FPSR_Peter Maydell
2024-07-11target/arm: Store FPSR and FPCR in separate CPU state fieldsPeter Maydell
2024-07-11target/arm: Implement store_cpu_field_low32() macroPeter Maydell
2024-07-11target/arm: Support migration when FPSR/FPCR won't fit in the FPSCRPeter Maydell
2024-07-11target/arm: Make vfp_set_fpscr() call vfp_set_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Make vfp_get_fpscr() call vfp_get_{fpcr, fpsr}Peter Maydell
2024-07-11target/arm: Correct comments about M-profile FPSCRPeter Maydell
2024-07-09Merge tag 'pull-aspeed-20240709' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-09Merge tag 'pull-vfio-20240709' of https://github.com/legoater/qemu into stagingRichard Henderson
2024-07-09vfio/display: Fix vfio_display_edid_init() error pathZhenzhong Duan
2024-07-09vfio/display: Fix potential memleak of edid infoZhenzhong Duan
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger
2024-07-09machine_aspeed.py: update to test network for AST2700Jamin Lin
2024-07-09machine_aspeed.py: update to test ASPEED OpenBMC SDK v09.02 for AST2700Jamin Lin
2024-07-09hw/block: m25p80: support quad mode for w25q01jvqJamin Lin
2024-07-09aspeed/soc: set dma64 property for AST2700 ftgmac100Jamin Lin
2024-07-09hw/net:ftgmac100: update TX and RX packet buffers address to 64 bitsJamin Lin
2024-07-09hw/net:ftgmac100: introduce TX and RX ring base address high registers to sup...Jamin Lin
2024-07-09hw/net:ftgmac100: update ring base address to 64 bitsJamin Lin
2024-07-09hw/net:ftgmac100: update memory region size to 64KBJamin Lin
2024-07-07Merge tag 'pull-qapi-2024-07-06' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-07-07Merge tag 'sdmmc-20240706' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-07-06sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow
2024-07-06qapi: add markup to note blocksJohn Snow
2024-07-06qapi: update prose in note blocksJohn Snow
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow
2024-07-06qapi: nail down convention that Errors sections are listsJohn Snow
2024-07-06qapi: fix non-compliant JSON examplesJohn Snow
2024-07-06docs/qapidoc: fix nested parsing under untagged sectionsJohn Snow
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow
2024-07-06docs/qapidoc: delint a tiny portion of the moduleJohn Snow
2024-07-06docs/qapidoc: remove unused intersperse functionJohn Snow
2024-07-06qapi: linter fixupsJohn Snow
2024-07-05hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARDPhilippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Introduce set_csd/set_cid handlersPhilippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Cover more SDCardStatesPhilippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Trace length of data read on DAT linesPhilippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Remove default case in read/write on DAT linesPhilippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Remove noise from sd_cmd_name()Philippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Remove noise from sd_acmd_name()Philippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_tPhilippe Mathieu-Daudé
2024-07-05hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)Philippe Mathieu-Daudé