This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/qemu.
from 7db86fe2ed Merge tag 'pull-migration-20220623b' of https://gitlab.com/d [...] new 44c2c09488 hw/nvme: Add support for SR-IOV new 5e6f963f01 hw/nvme: Add support for Primary Controller Capabilities new 99f48ae7ae hw/nvme: Add support for Secondary Controller List new 1e9c685ec7 hw/nvme: Implement the Function Level Reset new decc02614f hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime new 3bfcc51737 hw/nvme: Remove reg_size variable and update BAR0 size calculation new aa81771337 hw/nvme: Calculate BAR attributes in a function new 746d42b133 hw/nvme: Initialize capability structures for primary/second [...] new 11871f53ef hw/nvme: Add support for the Virtualization Management command new 751babf5bb docs: Add documentation for SR-IOV and Virtualization Enhancements new b7698b917a hw/nvme: Update the initalization place for the AER queue new 58660bfa36 hw/acpi: Make the PCI hot-plug aware of SR-IOV new cc9bcee265 hw/nvme: clean up CC register write logic new b9147a3aa1 Revert "hw/block/nvme: add support for sgl bit bucket descriptor" new 98836e8e01 hw/nvme: clear aen mask on reset new 3a821c52e1 Merge tag 'nvme-next-pull-request' of git://git.infradead.or [...]
The 16 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/system/devices/nvme.rst | 82 +++++ hw/acpi/pcihp.c | 6 +- hw/nvme/ctrl.c | 741 ++++++++++++++++++++++++++++++++++++++----- hw/nvme/ns.c | 2 +- hw/nvme/nvme.h | 55 +++- hw/nvme/subsys.c | 75 ++++- hw/nvme/trace-events | 6 + include/block/nvme.h | 65 ++++ include/hw/pci/pci_ids.h | 1 + 9 files changed, 932 insertions(+), 101 deletions(-)