From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C106ACDB474 for ; Fri, 20 Oct 2023 12:56:05 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtp2G-0004oA-Fh; Fri, 20 Oct 2023 08:55:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtp2E-0004lh-JF for qemu-devel@nongnu.org; Fri, 20 Oct 2023 08:55:26 -0400 Received: from mail-wr1-x435.google.com ([2a00:1450:4864:20::435]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtp25-000297-Mc for qemu-devel@nongnu.org; Fri, 20 Oct 2023 08:55:26 -0400 Received: by mail-wr1-x435.google.com with SMTP id ffacd0b85a97d-32dbbf3c782so1157119f8f.1 for ; Fri, 20 Oct 2023 05:55:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1697806516; x=1698411316; darn=nongnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=rxWx2jF/vcFNYzz0rplJlQswYWadj74tqLON+74H90w=; b=x8PwDuxCYkeiuJs79qJ+Hrt2Wn0qZRcm1DxhytBvyR0ZbymBBqn7CWRv+IpBBOzNjE L/XVh7Rmvh/dM4nxZ5TF+L6On74SNVURybWfanazQv+/F52mIBhTV4seZsun1hECDcA5 0m6WBPrWpf3dSTBOXH9BcsXzRtpBH26I7Qq8MxxSVO4QQyOON6T//sIgpOz/8DeJgXHf NQCnRUqVW2d3Ypk9z9Em03cv631LKFnmOzl9iYeRWgQD5ZGe33A2xfhpxux2dnzUIFZu fWmU1lCqLJoYTMcwWUb0v1RKd9zjDOkK2na8ubXJNmES1jCY07sS2WOOdnFGhWe9PtJr gTMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697806516; x=1698411316; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=rxWx2jF/vcFNYzz0rplJlQswYWadj74tqLON+74H90w=; b=crq7hwBMj+6XuK/955Um/c5F1GtAKyYWux4AUdjtcbzYa1kbgHBDJ7Cukon9dSGJ71 jCNY+eQxhBaXxUgkKC3aH7yp9DaoUUrHbW9jYyizxA7/56wu1MCGjlNfady+fNJIloV+ P5AYjeu5NZjcIndLX7/GTQoPIlufh1YAr/puRunvSp5QA3rLLZe/EI8TbTiSSzc33Nsw uHUe3gCLh/MMAfm3c6uQjTuMgNyXKVuKrR/UXyKLODXViZ/ed6lsLS+TnmCQGvuhn+qz Mn3i36IPDTGlwZAopxP0VBsohC+BmU7LsJi4MSTbhdImfjkb02pzglHDNIsLyN+13Zi/ mX4w== X-Gm-Message-State: AOJu0Yx5A/gp4D7/ABLdDtyqrTlX38wvpacKMf//F6Hp1/iLjdExD9MW QnBOp4bLxsdZFM6YPOYNHLs2KWSN6dmsTEI5S4M= X-Google-Smtp-Source: AGHT+IGs0+lqNkdxtqK6i+XzRU5+rtgtqjHeQbMUldh+YpwuAw5/7NfKSHk6ozo8aohQe7C5TU6mVw== X-Received: by 2002:a05:6000:716:b0:32d:92fc:a625 with SMTP id bs22-20020a056000071600b0032d92fca625mr2378570wrb.24.1697806515825; Fri, 20 Oct 2023 05:55:15 -0700 (PDT) Received: from m1x-phil.lan (tbo33-h01-176-171-212-97.dsl.sta.abo.bbox.fr. [176.171.212.97]) by smtp.gmail.com with ESMTPSA id t18-20020a5d6a52000000b0032db8cccd3asm1615263wrw.114.2023.10.20.05.55.14 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 20 Oct 2023 05:55:15 -0700 (PDT) From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= To: qemu-devel@nongnu.org Cc: qemu-s390x@nongnu.org, qemu-ppc@nongnu.org, qemu-block@nongnu.org, qemu-arm@nongnu.org, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Subject: [PULL v3 00/46] Misc HW/UI patches for 2023-10-19 Date: Fri, 20 Oct 2023 14:55:08 +0200 Message-ID: <20231020125509.49440-1-philmd@linaro.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::435; envelope-from=philmd@linaro.org; helo=mail-wr1-x435.google.com X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, SUSPICIOUS_RECIPS=2.51 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org The following changes since commit 0d239e513e0117e66fa739fb71a43b9383a108ff: Merge tag 'pull-lu-20231018' of https://gitlab.com/rth7680/qemu into staging (2023-10-19 10:20:57 -0700) are available in the Git repository at: https://github.com/philmd/qemu.git tags/hw-misc-20231020 for you to fetch changes up to 9f1b100236223d073915b8eedac3089ec64f8a6e: ui/input: Constify QemuInputHandler structure (2023-10-20 14:46:07 +0200) Since v2: - Cc qemu-devel@nongnu.org Since v1: - Dropped PC_SPEAKER patch - Added MAINTAINERS::util/qemu-timer-common.c patch ---------------------------------------------------------------- Misc hardware patch queue - MAINTAINERS updates (Zoltan, Thomas) - Fix cutils::get_relocated_path on Windows host (Akihiko) - Housekeeping in Memory APIs (Marc-André) - SDHCI fix for SDMA transfer (Lu, Jianxian) - Various QOM/QDev/SysBus cleanups (Philippe) - Constify QemuInputHandler structure (Philippe) ---------------------------------------------------------------- Akihiko Odaki (1): cutils: Fix get_relocated_path on Windows BALATON Zoltan (1): MAINTAINERS: Split vt82c686 out of fuloong2e Lu Gao (1): hw/sd/sdhci: Block Size Register bits [14:12] is lost Luc Michel (1): mailmap: update email addresses for Luc Michel Marc-André Lureau (2): memory: drop needless argument memory: follow Error API guidelines Philippe Mathieu-Daudé (36): buildsys: Only display Objective-C information when Objective-C is used hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h' hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h' hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h' hw/misc/mips_itu: Make MIPSITUState target agnostic hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names hw/pci-host/sh_pcic: Replace magic value by proper definition hw/sparc64/ebus: Access memory regions via pci_address_space_io() hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init() hw/pci: Clean up global variable shadowing of address_space_io variable hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req() hw/intc/apic: Use ERRP_GUARD() in apic_common_realize() hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing it hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init() hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init() hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region hw/ppc/pnv: Do not use SysBus API to map local MMIO region hw/intc/spapr_xive: Move sysbus_init_mmio() calls around hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region hw/i386/amd_iommu: Do not use SysBus API to map local MMIO region hw/i386/intel_iommu: Do not use SysBus API to map local MMIO region hw/misc/allwinner-dramc: Move sysbus_mmio_map call from init -> realize hw/misc/allwinner-dramc: Do not use SysBus API to map local MMIO region hw/pci-host/bonito: Do not use SysBus API to map local MMIO region hw/acpi: Realize ACPI_GED sysbus device before accessing it hw/arm/virt: Realize ARM_GICV2M sysbus device before accessing it hw/isa: Realize ISA bridge device before accessing it hw/s390x/css-bridge: Realize sysbus device before accessing it hw/virtio/virtio-pmem: Replace impossible check by assertion hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macros hw/display/virtio-gpu: Use VIRTIO_DEVICE() macro hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macro hw/dma: Declare link using static DEFINE_PROP_LINK() macro hw/net: Declare link using static DEFINE_PROP_LINK() macro ui/input: Constify QemuInputHandler structure Thomas Huth (4): MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt section MAINTAINERS: Add include/hw/openrisc/ to the OpenRISC section MAINTAINERS: Extend entry to cover util/qemu-timer-common.c, too MAINTAINERS | 18 +++++++-- meson.build | 6 ++- include/hw/acpi/pcihp.h | 2 +- include/hw/core/cpu.h | 4 +- include/hw/core/sysemu-cpu-ops.h | 2 +- include/hw/mips/cpudevs.h | 14 ------- include/hw/misc/mips_itu.h | 4 +- include/hw/pci/pci.h | 9 ++--- include/hw/ppc/pnv_xscom.h | 2 +- include/hw/virtio/virtio-input.h | 2 +- include/sysemu/memory_mapping.h | 2 +- include/ui/input.h | 2 +- target/i386/cpu.h | 2 +- target/mips/cpu.h | 7 ++-- chardev/msmouse.c | 2 +- chardev/wctablet.c | 2 +- hw/acpi/pcihp.c | 5 +-- hw/arm/virt.c | 5 +-- hw/block/vhost-user-blk.c | 4 +- hw/char/escc.c | 2 +- hw/core/cpu-sysemu.c | 6 +-- hw/display/virtio-gpu.c | 2 +- hw/display/xenfb.c | 6 +-- hw/dma/xilinx_axidma.c | 6 +-- hw/dma/xlnx-zdma.c | 7 +--- hw/dma/xlnx_csu_dma.c | 13 ++----- hw/i386/amd_iommu.c | 5 +-- hw/i386/intel_iommu.c | 5 +-- hw/i386/microvm.c | 2 +- hw/input/adb-kbd.c | 2 +- hw/input/hid.c | 6 +-- hw/input/ps2.c | 4 +- hw/input/virtio-input-hid.c | 8 ++-- hw/intc/apic_common.c | 4 ++ hw/intc/spapr_xive.c | 12 +++--- hw/isa/isa-bus.c | 11 +++++- hw/loongarch/virt.c | 2 +- hw/mips/cps.c | 1 - hw/mips/fuloong2e.c | 1 - hw/mips/jazz.c | 1 - hw/mips/loongson3_virt.c | 1 - hw/mips/malta.c | 3 +- hw/mips/mips_int.c | 1 - hw/mips/mipssim.c | 1 - hw/misc/allwinner-r40-dramc.c | 20 +++++----- hw/misc/mips_itu.c | 4 +- hw/net/cadence_gem.c | 7 +--- hw/pci-host/bonito.c | 30 +++++++-------- hw/pci-host/sh_pci.c | 57 +++++++++++++---------------- hw/pci/pci.c | 25 +++++-------- hw/ppc/pnv.c | 26 +++---------- hw/ppc/pnv_xscom.c | 5 +-- hw/ppc/spapr_vio.c | 3 +- hw/s390x/css-bridge.c | 7 ++-- hw/s390x/sclpquiesce.c | 8 ++-- hw/scsi/virtio-scsi.c | 2 +- hw/sd/sdhci.c | 15 ++++++-- hw/sparc64/sun4u.c | 8 ++-- hw/virtio/virtio-pmem.c | 5 +-- system/memory_mapping.c | 17 ++++----- target/i386/arch_memory_mapping.c | 6 ++- target/mips/sysemu/cp0_timer.c | 1 - target/mips/tcg/sysemu/cp0_helper.c | 1 + target/mips/tcg/sysemu/tlb_helper.c | 1 - ui/input-legacy.c | 2 +- ui/input.c | 4 +- ui/vdagent.c | 2 +- util/cutils.c | 18 +++++---- .mailmap | 3 ++ 69 files changed, 222 insertions(+), 261 deletions(-) delete mode 100644 include/hw/mips/cpudevs.h -- 2.41.0