search for: virtio_9p

Displaying 16 results from an estimated 16 matches for "virtio_9p".

Did you mean: virtio_
2020 Aug 03
0
[PATCH v2 04/24] virtio_9p: correct tags for config space fields
Tag config space fields as having virtio endian-ness. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- include/uapi/linux/virtio_9p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/virtio_9p.h b/include/uapi/linux/virtio_9p.h index 277c4ad44e84..441047432258 100644 --- a/include/uapi/linux/virtio_9p.h +++ b/include/uapi/linux/virtio_9p.h @@ -25,7 +25,7 @@ * LIABILITY, OR TORT (INCLU...
2020 Aug 05
0
[PATCH v3 04/38] virtio_9p: correct tags for config space fields
Tag config space fields as having virtio endian-ness. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> Reviewed-by: Cornelia Huck <cohuck at redhat.com> --- include/uapi/linux/virtio_9p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/virtio_9p.h b/include/uapi/linux/virtio_9p.h index 277c4ad44e84..441047432258 100644 --- a/include/uapi/linux/virtio_9p.h +++ b/include/uapi/linux/virtio_9p.h @@ -25,7 +25,7 @@ * LIABILITY, OR TORT (INCLU...
2020 Jul 12
0
[vhost:config-endian 22/36] ./usr/include/linux/virtio_9p.h:39:2: error: unknown type name '__virtio16'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git config-endian head: 6aef2378a564fea8e69c0419d94dc3ad9b4b7a99 commit: 8edd653e47e7e5ef253699fb1d0bb587941434d9 [22/36] virtio_9p: correct tags for config space fields config: x86_64-allyesconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-14) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp at intel.com> All errors (new ones prefixed by >>): In...
2017 May 17
0
[PATCH] s390x: tests: 9p: Use virtio-9p-ccw as the 9p device in this test.
...ST_FUNCTIONS skip_if_skipped skip_unless_backend direct -# The name of the virtio-9p device is different on virtio-pci and virtio-mmio. -arch="$(uname -m)" -if [[ "$arch" =~ ^arm ]]; then - virtio_mmio=yes -fi -if [ "$virtio_mmio" != "yes" ]; then - virtio_9p=virtio-9p-pci -else - virtio_9p=virtio-9p-device -fi +# The name of the virtio-9p device is different on some architectures. +case "$(uname -m)" in + arm*) + virtio_9p=virtio-9p-device + ;; + s390*) + virtio_9p=virtio-9p-ccw + ;; + *) + virtio_9p=virtio-9p-pci + ;; +esac rm...
2009 Oct 19
1
[PULL] virtio fixes
...c | 39 ++-------------------------------- drivers/char/hw_random/virtio-rng.c | 3 +- drivers/char/virtio_console.c | 1 - drivers/net/virtio_net.c | 1 - drivers/virtio/virtio_balloon.c | 3 +- include/linux/Kbuild | 1 + include/linux/virtio_9p.h | 1 + include/linux/virtio_balloon.h | 1 + include/linux/virtio_blk.h | 5 +--- include/linux/virtio_console.h | 1 + include/linux/virtio_net.h | 1 + include/linux/virtio_rng.h | 1 + net/9p/trans_virtio.c | 1 -...
2009 Oct 19
1
[PULL] virtio fixes
...c | 39 ++-------------------------------- drivers/char/hw_random/virtio-rng.c | 3 +- drivers/char/virtio_console.c | 1 - drivers/net/virtio_net.c | 1 - drivers/virtio/virtio_balloon.c | 3 +- include/linux/Kbuild | 1 + include/linux/virtio_9p.h | 1 + include/linux/virtio_balloon.h | 1 + include/linux/virtio_blk.h | 5 +--- include/linux/virtio_console.h | 1 + include/linux/virtio_net.h | 1 + include/linux/virtio_rng.h | 1 + net/9p/trans_virtio.c | 1 -...
2020 Aug 11
1
[GIT PULL] virtio: features, fixes
...Michael S. Tsirkin (44): virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk 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_console: correct tags for config space fields virtio_crypto: correct tags for config space fields virtio_fs: correct tags...
2020 Aug 03
51
[PATCH v2 00/24] virtio: config space endian-ness cleanup
...on 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_console: correct tags for config space fields virtio_crypto: correct tags for config space fields virtio_fs: correct tags for config space fie...
2008 Jul 25
0
[PULL] virtio patches
...114 +++++++++++++++++++++++++++++++++++----- drivers/s390/kvm/kvm_virtio.c | 34 ++++++++++-- drivers/virtio/virtio.c | 26 +++++---- drivers/virtio/virtio_pci.c | 13 +++-- drivers/virtio/virtio_ring.c | 23 +++++++- include/asm-s390/kvm_virtio.h | 10 ++++ include/linux/virtio_9p.h | 2 + include/linux/virtio_balloon.h | 2 + include/linux/virtio_blk.h | 5 ++ include/linux/virtio_config.h | 16 +++++- include/linux/virtio_console.h | 2 + include/linux/virtio_net.h | 2 + include/linux/virtio_pci.h | 5 +- include/linux/virtio_ring.h...
2008 Apr 23
1
[PATCH/RFC] virtio: export more headers to userspace
...kvm/include/linux/Kbuild =================================================================== --- kvm.orig/include/linux/Kbuild +++ kvm/include/linux/Kbuild @@ -346,6 +346,11 @@ unifdef-y += videodev.h unifdef-y += virtio_config.h unifdef-y += virtio_blk.h unifdef-y += virtio_net.h +unifdef-y += virtio_9p.h +unifdef-y += virtio_balloon.h +unifdef-y += virtio_console.h +unifdef-y += virtio_pci.h +unifdef-y += virtio_ring.h unifdef-y += vt.h unifdef-y += wait.h unifdef-y += wanrouter.h
2008 Jul 25
0
[PULL] virtio patches
...114 +++++++++++++++++++++++++++++++++++----- drivers/s390/kvm/kvm_virtio.c | 34 ++++++++++-- drivers/virtio/virtio.c | 26 +++++---- drivers/virtio/virtio_pci.c | 13 +++-- drivers/virtio/virtio_ring.c | 23 +++++++- include/asm-s390/kvm_virtio.h | 10 ++++ include/linux/virtio_9p.h | 2 + include/linux/virtio_balloon.h | 2 + include/linux/virtio_blk.h | 5 ++ include/linux/virtio_config.h | 16 +++++- include/linux/virtio_console.h | 2 + include/linux/virtio_net.h | 2 + include/linux/virtio_pci.h | 5 +- include/linux/virtio_ring.h...
2008 Jul 23
2
[PULL] lguest and virtio patches
...rtio_net.c | 114 ++++++- drivers/s390/kvm/kvm_virtio.c | 34 ++- drivers/virtio/virtio.c | 26 +- drivers/virtio/virtio_pci.c | 13 +- drivers/virtio/virtio_ring.c | 22 ++- include/asm-s390/kvm_virtio.h | 10 + include/linux/virtio_9p.h | 2 + include/linux/virtio_balloon.h | 2 + include/linux/virtio_blk.h | 5 + include/linux/virtio_config.h | 16 +- include/linux/virtio_console.h | 2 + include/linux/virtio_net.h | 2 + include/linux/virtio_pci.h...
2008 Jul 23
2
[PULL] lguest and virtio patches
...rtio_net.c | 114 ++++++- drivers/s390/kvm/kvm_virtio.c | 34 ++- drivers/virtio/virtio.c | 26 +- drivers/virtio/virtio_pci.c | 13 +- drivers/virtio/virtio_ring.c | 22 ++- include/asm-s390/kvm_virtio.h | 10 + include/linux/virtio_9p.h | 2 + include/linux/virtio_balloon.h | 2 + include/linux/virtio_blk.h | 5 + include/linux/virtio_config.h | 16 +- include/linux/virtio_console.h | 2 + include/linux/virtio_net.h | 2 + include/linux/virtio_pci.h...
2014 Mar 03
7
[PATCH 1/4] More fixes for situations where ocamlopt is not available
- run bindtests.opt only if available - use ocamlc -custom - Don't try to install native code if it hasn't been built (Thanks to Olaf Hering) --- mllib/Makefile.am | 2 +- ocaml/Makefile.am | 7 ++++++- ocaml/examples/Makefile.am | 11 ++++------- ocaml/run-bindtests | 2 ++ 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/mllib/Makefile.am
2019 Sep 23
6
[PATCH v2 0/5] remove unused gnulib modules
This is an extended version of: https://www.redhat.com/archives/libguestfs/2019-September/msg00178.html It adds a couple of simple code changes, so it makes it possible to drop more modules. In addition, more unused modules were dropped. Pino Toscano (5): tests: switch away from xgetcwd daemon: move read_whole_file to common utils daemon: switch from read_file to read_whole_file daemon:
2019 Nov 27
7
[PATCH v3 0/6] remove unused build stuff
This is an extended version of: https://www.redhat.com/archives/libguestfs/2019-September/msg00288.html Apparently I forgot it on my tree, so I'm posting that series again, adding an extra cleanup more due to the v2v/common splits. Pino Toscano (6): tests: switch away from xgetcwd daemon: move read_whole_file to common utils daemon: switch from read_file to read_whole_file daemon: