On Mon, 21 Nov 2022 11:14:35 +0100 Gerd Hoffmann kraxel@redhat.com wrote:
On Sat, Nov 19, 2022 at 03:47:50PM +0800, Xiaofei wrote:
Fixes: a05af290bac5 ("virtio-blk: split large IO according to size_max")
That should be at the bottom of the commit message (next to the signed-off-by line).
When using spdk aio bdev driver, the qemu command line like this: qemu-system-x86_64 \ -chardev socket,id=char0,path=/tmp/vhost.0 \ -device vhost-user-blk-pci,id=blk0,chardev=char0 \ ...
Boot failure message as below:
e820 map has 7 items: 0: 0000000000000000 - 000000000009fc00 = 1 RAM 1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED 2: 00000000000f0000 - 0000000000100000 = 2 RESERVED 3: 0000000000100000 - 000000007ffdd000 = 1 RAM 4: 000000007ffdd000 - 0000000080000000 = 2 RESERVED 5: 00000000feffc000 - 00000000ff000000 = 2 RESERVED 6: 00000000fffc0000 - 0000000100000000 = 2 RESERVED enter handle_19: NULL Booting from Hard Disk... Boot failed: could not read the boot disk
Acked-by: Gerd Hoffmann kraxel@redhat.com
take care, Gerd
Thanks for your suggestion.
Regards, Xiaofei