Re: [Qemu-devel] [PATCH] arm eabi TLS

2008-01-28 Thread Felipe Contreras
. > > I agree with Paul. Some archs actually use a CPU register and require > the kernel to help manage TLS. Other archs can manage TLS completely in > user space. It's been a while since I've investigated all the details > for each arch but I'll go review it. How is this going? The patch works pretty well for me. -- Felipe Contreras

Re: Git/SVN/CVS? was Re: [Qemu-devel] What does code_copy_enabled do?

2008-02-09 Thread Felipe Contreras
do not know if nongnu.org has enabled cvsserver emulation. > > And I'm not a fan of _forcing_ people to switch to another SCM. You can > use git (and even cvsimport yourself, should the public git mirrors lag), > and even svn, as pbrook showed, even if the official upstream stays CVS. Anything but CVS please. SVN is a good option, then people can use their favorite dscm (git-svn, bzr-svn, etc). Right now I can't use qemu because a bug introduced in the last months and with git-bisect I probably would be able to fix it myself. Best regards. -- Felipe Contreras

[Qemu-devel] Something fishy on linux-user/mmap.c

2008-02-11 Thread Felipe Contreras
a recently built binary: bar: echo bar ./simple foo: $(MAKE) bar I get "make[1]: *** [bar] Segmentation fault", but if I remove "echo bar", it works. If I revert that commit for mmap.c, it works fine. Any ideas? [1] http://www.mail-archive.com/qemu-devel@nongnu.org/msg14659.html -- Felipe Contreras

Re: [Qemu-devel] What does code_copy_enabled do?

2008-02-11 Thread Felipe Contreras
> that don't want to go in CVS mainline for any reason. The advantage of using SVN is that most drcs play along with it quite decently. Something that doesn't happen with CVS. -- Felipe Contreras

Re: [Qemu-devel] What does code_copy_enabled do?

2008-02-11 Thread Felipe Contreras
On Feb 11, 2008 10:38 PM, Johannes Schindelin <[EMAIL PROTECTED]> wrote: > Hi, > > On Mon, 11 Feb 2008, Felipe Contreras wrote: > > > The advantage of using SVN is that most drcs play along with it quite > > decently. Something that doesn't happen with CVS. >

[Qemu-devel] Re: Something fishy on linux-user/mmap.c

2008-02-12 Thread Felipe Contreras
On Feb 11, 2008 11:18 PM, Felipe Contreras <[EMAIL PROTECTED]> wrote: > Hi, > > There's something wrong with the commit > edbcc0b2eb1d4caee5f293e5c79f81023f3394e2. Err, by that I meant: http://repo.or.cz/w/qemu.git?a=commitdiff;h=edbcc0b2eb1d4caee5f293e5c79f81023f3394e2 So

[Qemu-devel] [PATCH] possible mmap regression

2008-02-12 Thread Felipe Contreras
Hi, I don't know what I'm doing but this seems to fix the weird issue I was having. http://article.gmane.org/gmane.comp.emulators.qemu/23314 I've found out that this happens on linux 2.6.23, but not 2.6.24. Cheers. -- Felipe Contreras diff --git a/linux-user/mmap.c b/linux-us

Re: [Qemu-devel] What does code_copy_enabled do?

2008-02-13 Thread Felipe Contreras
d than > mercurial, and has a horrible user interface, but it still means I don't have > to deal with CVS directly. I don't think these kind of discussions are productive. If someone is interested in pushing their favorite dcms they should do some kind of study and publish it so other projects can benefit and not have these discussions over and over. Personally, anything other than git or SVN would make things difficult for me. I think SVN is a good option. Easy to move from CVS, easy to use from any dcms. I don't think anyone would prefer the status-quo against SVN. Picking a dcms on the other hand would probably cause discomfort on other dcms's fans and people that don't care about the cms. Best regards. -- Felipe Contreras

Fwd: Re: [Qemu-devel] What does code_copy_enabled do?

2008-02-13 Thread Felipe Contreras
=7.0 tests=BAYES_99, NEW_DOMAIN_EXTENSIONS autolearn=no version=2.63 *** * 2.2 NEW_DOMAIN_EXTENSIONS BODY: Possible registry spammer * 5.4 BAYES_99 BODY: Bayesian spam probability is 99 to 100% * [score: 1.] : Message contains [1] file attachments -- Felipe Contreras Return-path: <[EMAI

Re: [Qemu-devel] [PATCH] possible mmap regression

2008-02-20 Thread Felipe Contreras
Hi Edgar, On Feb 16, 2008 11:07 PM, Edgar E. Iglesias <[EMAIL PROTECTED]> wrote: > > On Tue, Feb 12, 2008 at 09:42:15PM +0200, Felipe Contreras wrote: > > Hi, > > > > I don't know what I'm doing but this seems to fix the weird issue I was

Re: [Qemu-devel] [PATCH] possible mmap regression

2008-02-20 Thread Felipe Contreras
On Feb 20, 2008 3:13 PM, Edgar E. Iglesias <[EMAIL PROTECTED]> wrote: > > On Wed, Feb 20, 2008 at 03:03:39PM +0200, Felipe Contreras wrote: > > Hi Edgar, > > > > On Feb 16, 2008 11:07 PM, Edgar E. Iglesias <[EMAIL PROTECTED]> wrote: > > > > >

[Qemu-devel] Re: [PATCH] linux-user/mmap v3: Testsuite + bugfixes

2008-02-23 Thread Felipe Contreras
e addresses for unfixed mmaps, I > hope your segfaults will go away. This patch does fix the weird issues I was having. Does the test checks for the issues I had? -- Felipe Contreras

[Qemu-devel] What happened with NPTL/TLS support?

2007-10-12 Thread Felipe Contreras
it can be integrated or what would be the right way to solve this issue. Am I the only one having it? Best regards. [1] http://lists.gnu.org/archive/html/qemu-devel/2005-08/msg00128.html -- Felipe Contreras

Re: [Qemu-devel] qemu-arm fails with newer libc

2007-11-01 Thread Felipe Contreras
bc versions. > > What can I do now? Is this a known problem? Any patches for that? I'm also interested in this but so far I've not been able to make it work. Perhaps this would help: http://lists.scratchbox.org/pipermail/scratchbox-devel/2007-October/000349.html Best regards. -- Felipe Contreras

Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-11-02 Thread Felipe Contreras
On 10/22/07, Thayne Harbaugh <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-10-20 at 21:34 +0100, Thiemo Seufer wrote: > > Thayne Harbaugh wrote: > > > > > > On Fri, 2007-10-12 at 18:12 +0300, Felipe Contreras wrote: > > > > Hi, > > > > >