Re: [PATCH 2/9] vhost-vdpa: mandate vhostdev

2020-09-09 Thread Laurent Vivier
On 31/08/2020 10:27, Jason Wang wrote: > vhost-dev is mandatory for vhost-vdpa to be initialized otherwise > net_vhost_vdpa_init will pass an uninitialized pointer to qemu_open() > which will lead a SIGSEV: > > #0 0x55c3a640 in strstart (str=str@entry=0x0, > val=val@entry=0x55dbcb65

[PATCH 2/9] vhost-vdpa: mandate vhostdev

2020-08-31 Thread Jason Wang
vhost-dev is mandatory for vhost-vdpa to be initialized otherwise net_vhost_vdpa_init will pass an uninitialized pointer to qemu_open() which will lead a SIGSEV: #0 0x55c3a640 in strstart (str=str@entry=0x0, val=val@entry=0x55dbcb65 "/dev/fdset/", ptr=ptr@entry=0x7fffdfb8) at ..