qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 00/15] hw/nvme updates


From: Richard Henderson
Subject: Re: [PULL 00/15] hw/nvme updates
Date: Thu, 23 Jun 2022 16:28:37 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 6/23/22 14:34, Klaus Jensen wrote:
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit 7db86fe2ed220c196061824e652b94e7a2acbabf:

   Merge tag 'pull-migration-20220623b' of https://gitlab.com/dagrh/qemu into 
staging (2022-06-23 10:14:20 -0700)

are available in the Git repository at:

   git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request

for you to fetch changes up to 98836e8e012a959ec515c041e4fdd7f2ae87ae16:

   hw/nvme: clear aen mask on reset (2022-06-23 23:24:29 +0200)

----------------------------------------------------------------
hw/nvme updates

- sriov functionality
- odd fixes

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as 
appropriate.


r~




----------------------------------------------------------------

Klaus Jensen (3):
   hw/nvme: clean up CC register write logic
   Revert "hw/block/nvme: add support for sgl bit bucket descriptor"
   hw/nvme: clear aen mask on reset

Lukasz Maniak (4):
   hw/nvme: Add support for SR-IOV
   hw/nvme: Add support for Primary Controller Capabilities
   hw/nvme: Add support for Secondary Controller List
   docs: Add documentation for SR-IOV and Virtualization Enhancements

Ɓukasz Gieryk (8):
   hw/nvme: Implement the Function Level Reset
   hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime
   hw/nvme: Remove reg_size variable and update BAR0 size calculation
   hw/nvme: Calculate BAR attributes in a function
   hw/nvme: Initialize capability structures for primary/secondary
     controllers
   hw/nvme: Add support for the Virtualization Management command
   hw/nvme: Update the initalization place for the AER queue
   hw/acpi: Make the PCI hot-plug aware of SR-IOV

  docs/system/devices/nvme.rst |  82 ++++
  hw/acpi/pcihp.c              |   6 +-
  hw/nvme/ctrl.c               | 743 ++++++++++++++++++++++++++++++-----
  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, 933 insertions(+), 102 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]