1. 22 7月, 2020 9 次提交
  2. 21 7月, 2020 29 次提交
  3. 20 7月, 2020 2 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200720' into staging · af3d6905
      Peter Maydell 提交于
      target-arm queue:
       * virt: Don't enable MTE emulation by default
       * virt: Diagnose attempts to use MTE with memory-hotplug or KVM
         (rather than silently not working correctly)
       * util: Implement qemu_get_thread_id() for OpenBSD
       * qdev: Add doc comments for qdev_unrealize and GPIO functions,
         and standardize on doc-comments-in-header-file
       * hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize()
       * docs/system: Document canon-a1100, collie, gumstix, virt boards
      
      # gpg: Signature made Mon 20 Jul 2020 13:55:36 BST
      # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
      # gpg:                issuer "peter.maydell@linaro.org"
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20200720:
        docs/system: Document the arm virt board
        docs/system: Briefly document gumstix boards
        docs/system: Briefly document collie board
        docs/system: Briefly document canon-a1100 board
        hw/arm/armsse: Assert info->num_cpus is in-bounds in armsse_realize()
        qdev: Document GPIO related functions
        qdev: Document qdev_unrealize()
        qdev: Move doc comments from qdev.c to qdev-core.h
        util: Implement qemu_get_thread_id() for OpenBSD
        hw/arm/virt: Disable memory hotplug when MTE is enabled
        hw/arm/virt: Error for MTE enabled with KVM
        hw/arm/virt: Enable MTE via a machine property
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      af3d6905
    • P
      docs/system: Document the arm virt board · 6a0b7505
      Peter Maydell 提交于
      Document the arm 'virt' board, which has been undocumented
      for far too long given that it is the main recommended board
      type for arm guests.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Reviewed-by: NAlex Bennée <alex.bennee@linaro.org>
      Message-id: 20200713175746.5936-5-peter.maydell@linaro.org
      6a0b7505