[PATCH v2 0/2] add boot partitions support and read test case

Gollu Appalanaidu posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210601143749.1669-1-anaidu.gollu@samsung.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Klaus Jensen <its@irrelevant.dk>, Max Reitz <mreitz@redhat.com>, Fam Zheng <fam@euphon.net>, Thomas Huth <thuth@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Keith Busch <kbusch@kernel.org>
hw/nvme/ctrl.c          | 207 ++++++++++++++++++++++++++++++++++++++++
hw/nvme/nvme.h          |   3 +
hw/nvme/trace-events    |   7 ++
include/block/nvme.h    |  75 ++++++++++++++-
tests/qtest/nvme-test.c | 118 ++++++++++++++++++++++-
5 files changed, 408 insertions(+), 2 deletions(-)
[PATCH v2 0/2] add boot partitions support and read test case
Posted by Gollu Appalanaidu 2 years, 10 months ago
-v2:
Boot partitions write and read offset corrections

This series adds the boot partition feature as well test case for
reading boot partition area.

Gollu Appalanaidu (2):
  hw/nvme: add support for boot partiotions
  tests/qtest/nvme-test: add boot partition read test

 hw/nvme/ctrl.c          | 207 ++++++++++++++++++++++++++++++++++++++++
 hw/nvme/nvme.h          |   3 +
 hw/nvme/trace-events    |   7 ++
 include/block/nvme.h    |  75 ++++++++++++++-
 tests/qtest/nvme-test.c | 118 ++++++++++++++++++++++-
 5 files changed, 408 insertions(+), 2 deletions(-)

-- 
2.17.1