]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 2 Nov 2020 17:17:29 +0000 (17:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 2 Nov 2020 17:17:29 +0000 (17:17 +0000)
nvme pull 2 Nov 2020

# gpg: Signature made Mon 02 Nov 2020 15:20:30 GMT
# gpg:                using RSA key DBC11D2D373B4A3755F502EC625156610A4F6CC0
# gpg: Good signature from "Keith Busch <kbusch@kernel.org>" [unknown]
# gpg:                 aka "Keith Busch <keith.busch@gmail.com>" [unknown]
# gpg:                 aka "Keith Busch <keith.busch@intel.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: DBC1 1D2D 373B 4A37 55F5  02EC 6251 5661 0A4F 6CC0

* remotes/nvme/tags/pull-nvme-20201102: (30 commits)
  hw/block/nvme: fix queue identifer validation
  hw/block/nvme: fix create IO SQ/CQ status codes
  hw/block/nvme: fix prp mapping status codes
  hw/block/nvme: report actual LBA data shift in LBAF
  hw/block/nvme: add trace event for requests with non-zero status code
  hw/block/nvme: add nsid to get/setfeat trace events
  hw/block/nvme: reject io commands if only admin command set selected
  hw/block/nvme: support for admin-only command set
  hw/block/nvme: validate command set selected
  hw/block/nvme: support per-namespace smart log
  hw/block/nvme: fix log page offset check
  hw/block/nvme: remove pointless rw indirection
  hw/block/nvme: update nsid when registered
  hw/block/nvme: change controller pci id
  pci: allocate pci id for nvme
  hw/block/nvme: support multiple namespaces
  hw/block/nvme: refactor identify active namespace id list
  hw/block/nvme: add support for sgl bit bucket descriptor
  hw/block/nvme: add support for scatter gather lists
  hw/block/nvme: harden cmb access
  ...

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1  2 
MAINTAINERS

diff --combined MAINTAINERS
index 2c22bbca5ac3cdd772ccd54ef34110ccdbf40364,9e215088ce8ce95a8772219405825bb0896fb57e..c1d16026baf1a78440ad4092265e9e073adc2c07
@@@ -755,7 -755,6 +755,7 @@@ L: qemu-arm@nongnu.or
  S: Supported
  F: hw/*/npcm7xx*
  F: include/hw/*/npcm7xx*
 +F: tests/qtest/npcm7xx*
  F: pc-bios/npcm7xx_bootrom.bin
  F: roms/vbootrom
  
@@@ -1436,7 -1435,6 +1436,7 @@@ S390 PC
  M: Matthew Rosato <mjrosato@linux.ibm.com>
  S: Supported
  F: hw/s390x/s390-pci*
 +F: include/hw/s390x/s390-pci*
  L: qemu-s390x@nongnu.org
  
  UniCore32 Machines
@@@ -1879,6 -1877,7 +1879,7 @@@ L: qemu-block@nongnu.or
  S: Supported
  F: hw/block/nvme*
  F: tests/qtest/nvme-test.c
+ F: docs/specs/nvme.txt
  T: git git://git.infradead.org/qemu-nvme.git nvme-next
  
  megasas
@@@ -1969,12 -1968,6 +1970,12 @@@ F: docs/specs/vmgenid.tx
  F: tests/qtest/vmgenid-test.c
  F: stubs/vmgenid.c
  
 +LED
 +M: Philippe Mathieu-Daudé <f4bug@amsat.org>
 +S: Maintained
 +F: include/hw/misc/led.h
 +F: hw/misc/led.c
 +
  Unimplemented device
  M: Peter Maydell <peter.maydell@linaro.org>
  R: Philippe Mathieu-Daudé <f4bug@amsat.org>