Re: [PATCH] hostdev:Introduce vDPA device to hostdev subsystem as a new subtype

2023-05-24 Thread Jason Wang
On Mon, Apr 24, 2023 at 11:55 AM libai wrote: > > The following is the xml of vdpa device: > > > > > > And the command line passed to QEMU is as follows: > -device {"driver":"vhost-vdpa-device-pci","vhostdev":"/dev/vhost-vdpa-0"} > > This solution is selected according to the

[RFC PATCH] hostdev:Introduce vDPA device to hostdev subsystem as a new subtype

2023-05-10 Thread libai (G)
ping 在 2023/4/24 11:36, libai 写道: The following is the xml of vdpa device: And the command line passed to QEMU is as follows: -device {"driver":"vhost-vdpa-device-pci","vhostdev":"/dev/vhost-vdpa-0"} This solution is selected according to the previous discussion on the

[RFC PATCH] hostdev:Introduce vDPA device to hostdev subsystem as a new subtype

2023-05-10 Thread libai
The following is the xml of vdpa device: And the command line passed to QEMU is as follows: -device {"driver":"vhost-vdpa-device-pci","vhostdev":"/dev/vhost-vdpa-0"} This solution is selected according to the previous discussion on the solution of supporting the vDPA device.

[RFC PATCH] hostdev:Introduce vDPA device to hostdev subsystem as a new subtype

2023-05-10 Thread libai
The following is the xml of vdpa device: And the command line passed to QEMU is as follows: -device {"driver":"vhost-vdpa-device-pci","vhostdev":"/dev/vhost-vdpa-0"} This solution is selected according to the previous discussion on the solution of supporting the vDPA device.

[PATCH] hostdev:Introduce vDPA device to hostdev subsystem as a new subtype

2023-04-24 Thread libai
The following is the xml of vdpa device: And the command line passed to QEMU is as follows: -device {"driver":"vhost-vdpa-device-pci","vhostdev":"/dev/vhost-vdpa-0"} This solution is selected according to the previous discussion on the solution of supporting the vDPA device.