aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi5-56/+43
2023-10-23Merge tag 'hw-misc-20231020' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-1/+1
2023-10-21MAINTAINERS: Add the ompic.c file to the or1k-sim sectionThomas Huth1-0/+1
2023-10-21MAINTAINERS: Fix typo in openpic_kvm.c entryThomas Huth1-1/+1
2023-10-21MAINTAINERS: Add unvalued folders in tests/tcg/ to the right sectionsThomas Huth1-0/+6
2023-10-21MAINTAINERS: Add PPC common files to PowerPC TCG CPUsCédric Le Goater1-0/+5
2023-10-21MAINTAINERS: Add fw_cfg.c to PPC mac99 machineCédric Le Goater1-0/+1
2023-10-21MAINTAINERS: Adjust file list for PPC pseries machineCédric Le Goater1-0/+4
2023-10-21MAINTAINERS: Adjust file list for PPC e500 machinesCédric Le Goater1-0/+2
2023-10-21MAINTAINERS: Adjust file list for PPC 4xx CPUsCédric Le Goater1-1/+3
2023-10-21MAINTAINERS: Adjust file list for PPC ref405ep machineCédric Le Goater1-1/+2
2023-10-21ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h headerCédric Le Goater2-2/+0
2023-10-21MAINTAINERS: Fix a couple s390 pathsEric Farman1-2/+2
2023-10-21MAINTAINERS: Add docs/devel/ebpf_rss.rst to the EBPF sectionThomas Huth1-0/+1
2023-10-21MAINTAINERS: Add include/hw/intc/i8259.h to the PC chip sectionThomas Huth1-0/+1
2023-10-21MAINTAINERS: Add the nios2 interrupt controller to the nios2 sectionThomas Huth1-0/+2
2023-10-21MAINTAINERS: Cover hw/ppc/ppc440_uc.c with Sam460ex boardPhilippe Mathieu-Daudé1-0/+1
2023-10-21hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings()Philippe Mathieu-Daudé1-42/+0
2023-10-21hw/rdma/vmw/pvrdma_cmd: Use correct struct in query_port()Peter Maydell1-7/+11
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi44-195/+341
2023-10-20Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi35-125/+2285
2023-10-20Merge tag 'C3700-pull-request' of https://github.com/hdeller/qemu-hppa into s...Stefan Hajnoczi14-81/+1300
2023-10-20Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi72-273/+232
2023-10-20Merge tag 'pull-qapi-2023-10-19' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi4-5/+11
2023-10-20Merge tag 'pull-target-arm-20231019' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi33-359/+368
2023-10-20ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé13-22/+22
2023-10-20hw/net: Declare link using static DEFINE_PROP_LINK() macroPhilippe Mathieu-Daudé1-5/+2
2023-10-20hw/dma: Declare link using static DEFINE_PROP_LINK() macroPhilippe Mathieu-Daudé3-18/+8
2023-10-20hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macroPhilippe Mathieu-Daudé1-1/+1
2023-10-20hw/display/virtio-gpu: Use VIRTIO_DEVICE() macroPhilippe Mathieu-Daudé1-1/+1
2023-10-20hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macrosPhilippe Mathieu-Daudé1-2/+2
2023-10-20hw/virtio/virtio-pmem: Replace impossible check by assertionPhilippe Mathieu-Daudé1-4/+1
2023-10-20hw/s390x/css-bridge: Realize sysbus device before accessing itPhilippe Mathieu-Daudé1-4/+3
2023-10-20hw/isa: Realize ISA bridge device before accessing itPhilippe Mathieu-Daudé1-2/+9
2023-10-20hw/arm/virt: Realize ARM_GICV2M sysbus device before accessing itPhilippe Mathieu-Daudé1-1/+1
2023-10-20hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé3-4/+3
2023-10-20hw/pci-host/bonito: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-17/+13
2023-10-20hw/misc/allwinner-dramc: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-7/+6
2023-10-20hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realizePhilippe Mathieu-Daudé1-8/+7
2023-10-20hw/i386/intel_iommu: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-3/+2
2023-10-20hw/i386/amd_iommu: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-3/+2
2023-10-20hw/intc/spapr_xive: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-6/+6
2023-10-20hw/intc/spapr_xive: Move sysbus_init_mmio() calls aroundPhilippe Mathieu-Daudé1-3/+3
2023-10-20hw/ppc/pnv: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-3/+2
2023-10-20hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-3/+1
2023-10-20hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()Philippe Mathieu-Daudé3-8/+6
2023-10-20hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()Philippe Mathieu-Daudé3-17/+5
2023-10-20hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing itPhilippe Mathieu-Daudé1-1/+2
2023-10-20hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()Philippe Mathieu-Daudé1-0/+4
2023-10-20hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()Philippe Mathieu-Daudé1-4/+4