search for: 406,16

Displaying 20 results from an estimated 21 matches for "406,16".

Did you mean: 106,16
2000 Jul 07
0
Patch to add scp -L option
..., argv, "dfprtvBCc:i:P:q46L")) != EOF) switch (ch) { /* User-visible flags. */ case '4': @@ -300,6 +310,9 @@ case 'q': showprogress = 0; break; + case 'L': + nonprivilaged_port = 1; + break; case '?': default: usage(); @@ -406,16 +419,18 @@ else if (!okname(suser)) continue; (void) sprintf(bp, - "%s%s -x -o'FallBackToRsh no' -n -l %s %s %s %s '%s%s%s:%s'", + "%s%s%s -x -o'FallBackToRsh no' -n -l %s %s %s %s '%s%s%s:%s'",...
2013 Sep 05
1
[PATCH] virt-v2v: Add verbose message logging
...tem B<-v | --verbose> + +Enable verbose message logging. + +=item B<-vv> + +Verbose messages, plus sets LIBGUESTFS_TRACE=1. + +=item B<-vvv> + +Verbose messages, plus sets LIBGUESTFS_TRACE=1 and LIBGUESTFS_DEBUG=1. + +=cut + =item B<--help> Display brief help. @@ -388,6 +406,16 @@ GetOptions ("help|?" => sub { print "$Sys::VirtConvert::VERSION\n"; exit(0); }, + "v|verbose" => \$verbose, + "vv" => sub { + $verbose = 1; +...
2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
...SA_irqs (void) { @@ -382,9 +393,6 @@ void __init native_init_IRQ(void) { int i; - /* all the set up before the call gates are initialised */ - pre_intr_init_hook(); - /* * Cover the whole vector space, no vector can escape * us. (some of these will be overridden and become @@ -398,10 +406,16 @@ void __init native_init_IRQ(void) set_intr_gate(vector, interrupt[i]); } - /* setup after call gates are initialised (usually add in - * the architecture specific gates) + /* + * setup after interrupt gates are initialised (usually add in + * the architecture specific gates) and in...
2007 Apr 18
0
[PATCH 2/5] Interrupts subarch cleanup.patch
...SA_irqs (void) { @@ -382,9 +393,6 @@ void __init native_init_IRQ(void) { int i; - /* all the set up before the call gates are initialised */ - pre_intr_init_hook(); - /* * Cover the whole vector space, no vector can escape * us. (some of these will be overridden and become @@ -398,10 +406,16 @@ void __init native_init_IRQ(void) set_intr_gate(vector, interrupt[i]); } - /* setup after call gates are initialised (usually add in - * the architecture specific gates) + /* + * setup after interrupt gates are initialised (usually add in + * the architecture specific gates) and in...
2000 Jul 20
3
scp over 2 hosts
Hi folks, I have the that I must copy some through a Plag-Gateway of a Firewall over 2 host. A secure connection via "ssh - t hosta ssh -t hostb" works fine, but does this work with scp too? Icould not realize it either with scp (1.2.27 of ssh.com) or scp from openssh. Do you have any ideas? Thanks Stephan
2018 Nov 26
4
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...gt; > static void intel_mst_disable_dp(struct intel_encoder *encoder, > diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h > index 3faceb66f5cb..2392e12b6bce 100644 > --- a/include/drm/drm_dp_mst_helper.h > +++ b/include/drm/drm_dp_mst_helper.h > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > #define to_dp_mst_topology_state(x) container_of(x, struct drm_dp_mst_topology_state, base) > > +struct drm_dp_vcpi_allocation { I think a comment here that this pointer holds a full reference (even past when the connector is unplugged) wou...
2018 Nov 16
0
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
..._vcpi_slots(state, mgr, port); } static void intel_mst_disable_dp(struct intel_encoder *encoder, diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h index 3faceb66f5cb..2392e12b6bce 100644 --- a/include/drm/drm_dp_mst_helper.h +++ b/include/drm/drm_dp_mst_helper.h @@ -406,9 +406,16 @@ struct drm_dp_payload { #define to_dp_mst_topology_state(x) container_of(x, struct drm_dp_mst_topology_state, base) +struct drm_dp_vcpi_allocation { + struct drm_dp_mst_port *port; + int vcpi; + struct list_head next; +}; + struct drm_dp_mst_topology_state { struct drm_private_...
2018 Nov 29
1
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...> b/include/drm/drm_dp_mst_helper.h > > > > > > > index 3faceb66f5cb..2392e12b6bce 100644 > > > > > > > --- a/include/drm/drm_dp_mst_helper.h > > > > > > > +++ b/include/drm/drm_dp_mst_helper.h > > > > > > > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > > > > > > > > > > > > > #define to_dp_mst_topology_state(x) container_of(x, struct > > > > > > > drm_dp_mst_topology_state, base) > > > > > > > > > > > > &g...
2018 Nov 28
3
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
.../drm_dp_mst_helper.h > > > > > b/include/drm/drm_dp_mst_helper.h > > > > > index 3faceb66f5cb..2392e12b6bce 100644 > > > > > --- a/include/drm/drm_dp_mst_helper.h > > > > > +++ b/include/drm/drm_dp_mst_helper.h > > > > > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > > > > > > > > > #define to_dp_mst_topology_state(x) container_of(x, struct > > > > > drm_dp_mst_topology_state, base) > > > > > > > > > > +struct drm_dp_vcpi_allocation { > > &...
2018 Nov 27
2
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...*encoder, > > > diff --git a/include/drm/drm_dp_mst_helper.h > > > b/include/drm/drm_dp_mst_helper.h > > > index 3faceb66f5cb..2392e12b6bce 100644 > > > --- a/include/drm/drm_dp_mst_helper.h > > > +++ b/include/drm/drm_dp_mst_helper.h > > > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > > > > > #define to_dp_mst_topology_state(x) container_of(x, struct > > > drm_dp_mst_topology_state, base) > > > > > > +struct drm_dp_vcpi_allocation { > > > > I think a comment here that this poi...
2018 Nov 26
0
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...isable_dp(struct intel_encoder *encoder, > > diff --git a/include/drm/drm_dp_mst_helper.h > > b/include/drm/drm_dp_mst_helper.h > > index 3faceb66f5cb..2392e12b6bce 100644 > > --- a/include/drm/drm_dp_mst_helper.h > > +++ b/include/drm/drm_dp_mst_helper.h > > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > > > #define to_dp_mst_topology_state(x) container_of(x, struct > > drm_dp_mst_topology_state, base) > > > > +struct drm_dp_vcpi_allocation { > > I think a comment here that this pointer holds a full reference (even p...
2018 Nov 26
0
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...ntel_mst_disable_dp(struct intel_encoder *encoder, > > diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h > > index 3faceb66f5cb..2392e12b6bce 100644 > > --- a/include/drm/drm_dp_mst_helper.h > > +++ b/include/drm/drm_dp_mst_helper.h > > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > > > #define to_dp_mst_topology_state(x) container_of(x, struct drm_dp_mst_topology_state, base) > > > > +struct drm_dp_vcpi_allocation { > > I think a comment here that this pointer holds a full reference (even past > w...
2018 Nov 27
0
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...diff --git a/include/drm/drm_dp_mst_helper.h > > > > b/include/drm/drm_dp_mst_helper.h > > > > index 3faceb66f5cb..2392e12b6bce 100644 > > > > --- a/include/drm/drm_dp_mst_helper.h > > > > +++ b/include/drm/drm_dp_mst_helper.h > > > > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > > > > > > > #define to_dp_mst_topology_state(x) container_of(x, struct > > > > drm_dp_mst_topology_state, base) > > > > > > > > +struct drm_dp_vcpi_allocation { > > > > > > I...
2018 Nov 08
5
[PATCH v5 0/5] drm/dp_mst: Improve VCPI helpers, use in nouveau
This patchset does some cleaning up of the atomic VCPI helpers for MST, and converts nouveau over to using them. I would have included amdgpu in this patch as well, but at the moment moving them over to the atomic helpers is nontrivial. Cc: Daniel Vetter <daniel at ffwll.ch> Lyude Paul (5): drm/dp_mst: Add some atomic state iterator macros drm/dp_mst: Start tracking per-port VCPI
2018 Nov 16
8
[PATCH v6 0/6] drm/dp_mst: Improve VCPI helpers, use in nouveau
This patchset does some cleaning up of the atomic VCPI helpers for MST, and converts nouveau over to using them. I would have included amdgpu in this patch as well, but at the moment moving them over to the atomic helpers is nontrivial. [sorry for still not adding your R-Bs! I ended up needing to make a lot of changes to make it so we do actually kref() each port in the atomic state] Cc: Daniel
2018 Nov 28
0
[PATCH v6 3/6] drm/dp_mst: Start tracking per-port VCPI allocations
...> > > > > b/include/drm/drm_dp_mst_helper.h > > > > > > index 3faceb66f5cb..2392e12b6bce 100644 > > > > > > --- a/include/drm/drm_dp_mst_helper.h > > > > > > +++ b/include/drm/drm_dp_mst_helper.h > > > > > > @@ -406,9 +406,16 @@ struct drm_dp_payload { > > > > > > > > > > > > #define to_dp_mst_topology_state(x) container_of(x, struct > > > > > > drm_dp_mst_topology_state, base) > > > > > > > > > > > > +struct drm_dp_vcpi...
2016 Jul 18
2
[PATCH] tests: Implement script to check documented tool options match actual options.
...d also to locate the input disks. See L</MINIMAL XML FOR -i libvirtxml OPTION> below. -=item B<-i local> +=item B<-i> B<local> This is the same as I<-i disk>. -=item B<-i ova> +=item B<-i> B<ova> Set the input method to I<ova>. @@ -406,16 +406,16 @@ a faulty guest (one with no disks). This option is not compatible with I<-o glance> for technical reasons. -=item B<-o disk> +=item B<-o> B<disk> This is the same as I<-o local>. -=item B<-o glance> +=item B<-o> B<glance> Se...
2015 Aug 06
0
[PATCH v4 01/17] tests: Introduce test harness for running tests.
...akefile.am b/Makefile.am index 8f0bb1b..2c6c8b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -207,6 +207,7 @@ EXTRA_DIST = \ logo/virt-builder.svg \ m4/.gitignore \ ocaml-link.sh \ + test-harness.pod \ tests/run-xml-to-junit.sh \ tests/run-xml-to-junit.xsl \ tmp/.gitignore \ @@ -405,6 +406,16 @@ podwrapper.1: podwrapper.pl $< mv $@-t $@ +# NB. test-harness is an internal tool, so the man page mustn't be installed. +noinst_MANS += test-harness.1 +test-harness.1: test-harness.pod + $(PODWRAPPER) \ + --section 1 \ + --man $@-t \ + --license GPLv2+ \ + $< + mv $...
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3: - A large number of fixes, especially for running the tests on installed libguestfs. - Fixed EXTRA_DIST rules throughout. - Extra patch 17/17 which is a tidy-up of the generated XML listing guests. Rich.
2015 Jul 31
14
[PATCH v2 00/14] tests: Introduce test harness for running tests.
This is a more complete patch to add the test harness. The only parts missing now are the language bindings (except OCaml). The language bindings need a bit more thought. At the moment most language binding tests are done through some sort of shell script like perl/run-perl-tests which either runs each test itself or uses some language-specific machinary to run each test. The problem with that