search for: 9pnet_rdma

Displaying 7 results from an estimated 7 matches for "9pnet_rdma".

2014 Mar 20
2
Re: [virt-tools-list] Linux host / Windows guest sharing
...host like I did with vbox for example What exact modules needed for this function? The error message I've got this: mount -t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/hostfiles mount: special device hostshare does not exist syslog: 9pnet_virtio: no channels available my modules 9pnet_rdma 12966 0 rdma_cm 42325 1 9pnet_rdma ib_core 74297 6 rdma_cm,ib_cm,ib_sa,iw_cm,9pnet_rdma,ib_mad 9pnet_virtio 17519 0 virtio_ring 19975 3 virtio_balloon,9pnet_virtio,virtio_scsi virtio 14172 3 virtio_balloon,9pnet_v...
2014 Mar 20
1
Re: [virt-tools-list] Linux host / Windows guest sharing
...r message I've got this: >> >> mount -t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/hostfiles >> mount: special device hostshare does not exist >> >> syslog: >> 9pnet_virtio: no channels available >> >> my modules >> >> >> 9pnet_rdma 12966 0 >> rdma_cm 42325 1 9pnet_rdma >> ib_core 74297 6 >> rdma_cm,ib_cm,ib_sa,iw_cm,9pnet_rdma,ib_mad >> 9pnet_virtio 17519 0 >> virtio_ring 19975 3 virtio_balloon,9pnet_virtio,virtio_scsi >> v...
2014 Mar 20
0
Re: [virt-tools-list] Linux host / Windows guest sharing
...for this function? > > The error message I've got this: > > mount -t 9p -o trans=virtio,version=9p2000.L hostshare /tmp/hostfiles > mount: special device hostshare does not exist > > syslog: > 9pnet_virtio: no channels available > > my modules > > > 9pnet_rdma 12966 0 > rdma_cm 42325 1 9pnet_rdma > ib_core 74297 6 > rdma_cm,ib_cm,ib_sa,iw_cm,9pnet_rdma,ib_mad > 9pnet_virtio 17519 0 > virtio_ring 19975 3 virtio_balloon,9pnet_virtio,virtio_scsi > virtio 14...
2014 Mar 20
1
Re: [virt-tools-list] Linux host / Windows guest sharing
The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spice-space.org/download.html That should get clipboard sharing working. ----- Original Message ----- > From: "Laszlo Pal" <vlad@vlad.hu> > To: libvirt-users@redhat.com, virt-tools-list@redhat.com > Sent: Thursday, March 20,
2016 Dec 06
0
[PATCH 10/10] virtio: enable endian checks for sparse builds
...bj-$(CONFIG_VIRTIO) += virtio.o virtio_ring.o obj-$(CONFIG_VIRTIO_MMIO) += virtio_mmio.o obj-$(CONFIG_VIRTIO_PCI) += virtio_pci.o diff --git a/net/9p/Makefile b/net/9p/Makefile index a0874cc..acf1225 100644 --- a/net/9p/Makefile +++ b/net/9p/Makefile @@ -11,6 +11,7 @@ obj-$(CONFIG_NET_9P_RDMA) += 9pnet_rdma.o trans_fd.o \ trans_common.o \ +CFLAGS_trans_virtio.o += -D__CHECK_ENDIAN__ 9pnet_virtio-objs := \ trans_virtio.o \ diff --git a/net/packet/Makefile b/net/packet/Makefile index 9df6134..a13bcb3 100644 --- a/net/packet/Makefile +++ b/net/packet/Makefile @@ -2,6 +2,7 @@ # Makefile for th...
2016 Dec 06
26
[PATCH 00/10] virtio: sparse fixes
I run latest sparse from git on virtio drivers (turns out the version I had was rather outdated). This patchset fixes a couple of bugs this uncovered, and adds some annotations to make it sparse-clean. In particular, endian-ness is often tricky, so this patchset enabled endian-ness checks for sparse builds. Michael S. Tsirkin (10): virtio_console: drop unused config fields drm/virtio: fix
2016 Dec 06
26
[PATCH 00/10] virtio: sparse fixes
I run latest sparse from git on virtio drivers (turns out the version I had was rather outdated). This patchset fixes a couple of bugs this uncovered, and adds some annotations to make it sparse-clean. In particular, endian-ness is often tricky, so this patchset enabled endian-ness checks for sparse builds. Michael S. Tsirkin (10): virtio_console: drop unused config fields drm/virtio: fix