qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Lukasz Maniak <lukasz.maniak@linux.intel.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, ani@anisinha.ca, armbru@redhat.com,
	f4bug@amsat.org, fam@euphon.net, hreitz@redhat.com,
	imammedo@redhat.com, its@irrelevant.dk, kbusch@kernel.org,
	k.jensen@samsung.com, kwolf@redhat.com,
	lukasz.gieryk@linux.intel.com, lukasz.maniak@linux.intel.com,
	marcel.apfelbaum@gmail.com, mst@redhat.com, stefanha@redhat.com,
	xypron.glpk@gmx.de
Subject: [PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
Date: Mon,  9 May 2022 16:16:08 +0200	[thread overview]
Message-ID: <20220509141620.3868733-1-lukasz.maniak@linux.intel.com> (raw)

Changes since v7:
- Fixed description of hw/acpi: Make the PCI hot-plug aware of SR-IOV
- Added description to docs: Add documentation for SR-IOV and
  Virtualization Enhancements
- Added Reviewed-by and Acked-by tags
- Rebased on master

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               | 673 ++++++++++++++++++++++++++++++++---
 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, 909 insertions(+), 56 deletions(-)

-- 
2.25.1



             reply	other threads:[~2022-05-09 14:24 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 14:16 Lukasz Maniak [this message]
2022-05-09 14:16 ` [PATCH v8 01/12] hw/nvme: Add support for SR-IOV Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 02/12] hw/nvme: Add support for Primary Controller Capabilities Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 03/12] hw/nvme: Add support for Secondary Controller List Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 04/12] hw/nvme: Implement the Function Level Reset Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 05/12] hw/nvme: Make max_ioqpairs and msix_qsize configurable in runtime Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 06/12] hw/nvme: Remove reg_size variable and update BAR0 size calculation Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 07/12] hw/nvme: Calculate BAR attributes in a function Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 08/12] hw/nvme: Initialize capability structures for primary/secondary controllers Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 09/12] hw/nvme: Add support for the Virtualization Management command Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 10/12] docs: Add documentation for SR-IOV and Virtualization Enhancements Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 11/12] hw/nvme: Update the initalization place for the AER queue Lukasz Maniak
2022-05-09 14:16 ` [PATCH v8 12/12] hw/acpi: Make the PCI hot-plug aware of SR-IOV Lukasz Maniak
2022-05-16 15:25 ` [PATCH v8 00/12] hw/nvme: SR-IOV with Virtualization Enhancements Lukasz Maniak
2022-05-17 11:04   ` Klaus Jensen
2022-05-17 13:49     ` Keith Busch
2022-05-19 12:14     ` Lukasz Maniak
2022-06-08  8:28 ` Klaus Jensen
2022-06-08 10:38   ` Lukasz Maniak

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=20220509141620.3868733-1-lukasz.maniak@linux.intel.com \
    --to=lukasz.maniak@linux.intel.com \
    --cc=ani@anisinha.ca \
    --cc=armbru@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=fam@euphon.net \
    --cc=hreitz@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=its@irrelevant.dk \
    --cc=k.jensen@samsung.com \
    --cc=kbusch@kernel.org \
    --cc=kwolf@redhat.com \
    --cc=lukasz.gieryk@linux.intel.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mst@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    --cc=xypron.glpk@gmx.de \
    /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).