Skip to content
Snippets Groups Projects
  1. Apr 13, 2021
  2. Apr 12, 2021
  3. Apr 10, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging · 555249a5
      Peter Maydell authored
      
      x86 and CPU bug fixes for 6.0-rc3
      
      * Add missing features to EPYC-Rome CPU model (Babu Moger)
      * Fix crash with "-device ...-cpu-core,help" (Greg Kurz)
      
      # gpg: Signature made Fri 09 Apr 2021 21:20:18 BST
      # gpg:                using RSA key 5A322FD5ABC4D3DBACCFD1AA2807936F984DC5A6
      # gpg:                issuer "ehabkost@redhat.com"
      # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full]
      # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6
      
      * remotes/ehabkost-gl/tags/x86-next-pull-request:
        cpu/core: Fix "help" of CPU core device types
        i386: Add missing cpu feature bits in EPYC-Rome model
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      555249a5
  4. Apr 09, 2021
  5. Apr 08, 2021
  6. Apr 07, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request' into staging · 1b7dabcc
      Peter Maydell authored
      
      emulated nvme fixes for -rc3
      
      v3:
        - removed unnecessary deprecation warning
      
      v2:
        - added missing patches
      
      # gpg: Signature made Wed 07 Apr 2021 17:47:13 BST
      # gpg:                using RSA key 522833AA75E2DCE6A24766C04DE1AF316D4F0DE9
      # gpg: Good signature from "Klaus Jensen <its@irrelevant.dk>" [unknown]
      # gpg:                 aka "Klaus Jensen <k.jensen@samsung.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: DDCA 4D9C 9EF9 31CC 3468  4272 63D5 6FC5 E55D A838
      #      Subkey fingerprint: 5228 33AA 75E2 DCE6 A247  66C0 4DE1 AF31 6D4F 0DE9
      
      * remotes/nvme/tags/nvme-fixes-20210407-pull-request:
        hw/block/nvme: fix out-of-bounds read in nvme_subsys_ctrl
        hw/block/nvme: fix assert crash in nvme_subsys_ns
        hw/block/nvme: fix ns attachment out-of-bounds read
        hw/block/nvme: add missing copyright headers
        hw/block/nvme: fix handling of private namespaces
        hw/block/nvme: update dmsrl limit on namespace detachment
        hw/block/nvme: fix warning about legacy namespace configuration
        hw/block/nvme: fix the nsid 'invalid' value
        hw/block/nvme: fix missing string representation for ns attachment
        hw/block/nvme: fix pi constraint check
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      1b7dabcc
    • Hyman Huang's avatar
      tests/migration: fix parameter of auto-converge migration · e999fa47
      Hyman Huang authored
      
      when execute the following test command:
      $ ./guestperf-batch.py --auto-converge \
          --auto-converge-step {percent} ...
      test aborts and error message be throwed as the following:
      "Parameter 'x-cpu-throttle-increment' is unexpected"
      
      The reason is that 'x-cpu-throttle-increment' has been
      deprecated and 'cpu-throttle-increment' was introduced
      Since v2.7. Use the new parameter instead.
      
      Signed-off-by: default avatarHyman Huang(黄勇) <huangy81@chinatelecom.cn>
      Message-Id: <0195d34a317ce3cc417b3efd275e30cad35a7618.1616513998.git.huangy81@chinatelecom.cn>
      Reviewed-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
      e999fa47
Loading