search for: tsirkin

Displaying 20 results from an estimated 9221 matches for "tsirkin".

2017 Apr 07
0
[vhost:linux-next 13/26] drivers//virtio/virtio_pci_common.c:186:7: error: too few arguments to function 'vp_dev->setup_vq'
...~~~ drivers//virtio/virtio_pci_common.c:172:26: note: declared here static struct virtqueue *vp_setup_vq(struct virtio_device *vdev, unsigned index, ^~~~~~~~~~~ vim +186 drivers//virtio/virtio_pci_common.c f6813487d drivers/virtio/virtio_pci_common.c Michael S. Tsirkin 2017-04-04 180 unsigned long flags; f6813487d drivers/virtio/virtio_pci_common.c Michael S. Tsirkin 2017-04-04 181 f6813487d drivers/virtio/virtio_pci_common.c Michael S. Tsirkin 2017-04-04 182 /* fill out our structure that represents an active queue */ f6813487d drivers/virtio/virtio_pci...
2017 Apr 07
0
[vhost:linux-next 13/26] drivers//virtio/virtio_pci_common.c:186:7: error: too few arguments to function 'vp_dev->setup_vq'
...~~~ drivers//virtio/virtio_pci_common.c:172:26: note: declared here static struct virtqueue *vp_setup_vq(struct virtio_device *vdev, unsigned index, ^~~~~~~~~~~ vim +186 drivers//virtio/virtio_pci_common.c f6813487d drivers/virtio/virtio_pci_common.c Michael S. Tsirkin 2017-04-04 180 unsigned long flags; f6813487d drivers/virtio/virtio_pci_common.c Michael S. Tsirkin 2017-04-04 181 f6813487d drivers/virtio/virtio_pci_common.c Michael S. Tsirkin 2017-04-04 182 /* fill out our structure that represents an active queue */ f6813487d drivers/virtio/virtio_pci...
2020 Apr 14
0
[PATCH] vhost: do not enable VHOST_MENU by default
...2019-05-24 1515 feebcaeac79ad8 Jason Wang 2019-05-24 1516 return r; feebcaeac79ad8 Jason Wang 2019-05-24 1517 } 26b36604523f4a Sonny Rao 2018-03-14 1518 long vhost_vring_ioctl(struct vhost_dev *d, unsigned int ioctl, void __user *argp) 3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1519 { cecb46f194460d Al Viro 2012-08-27 1520 struct file *eventfp, *filep = NULL; cecb46f194460d Al Viro 2012-08-27 1521 bool pollstart = false, pollstop = false; 3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1522 struct eventfd_ctx *ctx = NULL; 3a4d5c94e...
2020 Apr 14
5
[PATCH] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by default. Then the defconfigs can keep enabling CONFIG_VHOST_NET without the caring of CONFIG_VHOST. But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even for the ones that
2020 Apr 14
5
[PATCH] vhost: do not enable VHOST_MENU by default
We try to keep the defconfig untouched after decoupling CONFIG_VHOST out of CONFIG_VIRTUALIZATION in commit 20c384f1ea1a ("vhost: refine vhost and vringh kconfig") by enabling VHOST_MENU by default. Then the defconfigs can keep enabling CONFIG_VHOST_NET without the caring of CONFIG_VHOST. But this will leave a "CONFIG_VHOST_MENU=y" in all defconfigs and even for the ones that
2019 Dec 15
0
[vhost:linux-next 12/12] drivers/vhost/vhost.c:1968:11: note: in expansion of macro 'min'
...y, <) ^~~~~~~~~~~~~ >> drivers/vhost/vhost.c:1968:11: note: in expansion of macro 'min' u64 l = min(log[i].len, len); ^~~ vim +/min +1968 drivers/vhost/vhost.c cc5e710759470b Jason Wang 2019-01-16 1948 b072ae74df177c Michael S. Tsirkin 2019-12-11 1949 int vhost_log_write(struct vhost_virtqueue *vq, struct vhost_desc *log, cc5e710759470b Jason Wang 2019-01-16 1950 unsigned int log_num, u64 len, struct iovec *iov, int count) 3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1951 { 3a4d5c94e95935 Michael S. Tsirkin 20...
2020 Apr 12
0
[vhost:vhost 54/54] drivers/virtio/Kconfig:49: syntax error
...ook 2012-10-02 16 tristate "PCI driver for virtio devices" d72c5a8c8c57cb Kees Cook 2012-10-02 17 depends on PCI 3343660d8c62c6 Anthony Liguori 2007-11-12 18 select VIRTIO 3343660d8c62c6 Anthony Liguori 2007-11-12 19 ---help--- b2a6d51ddf7b23 Michael S. Tsirkin 2015-01-15 20 This driver provides support for virtio based paravirtual device 3343660d8c62c6 Anthony Liguori 2007-11-12 21 drivers over PCI. This requires that your VMM has appropriate PCI 3343660d8c62c6 Anthony Liguori 2007-11-12 22 virtio backends. Most QEMU based VMMs sho...
2020 Apr 12
0
[vhost:vhost 54/54] drivers/virtio/Kconfig:49: syntax error
...ook 2012-10-02 16 tristate "PCI driver for virtio devices" d72c5a8c8c57cb Kees Cook 2012-10-02 17 depends on PCI 3343660d8c62c6 Anthony Liguori 2007-11-12 18 select VIRTIO 3343660d8c62c6 Anthony Liguori 2007-11-12 19 ---help--- b2a6d51ddf7b23 Michael S. Tsirkin 2015-01-15 20 This driver provides support for virtio based paravirtual device 3343660d8c62c6 Anthony Liguori 2007-11-12 21 drivers over PCI. This requires that your VMM has appropriate PCI 3343660d8c62c6 Anthony Liguori 2007-11-12 22 virtio backends. Most QEMU based VMMs sho...
2018 Jul 04
1
[PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
...9; [-Werror=implicit-function-declaration] headcount = get_rx_bufs(vq, vq->heads + nvq->done_idx, ^~~~~~~~~~~ cc1: some warnings being treated as errors vim +/get_rx_bufs +738 drivers//vhost/net.c 030881372 Jason Wang 2016-03-04 687 3a4d5c94e Michael S. Tsirkin 2010-01-14 688 /* Expects to be always run from workqueue - which acts as 3a4d5c94e Michael S. Tsirkin 2010-01-14 689 * read-size critical section for our kind of RCU. */ 94249369e Jason Wang 2011-01-17 690 static void handle_rx(struct vhost_net *net) 3a4d5c94e Michael S. Tsirkin 201...
2013 Jun 19
3
[PATCH] virtio-spec: add field for scsi command size
"Michael S. Tsirkin" <mst at redhat.com> writes: > On Thu, Jun 13, 2013 at 11:10:47AM +0300, Michael S. Tsirkin wrote: >> On Thu, Jun 13, 2013 at 11:02:59AM +0300, Michael S. Tsirkin wrote: >> > On Thu, Jun 13, 2013 at 02:12:22PM +0930, Rusty Russell wrote: >> > > "Michael...
2013 Jun 19
3
[PATCH] virtio-spec: add field for scsi command size
"Michael S. Tsirkin" <mst at redhat.com> writes: > On Thu, Jun 13, 2013 at 11:10:47AM +0300, Michael S. Tsirkin wrote: >> On Thu, Jun 13, 2013 at 11:02:59AM +0300, Michael S. Tsirkin wrote: >> > On Thu, Jun 13, 2013 at 02:12:22PM +0930, Rusty Russell wrote: >> > > "Michael...
2013 Jun 13
3
[PATCH] virtio-spec: add field for scsi command size
"Michael S. Tsirkin" <mst at redhat.com> writes: > On Thu, Mar 14, 2013 at 04:15:28PM +0100, Paolo Bonzini wrote: >> Il 14/03/2013 12:10, Michael S. Tsirkin ha scritto: >> > Add field for guest to specify command size for virtio-blk. >> > >> > Signed-off-by: Michael S. T...
2013 Jun 13
3
[PATCH] virtio-spec: add field for scsi command size
"Michael S. Tsirkin" <mst at redhat.com> writes: > On Thu, Mar 14, 2013 at 04:15:28PM +0100, Paolo Bonzini wrote: >> Il 14/03/2013 12:10, Michael S. Tsirkin ha scritto: >> > Add field for guest to specify command size for virtio-blk. >> > >> > Signed-off-by: Michael S. T...
2013 Jun 13
2
[PATCH] virtio-spec: add field for scsi command size
On Thu, Jun 13, 2013 at 11:02:59AM +0300, Michael S. Tsirkin wrote: > On Thu, Jun 13, 2013 at 02:12:22PM +0930, Rusty Russell wrote: > > "Michael S. Tsirkin" <mst at redhat.com> writes: > > > On Thu, Mar 14, 2013 at 04:15:28PM +0100, Paolo Bonzini wrote: > > >> Il 14/03/2013 12:10, Michael S. Tsirkin ha scritto:...
2013 Jun 13
2
[PATCH] virtio-spec: add field for scsi command size
On Thu, Jun 13, 2013 at 11:02:59AM +0300, Michael S. Tsirkin wrote: > On Thu, Jun 13, 2013 at 02:12:22PM +0930, Rusty Russell wrote: > > "Michael S. Tsirkin" <mst at redhat.com> writes: > > > On Thu, Mar 14, 2013 at 04:15:28PM +0100, Paolo Bonzini wrote: > > >> Il 14/03/2013 12:10, Michael S. Tsirkin ha scritto:...
2019 Dec 15
0
[vhost:linux-next 12/12] drivers/vhost/vhost.c:1968:25: sparse: sparse: incompatible types in comparison expression (different type sizes):
...n argument 2 (different address spaces) drivers/vhost/vhost.c:910:42: sparse: expected void [noderef] <asn:1> *addr drivers/vhost/vhost.c:910:42: sparse: got void *addr vim +1968 drivers/vhost/vhost.c cc5e710759470b Jason Wang 2019-01-16 1948 b072ae74df177c Michael S. Tsirkin 2019-12-11 1949 int vhost_log_write(struct vhost_virtqueue *vq, struct vhost_desc *log, cc5e710759470b Jason Wang 2019-01-16 1950 unsigned int log_num, u64 len, struct iovec *iov, int count) 3a4d5c94e95935 Michael S. Tsirkin 2010-01-14 1951 { 3a4d5c94e95935 Michael S. Tsirkin 20...
2019 Mar 27
5
[PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
Jason doesn't really have the time to review blk/scsi patches. Paolo and Setfan agreed to help out. Thanks guys! Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- diff --git a/MAINTAINERS b/MAINTAINERS index 95a5ebecd04f..8326d19c1681 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16247,7 +16247,7 @@ F: drivers/char/virtio_console.c F: include/linux/virtio_console.h F: include/uapi/linux/virtio_console.h -VIRTIO CORE, NET...
2019 Mar 27
5
[PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
Jason doesn't really have the time to review blk/scsi patches. Paolo and Setfan agreed to help out. Thanks guys! Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- diff --git a/MAINTAINERS b/MAINTAINERS index 95a5ebecd04f..8326d19c1681 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16247,7 +16247,7 @@ F: drivers/char/virtio_console.c F: include/linux/virtio_console.h F: include/uapi/linux/virtio_console.h -VIRTIO CORE, NET...
2020 Aug 03
51
[PATCH v2 00/24] virtio: config space endian-ness cleanup
...w APIs that handle modern config space in a more efficient way (bypassing the version check). That is still TBD. I also start with a version using gcc extensions, then switch to _Generic. This is helpful for backports to older kernels/older distros: _Generic patch can just be skipped. Michael S. Tsirkin (24): virtio_balloon: fix sparse warning virtio_ring: sparse warning fixup virtio: allow __virtioXX, __leXX in config space virtio_9p: correct tags for config space fields virtio_balloon: correct tags for config space fields virtio_blk: correct tags for config space fields virtio_cons...
2017 May 14
0
[PATCH 2/3] Fix ERROR: Macros with complex values should be enclosed in parentheses
...tatic struct virtio_device_id id_table[] = { 296f96fc Rusty Russell 2007-10-22 2642 { VIRTIO_ID_NET, VIRTIO_DEV_ANY_ID }, 296f96fc Rusty Russell 2007-10-22 2643 { 0 }, 296f96fc Rusty Russell 2007-10-22 2644 }; 296f96fc Rusty Russell 2007-10-22 2645 f3358507 Michael S. Tsirkin 2016-11-04 2646 #define VIRTNET_FEATURES \ d66a5bc5 Maciej Fijalkowski 2017-05-14 @2647 (VIRTIO_NET_F_CSUM, VIRTIO_NET_F_GUEST_CSUM, \ f3358507 Michael S. Tsirkin 2016-11-04 2648 VIRTIO_NET_F_MAC, \ f3358507 Michael S. Tsirkin 2016-11-04 2649 VIRTIO_NET_F_HOST_TSO4, VIRTIO_NET_F_HOST_UFO,...