aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-15hw/isa: clean up Kconfig selections for ISA_SUPERIOPaolo Bonzini1-9/+4
2024-02-15target/mips: Remove the unused DisasContext::saar fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAARI fieldPhilippe Mathieu-Daudé2-2/+1
2024-02-15target/mips: Remove helpers accessing SAARI registerPhilippe Mathieu-Daudé3-29/+0
2024-02-15target/mips: Remove CPUMIPSState::CP0_SAAR[2] fieldPhilippe Mathieu-Daudé2-2/+1
2024-02-15target/mips: Remove unused mips_def_t::SAARP fieldPhilippe Mathieu-Daudé1-1/+0
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::saar fieldPhilippe Mathieu-Daudé2-22/+3
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::cpu0 fieldPhilippe Mathieu-Daudé3-8/+0
2024-02-15target/mips: Remove CPUMIPSState::saarp fieldPhilippe Mathieu-Daudé2-7/+0
2024-02-15target/mips: Remove MIPSITUState::itu fieldPhilippe Mathieu-Daudé2-2/+0
2024-02-15hw/misc/mips: Reduce itc_reconfigure() scopePhilippe Mathieu-Daudé2-3/+1
2024-02-15target/mips: Remove helpers accessing SAAR registersPhilippe Mathieu-Daudé3-102/+0
2024-02-15target/mips: Use qemu_irq typedef for CPUMIPSState::irq memberPhilippe Mathieu-Daudé1-1/+1
2024-02-15hw/mips: remove unnecessary "select PTIMER"Paolo Bonzini1-1/+0
2024-02-15hw/block/tc58128: Don't emit deprecation warning under qtestPeter Maydell1-1/+3
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell84-1908/+2002
2024-02-14Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into st...Peter Maydell6-19/+68
2024-02-14Merge tag 'pull-tcg-20240213' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2-3/+3
2024-02-14MAINTAINERS: Switch to my Enfabrica emailRaphael Norwitz1-1/+1
2024-02-14virtio-gpu-rutabaga.c: override resource_destroy methodManos Pitsidianakis1-12/+35
2024-02-14virtio-gpu.c: add resource_destroy class methodManos Pitsidianakis2-3/+25
2024-02-14hw/display/virtio-gpu.c: use reset_bh class methodManos Pitsidianakis1-1/+1
2024-02-14hw/smbios: Fix port connector option validationAkihiko Odaki1-0/+6
2024-02-14hw/smbios: Fix OEM strings table option validationAkihiko Odaki1-0/+6
2024-02-14virtio-gpu: Correct virgl_renderer_resource_get_info() error checkDmitry Osipenko2-4/+4
2024-02-14hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron14-104/+174
2024-02-14hw/cxl: Update mailbox status registers.Jonathan Cameron2-8/+15
2024-02-14hw/cxl: Update RAS Capability Definitions for version 3.Jonathan Cameron2-2/+5
2024-02-14hw/cxl: Update link register definitions.Jonathan Cameron1-2/+2
2024-02-14hw/cxl: Update HDM Decoder capability to version 3Jonathan Cameron2-3/+23
2024-02-14tests/acpi: Update DSDT.cxl to reflect change _STA return value.Jonathan Cameron2-1/+0
2024-02-14hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron1-1/+1
2024-02-14tests/acpi: Allow update of DSDT.cxlJonathan Cameron1-0/+1
2024-02-14hw/mem/cxl_type3: Fix potential divide by zero reported by coverityJonathan Cameron1-2/+7
2024-02-14hw/cxl: Pass NULL for a NULL MemoryRegionOpsLi Zhijian1-1/+1
2024-02-14hw/cxl: Pass CXLComponentState to cache_mem_opsLi Zhijian1-1/+1
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo2-8/+18
2024-02-14hw/cxl/mbox: Remove dead codeDavidlohr Bueso1-28/+15
2024-02-14cxl/cdat: Fix header sum value in CDAT checksumIra Weiny1-2/+7
2024-02-14hw/pci-bridge/cxl_upstream: Drop g_malloc() failure handlingJonathan Cameron1-6/+0
2024-02-14hw/mem/cxl_type3: Drop handling of failure of g_malloc0() and g_malloc()Jonathan Cameron1-45/+7
2024-02-14cxl/cdat: Handle cdat table build errorsIra Weiny1-1/+1
2024-02-14smmu: Clear SMMUPciBus pointer cache when system resetZhenzhong Duan1-0/+2
2024-02-14virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan1-2/+2
2024-02-14MAINTAINERS: Drop myself as VT-d maintainersPeter Xu1-1/+0
2024-02-14vhost-user.rst: Fix vring address descriptionAndrey Ignatov1-3/+3
2024-02-14hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functionsBernhard Beschow1-10/+55
2024-02-14hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functionsBernhard Beschow1-0/+12
2024-02-14hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow2-0/+17
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow2-0/+16