Skip to content
Snippets Groups Projects
  1. Jun 09, 2022
    • Alistair Francis's avatar
      MAINTAINERS: Cover hw/core/uboot_image.h within Generic Loader section · efe1592c
      Alistair Francis authored
      
      Signed-off-by: default avatarAlistair Francis <alistair.francis@wdc.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Message-Id: <20220509091339.26016-1-alistair.francis@wdc.com>
      efe1592c
    • Richard Henderson's avatar
      Merge tag 'pull-xen-20220609' of... · 9cc1bf1e
      Richard Henderson authored
      Merge tag 'pull-xen-20220609' of https://xenbits.xen.org/git-http/people/aperard/qemu-dm into staging
      
      Xen patches
      
      - PIIX3-IDE Xen cleanup
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQEzBAABCgAdFiEE+AwAYwjiLP2KkueYDPVXL9f7Va8FAmKh/A8ACgkQDPVXL9f7
      # Va80HAf/RfBfHiHQnZOiixu+drHNcyxHDqeEcd5OqWJssD/uwd/s+DfjUm7q4t3p
      # AOOf3kczj+S7LomVi4CU0qW6/edY6Jyq37aIQnCwwG35/U297gyqQGaLftDRspWO
      # quBGd/66+3wSttRDY9zuTvAWRX1IBk+7ON67TXQxnNyeE+JsstzkZw86939BO1L/
      # Rp1LwwtNPS8rnT1YMSWBaFGjRbxOBzF/cRVLxwv+XBYJw/DGKVeB41I5MnNT+ZlP
      # MC2PVr2wZM6ki9xYdivn8d4IKECgeXclK3YSOKlYNbWW8bVvFde9j/DMty7k2geE
      # 8JMsdIGTvVbb9zwe85SaguWRWlArpA==
      # =cyLu
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Thu 09 Jun 2022 06:56:31 AM PDT
      # gpg:                using RSA key F80C006308E22CFD8A92E7980CF5572FD7FB55AF
      # gpg: Good signature from "Anthony PERARD <anthony.perard@gmail.com>" [unknown]
      # gpg:                 aka "Anthony PERARD <anthony.perard@citrix.com>" [unknown]
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: 5379 2F71 024C 600F 778A  7161 D8D5 7199 DF83 42C8
      #      Subkey fingerprint: F80C 0063 08E2 2CFD 8A92  E798 0CF5 572F D7FB 55AF
      
      * tag 'pull-xen-20220609' of https://xenbits.xen.org/git-http/people/aperard/qemu-dm
      
      :
        include/hw/ide: Unexport pci_piix3_xen_ide_unplug()
        hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()
        hw/ide/piix: Remove redundant "piix3-ide-xen" device class
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      9cc1bf1e
    • Bernhard Beschow's avatar
      include/hw/ide: Unexport pci_piix3_xen_ide_unplug() · 6a8a8b62
      Bernhard Beschow authored
      
      This function was declared in a generic and public header, implemented
      in a device-specific source file but only used in xen_platform. Given its
      'aux' parameter, this function is more xen-specific than piix-specific.
      Also, the hardcoded magic constants seem to be generic and related to
      PCIIDEState and IDEBus rather than piix.
      
      Therefore, move this function to xen_platform, unexport it, and drop the
      "piix3" in the function name as well.
      
      Signed-off-by: default avatarBernhard Beschow <shentey@gmail.com>
      Reviewed-by: default avatarPaul Durrant <paul@xen.org>
      Acked-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Message-Id: <20220513180957.90514-4-shentey@gmail.com>
      Signed-off-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
      6a8a8b62
    • Bernhard Beschow's avatar
      hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug() · 36902417
      Bernhard Beschow authored
      
      The comment is based on commit message
      ae4d2eb2 'xen-platform: add missing disk
      unplug option'. Since it seems to describe design decisions and
      limitations that still apply it seems worth having.
      
      Signed-off-by: default avatarBernhard Beschow <shentey@gmail.com>
      Reviewed-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
      Message-Id: <20220513180957.90514-3-shentey@gmail.com>
      Signed-off-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
      36902417
    • Bernhard Beschow's avatar
      hw/ide/piix: Remove redundant "piix3-ide-xen" device class · 7851b21a
      Bernhard Beschow authored
      
      Commit 0f844582 'xen: piix reuse pci
      generic class init function' already resolved redundant code which in
      turn rendered piix3-ide-xen redundant.
      
      Signed-off-by: default avatarBernhard Beschow <shentey@gmail.com>
      Reviewed-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
      Message-Id: <20220513180957.90514-2-shentey@gmail.com>
      Signed-off-by: default avatarAnthony PERARD <anthony.perard@citrix.com>
      7851b21a
    • Richard Henderson's avatar
      Merge tag 'pull-target-arm-20220609' of... · 028f2361
      Richard Henderson authored
      Merge tag 'pull-target-arm-20220609' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
      
      target-arm queue:
       * target/arm: Declare support for FEAT_RASv1p1
       * target/arm: Implement FEAT_DoubleFault
       * Fix 'writeable' typos
       * xlnx_dp: Implement vblank interrupt
       * target/arm: Move page-table-walk code to ptw.c
       * target/arm: Preparatory patches for SME support
      
      # -----BEGIN PGP SIGNATURE-----
      #
      # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmKht40ZHHBldGVyLm1h
      # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3p/hEACkUlUhKStyMCimLZJQ2wfG
      # rBO6zHPNVDWtWqUy/1e5HgeU6HXqk0TXLGIbk+6/2y1wos2KGHPOIjIw0miPuZF9
      # tsVvwjKlnOPecJc5tm3vxPswBK29Rp7BtNTIXSlGOcByOK1L94ern5pi29QK1ltm
      # rZ8vbzJTJ58vCTUkYjcnIeLWAWzgiEgVdEWwl7+3dGIr0x9uawfku/eFd0zFb5+v
      # TtBUz0d92te7SehtiGI9CbdQnxvSOLV/3LbAhPhG8G4tG5YwxW7aQbT/YnBVLqek
      # CiLuN9/Wib7UYkYpeP1dAGhqMmPmIxrwCuxFMXhzARiiyLSKZhBHRCOv5WF8wkL5
      # F7j+Cx8v+A6wUQBx09Oxb9mK6EDcjiaaSqlDSoq4WvvUWVphugFyoypKTa8XZM8H
      # qrs+jOyODFeRz6QOiei2FG0eswvSDIFMZt8mtFC5vutSSzIaGmD/yCDU/oMfoFwC
      # r7O85dVhhDnyagmp1wnQaePSehoekcnN87A4Zego/LM6sGua+3GYMR5qnKnMsKgr
      # wSJ8nPHGK30et4qfCqdYH0FK2EoRwTc/17C5FXV5FiMXQuEPuyMRqrUFj8Iv4AZc
      # MqvNfJvDHS6ZXrZv4a9rFY/LkOfupC/Zsd+p3QoT3CTicebaxEr/6TTOR9vFvw3k
      # InzNe4cc9Be4TtyamRA1mA==
      # =a85M
      # -----END PGP SIGNATURE-----
      # gpg: Signature made Thu 09 Jun 2022 02:04:13 AM PDT
      # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
      # gpg:                issuer "peter.maydell@linaro.org"
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [full]
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [full]
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [full]
      
      * tag 'pull-target-arm-20220609' of https://git.linaro.org/people/pmaydell/qemu-arm
      
      : (55 commits)
        target/arm: Add ID_AA64SMFR0_EL1
        target/arm: Add isar_feature_aa64_sme
        target/arm: Export bfdotadd from vec_helper.c
        target/arm: Move expand_pred_h to vec_internal.h
        target/arm: Use expand_pred_b in mve_helper.c
        target/arm: Move expand_pred_b to vec_internal.h
        target/arm: Export sve contiguous ldst support functions
        target/arm: Split out load/store primitives to sve_ldst_internal.h
        target/arm: Rename sve_zcr_len_for_el to sve_vqm1_for_el
        target/arm: Use uint32_t instead of bitmap for sve vq's
        target/arm: Merge aarch64_sve_zcr_get_valid_len into caller
        target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset
        target/arm: Hoist arm_is_el2_enabled check in sve_exception_el
        target/arm: Use el_is_in_host for sve_exception_el
        target/arm: Use el_is_in_host for sve_zcr_len_for_el
        target/arm: Add el_is_in_host
        target/arm: Remove fp checks from sve_exception_el
        target/arm: Remove route_to_el2 check from sve_exception_el
        linux-user/aarch64: Introduce sve_vq
        target/arm: Rename TBFLAG_A64 ZCR_LEN to VL
        ...
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      028f2361
  2. Jun 08, 2022
Loading