search for: verge

Displaying 20 results from an estimated 119 matches for "verge".

Did you mean: merge
2007 Sep 20
2
Re: [PATCH] kexec/kdump: statically allocate xen_phys_cpus
...i.e. allow the call to alloc_bootmem_low() earlier or move the call to xen_machine_kexec_setup_resource() later, rather than papering over it by making a potentially large static array? Ian. > > Cc: Ian Campbell <ian.campbell@xensource.com> > Signed-off-by: Simon Horman <horms@verge.net.au> > > --- > Date: Thu, 20 Sep 2007 13:37:10 +0900 > From: Simon Horman <horms@verge.net.au> > > Posted to xen-devel as it changes common code. > As suggested by Alex Williamson. > > Index: x/drivers/xen/core/machine_kexec.c > =========================...
2009 Jul 16
0
Re: Xen-devel Digest, Vol 52, Issue 178
...---------------------- Message: 2 Date: Wed, 17 Jun 2009 19:02:27 +0800 From: "Cui, Dexuan" <dexuan.cui@intel.com > Subject: [Xen-devel] [PATCH] xend: pci: find_parent: should return string rather than int To: Keir Fraser <keir.fraser@eu.citrix.com >, Simon Horman <horms@verge.net.au > Cc: "xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com > Message-ID: <EADF0A36011179459010BDF5142A457501C9E2AFB5@pdsmsx502.ccr.corp.intel.com > Content-Type: text/plain; charset="gb2312" Using changeset 19783: 61ec78692b13, device assignment...
2014 Oct 27
2
[LLVMdev] PPC64 old JIT support
Hello there! I'm intending to port LLVM old JIT API for PPC64le once I wiil need this support in one of my applications. Would a port of this old piece of code be merged on LLVM 3.5, even though it is on the verge of obsoleteness? Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141027/94973109/attachment.html>
2005 Dec 16
2
Making tftp-hpa ignore files
...orrect configurations. Obviously the root issue is that people are placing these files there in the first place, but if we could use an "ignore list" to just not honor those requests at the TFTP server, it would greatly reduce the problems we've been experiencing. Thanks! Chris Verges -- chverges at cisco.com 408 525-0401
2014 Jan 03
3
New company name
Good day I'm on the verge of starting a Data and Analytics company. We'll start small with a few systems running?CentOS?Linux ?and developing our software using python. However, we still?haven't decided on a name for the business. Please go to the following link to help me choose a most appropriate name out of a cho...
2004 Sep 24
6
dropping id3 support
after spending a lot of time integrating X-Fixer's winamp2 plugin code, I am on the verge of removing id3 v1/v2 support from the plugins completely. it is really hard to get right in a way that works intuitively for the user, and i18n is also a nightmare. in id3v2 every field can have a different encoding. FLAC tag a.k.a. Vorbis comment support is very good now so unless someone come...
2007 Nov 28
5
methods in models dont work for views?
This question is more towards understanding how things work rather than trying to just get something to work. I have something like this in my user model. def full_name first_name + " " + last_name end This works find if I use it for display values in a collection_for_select. options_from_collection_for_select( @users, :id, :full_name) It displays the full name in the
2014 Oct 27
2
[LLVMdev] PPC64 old JIT support
...caio.oliveira at eldorado.org.br>: >> >> Hello there! >> >> I’m intending to port LLVM old JIT API for PPC64le once I wiil need this >> support in one of my applications. Would a port of this old piece of code be >> merged on LLVM 3.5, even though it is on the verge of obsoleteness? >> >> Thank you! >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >
2013 Mar 28
2
[Bridge] [PATCH v2] net: add ETH_P_802_3_MIN
...: linux1394-devel at lists.sourceforge.net Cc: linux-media at vger.kernel.org Cc: netdev at vger.kernel.org Cc: dev at openvswitch.org Acked-by: Mauro Carvalho Chehab <mchehab at redhat.com> Acked-by: Stefan Richter <stefanr at s5r6.in-berlin.de> Signed-off-by: Simon Horman <horms at verge.net.au> --- v2 * Make updates to the following files as suggested by David Miller - drivers/media/dvb-core/dvb_net.c - drivers/net/wireless/ray_cs.c - net/bridge/netfilter/ebtables.c - include/linux/if_vlan.h - net/bluetooth/bnep/netdev.c - net/openvswitch/flow.c - net/mac80211/t...
2004 Jun 01
2
mysql passwd backend
...= plain_pw: mysql:unknown_3 column = NULL security = user encrypt passwords = yes smb passwd file = /etc/samba/private/smbpasswd Now if I try to add a user either with smbpasswd or pdbedit, it appears to accept the username gracefully. dustpuppy root # pdbedit -a cverges No builtin backend found, trying to load plugin Module '/usr/lib/samba/pdb/mysql.so' loaded Connecting to database server, host: localhost, user: samba, password: blah, database: samba, port: 3306 Connecting to database server, host: localhost, user: samba, password...
2004 Aug 06
1
Bug found (and possibly fixed) in Win32 speexdec
Jean-Marc Valin wrote: > Thanks for the fix. I applied to CVS. It'll be included in the 1.0.1 > version I plan to release soon. Great! Any ETA on the 1.0.1 version? I am just on the verge of releasing a product containing Speex, but might stall for a month or two if significant updates are imminent. With the start of summer vacation in Denmark the whole country pretty much grinds to a halt anyway, so I might as well wait 'till august if there's a sufficiently good reason...
2010 Oct 30
1
[ovs-dev] Flow Control and Port Mirroring
[ CCed VHOST contacts ] On Thu, Oct 28, 2010 at 01:22:02PM -0700, Jesse Gross wrote: > On Thu, Oct 28, 2010 at 4:54 AM, Simon Horman <horms at verge.net.au> wrote: > > My reasoning is that in the non-mirroring case the guest is > > limited by the external interface through wich the packets > > eventually flow - that is 1Gbit/s. But in the mirrored either > > there is no flow control or the flow control is acting on th...
2010 Oct 30
1
[ovs-dev] Flow Control and Port Mirroring
[ CCed VHOST contacts ] On Thu, Oct 28, 2010 at 01:22:02PM -0700, Jesse Gross wrote: > On Thu, Oct 28, 2010 at 4:54 AM, Simon Horman <horms at verge.net.au> wrote: > > My reasoning is that in the non-mirroring case the guest is > > limited by the external interface through wich the packets > > eventually flow - that is 1Gbit/s. But in the mirrored either > > there is no flow control or the flow control is acting on th...
2008 May 18
0
[LLVMdev] Forward: Discussion about custom memory allocators for STL
...ssive. It was a complete non- starter to bring in the 1600 or 5400 headers. As for the 340, for an highly replaceable library comprising 1% of our LOC to bloat the source file count in our tree by 20%—after using a script to extract a perfect transitive dependency closure—well, I was on the verge of tossing it overboard. I can't blame Chris for his reticence to add such nonsense to LLVM, as it only serves to slow builds and source control operations for all. That said, there are some parts of boost which are well-structured with few or minimal dependencies—like shared_pointer. I...
2004 Nov 17
1
"Impossible to run" error message when using Sweave
..., "r") : unable to open connection In addition: Warning messages: 1: Impossible to run 'G:\SWEAVE~1\SCHOOL~2.RNW Reading/read151-496-2982.Rnw 2: cannot open file `Reading/read151-496-2982.Rnw' I'm not sure exactly what the impossible to run error is. I think this is on the verge of running correctly, but could use a little help. Thanks, Harold Ver 1.9.0, Windows XP [[alternative HTML version deleted]]
2010 Feb 15
0
[LLVMdev] [cfe-dev] Reminder: 2.7 code freeze in 1.5 weeks
...t; 4/3 - Pre-release2 testing ends > 4/5 - Release After reading through the responses, I think that it makes sense to postpone this for a couple weeks. I'll update the schedule. I'd like to reiterate that we do not normally push back releases for new features. However, Clang is on the verge of hitting a major milestone and I'll make an exception in this case. I do not see any negatives to waiting a couple extra weeks. Thanks, Tanya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100215/a27d...
2006 Jan 27
17
Is it just me, or is Ruby exploding?
...ueled by the stronger voices in the local Java community. Am I alone in this, or do many of you see absolutely explosive growth in Ruby, Rails and all things Web 2.0ish right now? I see that Bruce Eckel is coming around. When he wrote his article bashing Ruby a few weeks ago, I knew he was on the verge of being hooked. First you hate her, then you glance at her, then you are in her arms. Ruby, that goddamn seductress! Mike Pence http://groups.google.com/group/laszlo-on-rails
2010 Nov 05
2
xServes are dead ;-( / SAN Question
...d filesystem, spreaded across the servers. Some LUNs on the fiber channel network are accessed directly and mounted on a case-by-case basis. Those raid volumes are partitioned with a GUID partition map, and apple_label type volumes. So they can be mounted by name with mount_hfs. We were on the verge on upgrading at least 6 of our server in a separate location (as a backup-site), with another SAN, same aplication etc. But this announce has come put a little delay. We do have several servers running CentOS (about 10 or so), on intel server platform. Now with this said, I am searching for do...
2017 Jul 06
2
[RFC][GlobalISel] Making GlobalISel non-optional in the build
...ith ifdefs all around of CodeGen. *** What Changed? *** * GlobalISel is more mature We now have a better idea of what the framework should look like and the scope of the changes what will happen on the CodeGen library. * GlobalISel is getting to be the default for AArch64 O0 We are now on the verge of having GlobalISel being the default for AArch64 at O0. I would like to make sure it is not possible to build a configuration that wouldn’t support that default. * GlobalISel is built by default since roughly 6 months Unless people actively disabled GlobalISel while building LLVM, they already...
2013 Jan 22
2
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...sembler/object emission). > Properly speaking they should each get their own tests. > Not to mention a unit-test (or debuginfo-test) to exercise the complete > Clang -> object (-> debugger) sequence. Just because it makes me twitch (though I admit debating test taxonomy terminology verges on a religious topic): these tests are the antithesis of unit tests. Taking source code, compiling it with clang/LLVM, loading it in a debugger and interacting with the debugger is a scenario test. A unit test would be API level, say building IR by calling Clang APIs & then passing it into De...