similar to: Tweaks to plugin dependency rules

Displaying 20 results from an estimated 160 matches similar to: "Tweaks to plugin dependency rules"

2006 Oct 06
2
solving plugin dependency issues
The dependency checking currently provided is clearly not good enough. There's currently two issues with the plugins that exist in the compiz repository. plane plugin conflicts with cube and rotate plugin, zoom plugin should probably work with either cube or plane but currently only loads when cube plugin is used. Adding a { CompPluginRuleBefore, "cube" } to the plane plugin and a
2004 Feb 24
1
Tweaks for 0.2
I can make these changes tonight, but if somebody else could do it that would be swell too. 1) Validators currently do not work for the dumbest reason ever... the "Clone" method in wxRbValidator needs to be changed to: virtual wxObject* Clone() const; while in there, I think the validator methods need to be renamed to proper ''wxruby'' things ("validate"
2010 Jun 22
0
Performance questions/tweaks on Gluster
I've now got Gluster 3.04 up and running on my servers. Setup: gluster1 - back end file server gluster2 - ditto. Redundant. These are setup with the --raid 1 option app1 - my app server mounts /data/export on /home app2 - ditto The appropriate conf files are attached. My simple test involves reading an input file and writing it to the Gluster home versus local /tmp. These tests were
2008 Mar 14
0
FW: [asterisk-dev] Hardware and CentOS tweaks.
Hello, Didn't get much help on asterisk-dev, so here it is. Please help. Thanks. From: asterisk-dev-bounces at lists.digium.com [mailto:asterisk-dev-bounces at lists.digium.com] On Behalf Of Mark Hamilton Sent: March 13, 2008 2:10 PM To: asterisk-dev at lists.digium.com Subject: [asterisk-dev] Hardware and CentOS tweaks. Hello, We're working on using Asterisk as an
2016 Aug 02
0
[Bug 1996] pkg-config tweaks for cross-compiling
https://bugzilla.mindrot.org/show_bug.cgi?id=1996 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release
2009 Sep 14
1
No text after x.org tweaks involving Intel 945 chipset,
Hi all, Before you read any further, I have been through the posts available on the Internet about missing text in application/winecfg, so I've made sure msfonts are installed, there are fonts in the drive_c/windows/Fonts directory & the .reg file is pointing to one which is in there. Everything was working fine until I updated my graphics so the pretty Ubuntu effects would work
2004 Apr 12
1
tcp/ip stack tweaks
Outside of Asterisk - is their anything a linux admin can do to optimize or speed network traffic to/from the pbx to sip phones? I'm looking for some options in /proc Since Asterisks is a network bound/sensetive app I'd start their. I'm running RH9. Optimizations for other linux and unix distro welcome aswell.
2008 May 09
2
Wine Tweaks
I did a forum search and didn't find exactly what I was looking for. Is there a full wine tweak list? I am looking mostly for 'registry' tweaks and/or full terminal commands for tweaking wine. I am sure I have it all installed correctly, but I am running into some errors playing game and would like to start with editing wine.
2007 May 08
0
Tinderbox tweaks
I've tweaked the tinderbox build scripts so that they'll automatically try to build and use a private copy of zlib if it doesn't seem to be installed and to build and test the Search::Xapian perl bindings: http://www.oligarchy.co.uk/tinderbox/xapian/status.html There are still a few kinks to sort out, but hopefully this can help us catch any portability issues before the release.
2016 Jan 12
0
[PATCH v2 0/3] x86: faster mb()+other barrier.h tweaks
On 01/12/16 14:10, Michael S. Tsirkin wrote: > mb() typically uses mfence on modern x86, but a micro-benchmark shows that it's > 2 to 3 times slower than lock; addl $0,(%%e/rsp) that we use on older CPUs. > > So let's use the locked variant everywhere - helps keep the code simple as > well. > > While I was at it, I found some inconsistencies in comments in >
2016 Jan 14
0
[PATCH v3 0/4] x86: faster mb()+documentation tweaks
On Wed, Jan 13, 2016 at 10:12:22PM +0200, Michael S. Tsirkin wrote: > mb() typically uses mfence on modern x86, but a micro-benchmark shows that it's > 2 to 3 times slower than lock; addl that we use on older CPUs. > > So let's use the locked variant everywhere. > > While I was at it, I found some inconsistencies in comments in > arch/x86/include/asm/barrier.h >
2016 Jan 26
1
[PATCH v3 0/4] x86: faster mb()+documentation tweaks
On Thu, Jan 14, 2016 at 12:39:34PM +0100, Borislav Petkov wrote: > > Michael S. Tsirkin (4): > > x86: add cc clobber for addl > > x86: drop a comment left over from X86_OOSTORE > > x86: tweak the comment about use of wmb for IO > > First three look ok to me regardless of what happens with 4. So applied. Sorry - in which tree are these applied? Thanks, -- MST
2016 Jan 26
0
[PATCH v2 0/3] x86: faster mb()+other barrier.h tweaks
On 01/26/16 00:20, Michael S. Tsirkin wrote: > On Tue, Jan 12, 2016 at 02:25:24PM -0800, H. Peter Anvin wrote: > > Hi hpa, > Any luck getting some feedback on this one? > Yes. What we know so far is that *most* cases it will work, but there are apparently a few corner cases where MFENCE or a full-blown serializing instruction is necessary. We are trying to characterize those
2016 Jan 27
0
[PATCH v2 0/3] x86: faster mb()+other barrier.h tweaks
On Wed, Jan 27, 2016 at 04:07:56PM +0200, Michael S. Tsirkin wrote: > mwait_idle is the only one that calls smp_mb and not mb() > I couldn't figure out why - original patches did mb() > there. That probably wants changing. That said, running UP kernels on affected hardware is 'unlikely' :-)
2017 Jan 16
0
[PULL 2/5] tools/virtio/ringtest: tweaks for s390
From: Halil Pasic <pasic at linux.vnet.ibm.com> Make ringtest work on s390 too. Signed-off-by: Halil Pasic <pasic at linux.vnet.ibm.com> Acked-by: Sascha Silbe <silbe at linux.vnet.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck at de.ibm.com> --- tools/virtio/ringtest/main.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git
2018 Oct 11
0
[PATCH v2 0/3] x86: faster mb()+other barrier.h tweaks
On Thu, Oct 11, 2018 at 10:37:07AM -0700, Andres Freund wrote: > Hi, > > On 2016-01-26 10:20:14 +0200, Michael S. Tsirkin wrote: > > On Tue, Jan 12, 2016 at 02:25:24PM -0800, H. Peter Anvin wrote: > > > On 01/12/16 14:10, Michael S. Tsirkin wrote: > > > > mb() typically uses mfence on modern x86, but a micro-benchmark shows that it's > > > > 2
2020 Feb 06
1
[PATCH 2/4] drm/virtio: resource teardown tweaks
> > - > > - drm_gem_shmem_free_object(obj); > > + if (bo->created) { > > + virtio_gpu_cmd_unref_resource(vgdev, bo); > > + /* completion handler calls virtio_gpu_cleanup_object() */ > nitpick: we don't need this comment when virtio_gpu_cmd_unref_cb is > defined by this file and passed to
2016 Feb 23
0
Re: [PATCH 0/4] Various tweaks to the generator.
On Tuesday 23 February 2016 08:19:22 Richard W.M. Jones wrote: > Use interfaces files (*.mli files) instead of exporting all symbols > randomly. > > Change the 'file is generated' warnings at the top of generated files > so they accurately describe which source file generates each output > file. The series LGTM, just one small note in patch #1. Thanks, -- Pino Toscano
2020 Feb 05
0
[PATCH v2 2/2] windows: small tweaks of qemu-ga firstboot script
- match log file with script name - restart manually only after successfull install, this also helps debugging because we can log the installer return code Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> --- v2v/convert_windows.ml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/v2v/convert_windows.ml b/v2v/convert_windows.ml index 5b7a5bfe..0fda1d4e
2016 Jan 26
1
[PATCH v3 0/4] x86: faster mb()+documentation tweaks
On Thu, Jan 14, 2016 at 12:39:34PM +0100, Borislav Petkov wrote: > > Michael S. Tsirkin (4): > > x86: add cc clobber for addl > > x86: drop a comment left over from X86_OOSTORE > > x86: tweak the comment about use of wmb for IO > > First three look ok to me regardless of what happens with 4. So applied. Sorry - in which tree are these applied? Thanks, -- MST