summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-smartcard-reader.c
diff options
context:
space:
mode:
authorMinwoo Im2021-02-05 18:09:20 +0100
committerKlaus Jensen2021-03-09 11:00:58 +0100
commit92cad003c131c1866580beb4c00e19551652be8d (patch)
treec429c795accdedbe063b22b3bd9242c7a574b80a /hw/usb/dev-smartcard-reader.c
parenthw/block/nvme: fix namespaces array to 1-based (diff)
downloadqemu-92cad003c131c1866580beb4c00e19551652be8d.tar.gz
qemu-92cad003c131c1866580beb4c00e19551652be8d.tar.xz
qemu-92cad003c131c1866580beb4c00e19551652be8d.zip
hw/block/nvme: fix allocated namespace list to 256
Expand allocated namespace list (subsys->namespaces) to have 256 entries which is a value lager than at least NVME_MAX_NAMESPACES which is for attached namespace list in a controller. Allocated namespace list should at least larger than attached namespace list. n->num_namespaces = NVME_MAX_NAMESPACES; The above line will set the NN field by id->nn so that the subsystem should also prepare at least this number of namespace list entries. Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com> Reviewed-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Klaus Jensen <k.jensen@samsung.com> Tested-by: Klaus Jensen <k.jensen@samsung.com> Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Diffstat (limited to 'hw/usb/dev-smartcard-reader.c')
0 files changed, 0 insertions, 0 deletions