Skip to content
Snippets Groups Projects
  1. Mar 19, 2021
  2. Mar 18, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging · 8a40754b
      Peter Maydell authored
      
      emulated nvme updates and fixes
      
      * fixes for Coverity CID 1450756, 1450757 and 1450758 (me)
      * fix for a bug in zone management receive (me)
      * metadata and end-to-end data protection support (me & Gollu Appalanaidu)
      * verify support (Gollu Appalanaidu)
      * multiple lba formats and format nvm support (Minwoo Im)
      
      and a couple of misc refactorings from me.
      
      v2:
        - remove an unintended submodule update. Argh.
      
      # gpg: Signature made Thu 18 Mar 2021 11:53:48 GMT
      # 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-next-pull-request:
        hw/block/nvme: add support for the format nvm command
        hw/block/nvme: pull lba format initialization
        hw/block/nvme: prefer runtime helpers instead of device parameters
        hw/block/nvme: support multiple lba formats
        hw/block/nvme: add non-mdts command size limit for verify
        hw/block/nvme: add verify command
        hw/block/nvme: end-to-end data protection
        hw/block/nvme: add metadata support
        hw/block/nvme: fix zone management receive reporting too many zones
        hw/block/nvme: assert namespaces array indices
        hw/block/nvme: fix potential overflow
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      8a40754b
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-request' into staging · 1b507e55
      Peter Maydell authored
      
      Remove many old deprecated features
      
      The following features have been deprecated for well over the 2
      release cycle we promise
      
        ``-drive file=json:{...{'driver':'file'}}`` (since 3.0)
        ``-vnc acl`` (since 4.0.0)
        ``-mon ...,control=readline,pretty=on|off`` (since 4.1)
        ``migrate_set_downtime`` and ``migrate_set_speed`` (since 2.8.0)
        ``query-named-block-nodes`` result ``encryption_key_missing`` (since 2.10.0)
        ``query-block`` result ``inserted.encryption_key_missing`` (since 2.10.0)
        ``migrate-set-cache-size`` and ``query-migrate-cache-size`` (since 2.11.0)
        ``query-named-block-nodes`` and ``query-block`` result dirty-bitmaps[i].status (since 4.0)
        ``query-cpus`` (since 2.12.0)
        ``query-cpus-fast`` ``arch`` output member (since 3.0.0)
        ``query-events`` (since 4.0)
        chardev client socket with ``wait`` option (since 4.0)
        ``acl_show``, ``acl_reset``, ``acl_policy``, ``acl_add``, ``acl_remove`` (since 4.0.0)
        ``ide-drive`` (since 4.2)
        ``scsi-disk`` (since 4.2)
      
      # gpg: Signature made Thu 18 Mar 2021 09:23:39 GMT
      # gpg:                using RSA key DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
      # gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
      # gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>" [full]
      # Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF
      
      * remotes/berrange-gitlab/tags/dep-many-pull-request:
        block: remove support for using "file" driver with block/char devices
        block: remove 'dirty-bitmaps' field from 'BlockInfo' struct
        block: remove dirty bitmaps 'status' field
        block: remove 'encryption_key_missing' flag from QAPI
        hw/scsi: remove 'scsi-disk' device
        hw/ide: remove 'ide-drive' device
        chardev: reject use of 'wait' flag for socket client chardevs
        machine: remove 'arch' field from 'query-cpus-fast' QMP command
        machine: remove 'query-cpus' QMP command
        migrate: remove QMP/HMP commands for speed, downtime and cache size
        monitor: remove 'query-events' QMP command
        monitor: raise error when 'pretty' option is used with HMP
        ui, monitor: remove deprecated VNC ACL option and HMP commands
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      1b507e55
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210317' into staging · 4083904b
      Peter Maydell authored
      
      TCI argument extraction helpers and disassembler
      TCG build fix for gcc 11
      
      # gpg: Signature made Wed 17 Mar 2021 15:29:47 GMT
      # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
      # gpg:                issuer "richard.henderson@linaro.org"
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth-gitlab/tags/pull-tcg-20210317: (38 commits)
        tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op
        tcg/tci: Split out tcg_out_op_r[iI]
        tcg/tci: Split out tcg_out_op_v
        tcg/tci: Split out tcg_out_op_{rrm,rrrm,rrrrm}
        tcg/tci: Split out tcg_out_op_rrrrcl
        tcg/tci: Split out tcg_out_op_rrrr
        tcg/tci: Split out tcg_out_op_rrrrrr
        tcg/tci: Split out tcg_out_op_rrcl
        tcg/tci: Split out tcg_out_op_rrrbb
        tcg/tci: Split out tcg_out_op_rrrrrc
        tcg/tci: Split out tcg_out_op_rrrc
        tcg/tci: Split out tcg_out_op_rrr
        tcg/tci: Split out tcg_out_op_rr
        tcg/tci: Split out tcg_out_op_p
        tcg/tci: Split out tcg_out_op_l
        tcg/tci: Split out tcg_out_op_rrs
        tcg/tci: Push opcode emit into each case
        tcg/tci: Implement the disassembler properly
        tcg/tci: Remove tci_disas
        tcg/tci: Hoist op_size checking into tci_args_*
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      4083904b
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-6.0-updates-170321-2' into staging · 6e71c365
      Peter Maydell authored
      
      Final fixes for 6.0
      
        - plugins physical address changes
        - syscall tracking plugin
        - plugin kernel-doc comments (without integration)
        - libfdt build fix for guest-loader
      
      # gpg: Signature made Wed 17 Mar 2021 07:19:23 GMT
      # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      
      * remotes/stsquad/tags/pull-misc-6.0-updates-170321-2:
        hw/core: Only build guest-loader if libfdt is available
        plugins: Fixes typo in qemu-plugin.h
        plugins: getting qemu_plugin_get_hwaddr only expose one function prototype
        plugins: expand kernel-doc for memory query and instrumentation
        plugins: expand kernel-doc for instruction query and instrumentation
        plugins: expand inline exec kernel-doc documentation.
        plugins: add qemu_plugin_id_t to kernel-doc
        plugins: add qemu_plugin_cb_flags to kernel-doc
        plugins: expand the typedef kernel-docs for translation
        plugins: expand the callback typedef kernel-docs
        plugins: cleanup kernel-doc for qemu_plugin_install
        plugins: expand kernel-doc for qemu_info_t
        plugins: Expose physical addresses instead of device offsets
        plugins: new syscalls plugin
        utils: Use fixed-point arithmetic in qemu_strtosz
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      6e71c365
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-request' into staging · 1db136a2
      Peter Maydell authored
      
      Acceptance and Python Test Improvements
      
      Small collection of Acceptance and Python tests/improvements.
      
      # gpg: Signature made Wed 17 Mar 2021 03:22:47 GMT
      # gpg:                using RSA key 7ABB96EB8B46B94D5E0FE9BB657E8D33A5F209F3
      # gpg: Good signature from "Cleber Rosa <crosa@redhat.com>" [marginal]
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 7ABB 96EB 8B46 B94D 5E0F  E9BB 657E 8D33 A5F2 09F3
      
      * remotes/cleber-gitlab/tags/python-next-pull-request:
        tests/acceptance: linux-related tests fix
        tests: Add functional test for out-of-process device emulation
        avocado_qemu: add exec_command function
        tests/migration: fix unix socket batch migration
        tests/acceptance: Print expected message on wait_for_console_pattern
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      1db136a2
    • Minwoo Im's avatar
      hw/block/nvme: add support for the format nvm command · dc04d25e
      Minwoo Im authored
      
      Format NVM admin command can make a namespace or namespaces to be
      with different LBA size and metadata size with protection information
      types.
      
      This patch introduces Format NVM command with LBA format, Metadata, and
      Protection Information for the device. The secure erase operation things
      and support for formatting zoned namespaces are yet to be added.
      
      The parameter checks inside of this patch has been referred from
      Keith's old branch.
      
      Signed-off-by: default avatarMinwoo Im <minwoo.im@samsung.com>
      [anaidu.gollu: rebased on e2e]
      Signed-off-by: default avatarGollu Appalanaidu <anaidu.gollu@samsung.com>
      [k.jensen: rebased for reworked aio tracking]
      Signed-off-by: default avatarKlaus Jensen <k.jensen@samsung.com>
      Reviewed-by: default avatarKeith Busch <kbusch@kernel.org>
      dc04d25e
    • Klaus Jensen's avatar
      hw/block/nvme: pull lba format initialization · 516990f4
      Klaus Jensen authored
      
      Pull lba format initialization code into separate function in
      preparation for Format NVM support.
      
      Signed-off-by: default avatarKlaus Jensen <k.jensen@samsung.com>
      Reviewed-by: default avatarMinwoo Im <minwoo.im.dev@gmail.com>
      516990f4
    • Klaus Jensen's avatar
      hw/block/nvme: prefer runtime helpers instead of device parameters · 397fbb5b
      Klaus Jensen authored
      
      In preparation for Format NVM support, use runtime helpers instead of
      the constant device parameters when getting lba size information etc.
      
      Signed-off-by: default avatarKlaus Jensen <k.jensen@samsung.com>
      Reviewed-by: default avatarMinwoo Im <minwoo.im.dev@gmail.com>
      397fbb5b
    • Minwoo Im's avatar
      hw/block/nvme: support multiple lba formats · 6a674bc2
      Minwoo Im authored
      
      This patch introduces multiple LBA formats supported with the typical
      logical block sizes of 512 bytes and 4096 bytes as well as metadata
      sizes of 0, 8, 16 and 64 bytes. The format will be chosed based on the
      lbads and ms parameters of the nvme-ns device.
      
      Signed-off-by: default avatarMinwoo Im <minwoo.im@samsung.com>
      [k.jensen: resurrected and rebased]
      Signed-off-by: default avatarKlaus Jensen <k.jensen@samsung.com>
      Reviewed-by: default avatarKeith Busch <kbusch@kernel.org>
      6a674bc2
    • Klaus Jensen's avatar
      hw/block/nvme: add non-mdts command size limit for verify · f7dcd318
      Klaus Jensen authored
      
      Verify is not subject to MDTS, so a single Verify command may result in
      excessive amounts of allocated memory. Impose a limit on the data size
      by adding support for TP 4040 ("Non-MDTS Command Size Limits").
      
      Signed-off-by: default avatarKlaus Jensen <k.jensen@samsung.com>
      Reviewed-by: default avatarKeith Busch <kbusch@kernel.org>
      f7dcd318
    • Gollu Appalanaidu's avatar
      hw/block/nvme: add verify command · 3e1da158
      Gollu Appalanaidu authored
      
      See NVM Express 1.4, section 6.14 ("Verify Command").
      
      Signed-off-by: default avatarGollu Appalanaidu <anaidu.gollu@samsung.com>
      [k.jensen: rebased, refactored for e2e]
      Signed-off-by: default avatarKlaus Jensen <k.jensen@samsung.com>
      Reviewed-by: default avatarKeith Busch <kbusch@kernel.org>
      3e1da158
Loading