diff options
author | Vincent Fu <vincentfu@gmail.com> | 2024-05-03 13:50:04 -0400 |
---|---|---|
committer | Klaus Jensen <k.jensen@samsung.com> | 2024-07-11 17:05:37 +0200 |
commit | 3936bbdf9a2e9233875f850c7576c79d06add261 (patch) | |
tree | 1af33a4a6ca401a15a13ca4bfc97f658ce66c3cb /scripts/oss-fuzz | |
parent | bc432bc522f5f4ab57e8994d63be41ba20f95b37 (diff) | |
download | qemu-3936bbdf9a2e9233875f850c7576c79d06add261.zip qemu-3936bbdf9a2e9233875f850c7576c79d06add261.tar.gz qemu-3936bbdf9a2e9233875f850c7576c79d06add261.tar.bz2 |
hw/nvme: fix number of PIDs for FDP RUH update
The number of PIDs is in the upper 16 bits of cdw10. So we need to
right-shift by 16 bits instead of only a single bit.
Fixes: 73064edfb864 ("hw/nvme: flexible data placement emulation")
Cc: qemu-stable@nongnu.org
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Reviewed-by: Klaus Jensen <k.jensen@samsung.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Diffstat (limited to 'scripts/oss-fuzz')
0 files changed, 0 insertions, 0 deletions