Re: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-11-03 Thread Michael S. Tsirkin
: > https://github.com/intel-lab-lkp/linux/commits/Yishai-Hadas/virtio-Define-feature-bit-for-administration-virtqueue/20231030-000414 > base: https://github.com/awilliam/linux-vfio.git for-linus > patch link: > https://lore.kernel.org/r/20231029155952.67686-6-yishaih%40nvidia.com &

Re: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-11-02 Thread kernel test robot
00414 base: https://github.com/awilliam/linux-vfio.git for-linus patch link: https://lore.kernel.org/r/20231029155952.67686-6-yishaih%40nvidia.com patch subject: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands config: i386-randconfig-061-20231102 (https://download.01.o

Re: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-10-30 Thread Michael S. Tsirkin
On Mon, Oct 30, 2023 at 06:06:45PM +0200, Yishai Hadas wrote: > On 30/10/2023 17:57, Michael S. Tsirkin wrote: > > On Mon, Oct 30, 2023 at 05:27:50PM +0200, Yishai Hadas wrote: > > > On 29/10/2023 22:17, Michael S. Tsirkin wrote: > > > > On Sun, Oct 29, 2023 at 05:59:48PM +0200, Yishai Hadas wrote:

Re: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-10-30 Thread Yishai Hadas via Virtualization
On 30/10/2023 17:57, Michael S. Tsirkin wrote: On Mon, Oct 30, 2023 at 05:27:50PM +0200, Yishai Hadas wrote: On 29/10/2023 22:17, Michael S. Tsirkin wrote: On Sun, Oct 29, 2023 at 05:59:48PM +0200, Yishai Hadas wrote: Initialize the supported admin commands upon activating the admin queue. Th

Re: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-10-30 Thread Michael S. Tsirkin
On Mon, Oct 30, 2023 at 05:27:50PM +0200, Yishai Hadas wrote: > On 29/10/2023 22:17, Michael S. Tsirkin wrote: > > On Sun, Oct 29, 2023 at 05:59:48PM +0200, Yishai Hadas wrote: > > > Initialize the supported admin commands upon activating the admin queue. > > > > > > The supported commands are sav

Re: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-10-30 Thread Yishai Hadas via Virtualization
On 29/10/2023 22:17, Michael S. Tsirkin wrote: On Sun, Oct 29, 2023 at 05:59:48PM +0200, Yishai Hadas wrote: Initialize the supported admin commands upon activating the admin queue. The supported commands are saved as part of the admin queue context, it will be used by the next patches from thi

Re: [PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-10-29 Thread Michael S. Tsirkin
On Sun, Oct 29, 2023 at 05:59:48PM +0200, Yishai Hadas wrote: > Initialize the supported admin commands upon activating the admin queue. > > The supported commands are saved as part of the admin queue context, it > will be used by the next patches from this series. > > Note: > As we don't want to

[PATCH V2 vfio 5/9] virtio-pci: Initialize the supported admin commands

2023-10-29 Thread Yishai Hadas via Virtualization
Initialize the supported admin commands upon activating the admin queue. The supported commands are saved as part of the admin queue context, it will be used by the next patches from this series. Note: As we don't want to let upper layers to execute admin commands before that this initialization