qemu-e2k/hw/nvme
Padmakar Kalghatgi 234214734f hw/nvme: error handling for too many mappings
If the number of PRP/SGL mappings exceed 1024, reads and writes will
fail because of an internal QEMU limitation of max 1024 vectors.

Signed-off-by: Padmakar Kalghatgi <p.kalghatgi@samsung.com>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
[k.jensen: changed the error message to be more generic]
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
2021-07-26 21:09:38 +02:00
..
Kconfig hw/nvme: move nvme emulation out of hw/block 2021-05-17 09:19:00 +02:00
ctrl.c hw/nvme: error handling for too many mappings 2021-07-26 21:09:38 +02:00
dif.c hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_check 2021-06-29 07:16:25 +02:00
meson.build hw/nvme: move nvme emulation out of hw/block 2021-05-17 09:19:00 +02:00
ns.c hw/nvme: remove NvmeCtrl parameter from ns setup/check functions 2021-07-26 21:09:38 +02:00
nvme.h hw/nvme: unregister controller with subsystem at exit 2021-07-26 21:09:38 +02:00
subsys.c hw/nvme: unregister controller with subsystem at exit 2021-07-26 21:09:38 +02:00
trace-events hw/nvme: error handling for too many mappings 2021-07-26 21:09:38 +02:00
trace.h hw/nvme: move nvme emulation out of hw/block 2021-05-17 09:19:00 +02:00