qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Klaus Jensen <its@irrelevant.dk>, qemu-devel@nongnu.org
Subject: Re: [PULL 00/15] hw/nvme updates
Date: Thu, 23 Jun 2022 16:28:37 -0700	[thread overview]
Message-ID: <f963d3d7-c15a-cca3-7b4f-ce3531a3de4c@linaro.org> (raw)
In-Reply-To: <20220623213442.67789-1-its@irrelevant.dk>

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(-)
> 



      parent reply	other threads:[~2022-06-23 23:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-23 21:34 [PULL 00/15] hw/nvme updates Klaus Jensen
2022-06-23 21:34 ` [PULL 01/15] hw/nvme: Add support for SR-IOV Klaus Jensen
2022-06-23 21:34 ` [PULL 02/15] hw/nvme: Add support for Primary Controller Capabilities Klaus Jensen
2022-06-23 21:34 ` [PULL 03/15] hw/nvme: Add support for Secondary Controller List Klaus Jensen
2022-06-23 21:34 ` [PULL 04/15] hw/nvme: Implement the Function Level Reset Klaus Jensen
2022-06-23 21:34 ` [PULL 05/15] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime Klaus Jensen
2022-06-23 21:34 ` [PULL 06/15] hw/nvme: Remove reg_size variable and update BAR0 size calculation Klaus Jensen
2022-06-23 21:34 ` [PULL 07/15] hw/nvme: Calculate BAR attributes in a function Klaus Jensen
2022-06-23 21:34 ` [PULL 08/15] hw/nvme: Initialize capability structures for primary/secondary controllers Klaus Jensen
2022-06-23 21:34 ` [PULL 09/15] hw/nvme: Add support for the Virtualization Management command Klaus Jensen
2022-06-23 21:34 ` [PULL 10/15] docs: Add documentation for SR-IOV and Virtualization Enhancements Klaus Jensen
2022-06-23 21:34 ` [PULL 11/15] hw/nvme: Update the initalization place for the AER queue Klaus Jensen
2022-06-23 21:34 ` [PULL 12/15] hw/acpi: Make the PCI hot-plug aware of SR-IOV Klaus Jensen
2022-06-23 21:34 ` [PULL 13/15] hw/nvme: clean up CC register write logic Klaus Jensen
2022-06-23 21:34 ` [PULL 14/15] Revert "hw/block/nvme: add support for sgl bit bucket descriptor" Klaus Jensen
2022-06-23 21:34 ` [PULL 15/15] hw/nvme: clear aen mask on reset Klaus Jensen
2022-06-23 23:28 ` Richard Henderson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f963d3d7-c15a-cca3-7b4f-ce3531a3de4c@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=its@irrelevant.dk \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).