search for: 1501,11

Displaying 5 results from an estimated 5 matches for "1501,11".

2015 Mar 31
2
[PATCH v2] v2v: allow configurable location for virtio drivers
...are installed from /usr/share/virtio-win - if present + Windows Drivers are installed from the directory pointed to by + "VIRTIO_WIN_DIR" environment variable + (/usr/share/virtio-win by default) if present =head1 RHEL 4 @@ -1500,6 +1501,11 @@ not distributed with virt-v2v. =back +=item C<VIRTIO_WIN_DIR> + +This is where VirtIO drivers for Windows are searched for +(F</usr/share/virtio-win> if unset). See L<ENABLING VIRTIO>. + =back For other environment variables, see L<guestfs(3)/ENVIRONMENT VARIABL...
2015 Mar 31
0
Re: [PATCH v2] v2v: allow configurable location for virtio drivers
...> - if present > + Windows Drivers are installed from the directory pointed to by > + "VIRTIO_WIN_DIR" environment variable > + (/usr/share/virtio-win by default) if present > > =head1 RHEL 4 > > @@ -1500,6 +1501,11 @@ not distributed with virt-v2v. > > =back > > +=item C<VIRTIO_WIN_DIR> > + > +This is where VirtIO drivers for Windows are searched for > +(F</usr/share/virtio-win> if unset). See L<ENABLING VIRTIO>. > + > =back > > For other environ...
2015 Feb 27
3
[PATCH] v2v: allow configurable location for virtio drivers
Make the location of the Windows virtio drivers overridable with the environment variable VIRTIO_WIN_DIR, in the same vein as is done for virt-tools. Signed-off-by: Roman Kagan <rkagan@parallels.com> --- v2v/convert_windows.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 0cd818a..e966341 100644 ---
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ge, int enabled, default: spin_unlock(&image->lock); dev_err(tsi148_bridge->parent, "Invalid address space\n"); retval = -EINVAL; goto err_aspace; - break; } temp_ctl &= ~(3<<4); if (cycle & VME_SUPER) temp_ctl |= TSI148_LCSR_OTAT_SUP; @@ -1501,11 +1499,10 @@ static int tsi148_dma_set_vme_src_attributes(struct device *dev, __be32 *attr, val |= TSI148_LCSR_DSAT_AMODE_USER4; break; default: dev_err(dev, "Invalid address space\n"); return -EINVAL; - break; } if (cycle & VME_SUPER) val |= TSI148_LCSR_DSAT...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ge, int enabled, default: spin_unlock(&image->lock); dev_err(tsi148_bridge->parent, "Invalid address space\n"); retval = -EINVAL; goto err_aspace; - break; } temp_ctl &= ~(3<<4); if (cycle & VME_SUPER) temp_ctl |= TSI148_LCSR_OTAT_SUP; @@ -1501,11 +1499,10 @@ static int tsi148_dma_set_vme_src_attributes(struct device *dev, __be32 *attr, val |= TSI148_LCSR_DSAT_AMODE_USER4; break; default: dev_err(dev, "Invalid address space\n"); return -EINVAL; - break; } if (cycle & VME_SUPER) val |= TSI148_LCSR_DSAT...