Re: [PATCH v2] qga: Introduce NVMe disk bus type

2022-03-03 Thread Philippe Mathieu-Daudé
On 3/3/22 10:58, zhenwei pi wrote: Assigning a NVMe disk by VFIO or emulating a NVMe controller by QEMU, a NVMe disk get exposed in guest side. Support NVMe disk bus type and implement posix version. Test PCI passthrough case: ~#virsh qemu-agent-command buster '{"execute":"guest-get-disks"}' | j

Re: [PATCH v2] qga: Introduce NVMe disk bus type

2022-03-03 Thread Marc-André Lureau
On Thu, Mar 3, 2022 at 2:01 PM zhenwei pi wrote: > Assigning a NVMe disk by VFIO or emulating a NVMe controller by QEMU, > a NVMe disk get exposed in guest side. Support NVMe disk bus type and > implement posix version. > > Test PCI passthrough case: > ~#virsh qemu-agent-command buster '{"execute