aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-02-15hw/sparc64/cpu: Initialize GPIO before realizing CPU devicesPhilippe Mathieu-Daudé
2024-02-15hw/sparc/sun4m: Realize DMA controller before accessing itPhilippe Mathieu-Daudé
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé
2024-02-15hw/sh4/r2d: Realize IDE controller before accessing itPhilippe Mathieu-Daudé
2024-02-15hw/misc/macio: Realize IDE controller before accessing itPhilippe Mathieu-Daudé
2024-02-15hw/ppc/prep: Realize ISA bridge before accessing itPhilippe Mathieu-Daudé
2024-02-15hw/i386/q35: Realize LPC PCI function before accessing itPhilippe Mathieu-Daudé
2024-02-15hw/rx/rx62n: Only call qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé
2024-02-15hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'Philippe Mathieu-Daudé
2024-02-15hw/isa: extract FDC37M81X to a separate filePaolo Bonzini
2024-02-15hw/isa: specify instance_size in isa_superio_type_infoPaolo Bonzini
2024-02-15hw/isa: fix ISA_SUPERIO dependenciesPaolo Bonzini
2024-02-15hw/mips/Kconfig: Remove ISA dependencies from MIPSsim boardBernhard Beschow
2024-02-15hw/isa: clean up Kconfig selections for ISA_SUPERIOPaolo Bonzini
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::saar fieldPhilippe Mathieu-Daudé
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::cpu0 fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove CPUMIPSState::saarp fieldPhilippe Mathieu-Daudé
2024-02-15target/mips: Remove MIPSITUState::itu fieldPhilippe Mathieu-Daudé
2024-02-15hw/misc/mips: Reduce itc_reconfigure() scopePhilippe Mathieu-Daudé
2024-02-15hw/mips: remove unnecessary "select PTIMER"Paolo Bonzini
2024-02-15hw/block/tc58128: Don't emit deprecation warning under qtestPeter Maydell
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-02-14virtio-gpu-rutabaga.c: override resource_destroy methodManos Pitsidianakis
2024-02-14virtio-gpu.c: add resource_destroy class methodManos Pitsidianakis
2024-02-14hw/display/virtio-gpu.c: use reset_bh class methodManos Pitsidianakis
2024-02-14hw/smbios: Fix port connector option validationAkihiko Odaki
2024-02-14hw/smbios: Fix OEM strings table option validationAkihiko Odaki
2024-02-14virtio-gpu: Correct virgl_renderer_resource_get_info() error checkDmitry Osipenko
2024-02-14hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron
2024-02-14hw/cxl: Update mailbox status registers.Jonathan Cameron
2024-02-14hw/cxl: Update RAS Capability Definitions for version 3.Jonathan Cameron
2024-02-14hw/cxl: Update HDM Decoder capability to version 3Jonathan Cameron
2024-02-14hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron
2024-02-14hw/mem/cxl_type3: Fix potential divide by zero reported by coverityJonathan Cameron
2024-02-14hw/cxl: Pass NULL for a NULL MemoryRegionOpsLi Zhijian
2024-02-14hw/cxl: Pass CXLComponentState to cache_mem_opsLi Zhijian
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo
2024-02-14hw/cxl/mbox: Remove dead codeDavidlohr Bueso
2024-02-14cxl/cdat: Fix header sum value in CDAT checksumIra Weiny
2024-02-14hw/pci-bridge/cxl_upstream: Drop g_malloc() failure handlingJonathan Cameron
2024-02-14hw/mem/cxl_type3: Drop handling of failure of g_malloc0() and g_malloc()Jonathan Cameron
2024-02-14cxl/cdat: Handle cdat table build errorsIra Weiny
2024-02-14smmu: Clear SMMUPciBus pointer cache when system resetZhenzhong Duan
2024-02-14virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan
2024-02-14hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functionsBernhard Beschow
2024-02-14hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functionsBernhard Beschow
2024-02-14hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow
2024-02-14hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDCBernhard Beschow
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow