Peter Maydell
15e147b3c7
emulated nvme updates
* various fixes (Gollu Appalanaidu)
* refactoring (me)
* move to hw/nvme from hw/block (me)
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEUigzqnXi3OaiR2bATeGvMW1PDekFAmCiNFEACgkQTeGvMW1P
DeldNQgAgF/FdkGPNNxNlT5Ei7zmycjbKKf7QDSfn4BXgP9a+7Ccil60kGFCX7Ib
ERiTOFgofJ587GcYVghBSQv4zYKW+3uXIwfFSUxrMi1hG48j8+z7NyxeWUSXSeSi
AqohaE70iZyoUx7HQWwRhDsoTnlgRfmpK5Ju9jVRE0be28Y5Z9/hSoyti3PeJPNb
Igg4bYXTGnXIgJcAfXQBe4iHBn9iZrJB+mp59a8Avb62tP2zwgiRED2M0FNHWyhV
s/Ra1SiUuEzDJROD47mlxCiqfstknZJ31EI34wJwwKJU2rSQUEMcSRZKc+k7dDHG
qmQAGPwqS7EnW1uJDxSUFZ944nx+dg==
=gum+
-----END PGP SIGNATURE-----
Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging
emulated nvme updates
* various fixes (Gollu Appalanaidu)
* refactoring (me)
* move to hw/nvme from hw/block (me)
# gpg: Signature made Mon 17 May 2021 10:16:01 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-next-pull-request:
hw/nvme: move nvme emulation out of hw/block
hw/block/nvme: move zoned constraints checks
hw/block/nvme: remove irrelevant zone resource checks
hw/block/nvme: remove num_namespaces member
hw/block/nvme: streamline namespace array indexing
hw/block/nvme: add metadata offset helper
hw/block/nvme: cache lba and ms sizes
hw/block/nvme: replace nvme_ns_status
hw/block/nvme: remove non-shared defines from header file
hw/block/nvme: cleanup includes
hw/block/nvme: consolidate header files
hw/block/nvme: rename __nvme_select_ns_iocs
hw/block/nvme: rename __nvme_advance_zone_wp
hw/block/nvme: rename __nvme_zrm_open
hw/block/nvme: align with existing style
hw/block/nvme: function formatting fix
hw/block/nvme: fix io-command set profile feature
hw/block/nvme: consider metadata read aio return value in compare
hw/block/nvme: rename reserved fields declarations
hw/block/nvme: remove redundant invalid_lba_range trace
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2021-05-18 12:22:16 +01:00
..
2021-03-16 11:41:49 +01:00
2021-05-16 17:22:46 +01:00
2021-03-08 17:20:01 +00:00
2021-05-02 17:24:51 +02:00
2021-05-16 17:22:46 +01:00
2021-05-12 18:20:25 +02:00
2021-05-13 19:11:42 +02:00
2021-05-17 09:19:00 +02:00
2021-05-13 20:13:24 +01:00
2021-05-13 18:21:13 +01:00
2021-04-09 16:05:16 -04:00
2021-05-02 17:24:51 +02:00
2021-05-12 18:20:25 +02:00
2021-05-12 18:20:52 +02:00
2021-05-17 16:44:47 +01:00
2021-05-02 17:24:51 +02:00
2020-12-18 15:20:17 -05:00
2021-05-14 14:26:23 +01:00
2021-05-16 17:22:46 +01:00
2021-05-02 17:24:50 +02:00
2021-05-16 17:22:46 +01:00
2021-05-13 20:13:24 +01:00
2020-09-18 14:12:32 -04:00
2021-05-02 17:24:50 +02:00
2021-05-05 20:29:14 +01:00
2021-05-02 17:24:51 +02:00
2021-05-17 16:44:47 +01:00
2021-05-02 17:24:50 +02:00
2021-05-05 13:52:00 +01:00
2021-05-12 18:20:52 +02:00
2021-05-16 17:22:46 +01:00
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:50 +02:00
2021-05-17 09:19:00 +02:00
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:51 +02:00
2021-01-17 06:42:54 -05:00
2021-05-13 18:12:40 +02:00
2021-05-02 17:24:50 +02:00
2021-05-05 20:29:14 +01:00
2021-03-15 16:41:22 +08:00
2021-05-13 18:15:32 +02:00
2021-05-11 20:02:07 +10:00
2021-05-13 18:05:22 +02:00
2021-05-03 10:07:41 +02:00
2021-05-02 17:24:51 +02:00
2021-05-16 17:22:46 +01:00
2021-05-12 18:20:25 +02:00
2021-05-02 17:24:51 +02:00
2021-05-14 10:26:18 -04:00
2021-05-10 12:34:05 +01:00
2021-05-10 12:34:05 +01:00
2021-05-05 13:52:00 +01:00
2021-05-17 16:44:47 +01:00
2021-05-02 17:24:51 +02:00
2021-05-02 17:24:51 +02:00
2021-05-12 18:20:25 +02:00
2021-05-02 17:24:51 +02:00
2021-05-16 17:22:46 +01:00
2021-03-08 17:20:01 +00:00
2021-05-02 17:24:51 +02:00
2020-08-21 06:30:33 -04:00
2021-05-02 17:24:51 +02:00
2021-05-17 09:19:00 +02:00
2021-05-17 09:19:00 +02:00