mbox series

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

Message ID 20210601143749.1669-1-anaidu.gollu@samsung.com (mailing list archive)
Headers show
Series add boot partitions support and read test case | expand

Message

Gollu Appalanaidu June 1, 2021, 2:37 p.m. UTC
-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(-)