From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNaCH-00030B-6W for qemu-devel@nongnu.org; Fri, 08 Feb 2008 15:51:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNaCF-0002zu-8H for qemu-devel@nongnu.org; Fri, 08 Feb 2008 15:51:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNaCF-0002zr-2G for qemu-devel@nongnu.org; Fri, 08 Feb 2008 15:51:43 -0500 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNaCE-0004kC-NI for qemu-devel@nongnu.org; Fri, 08 Feb 2008 15:51:42 -0500 From: Rob Landley Subject: Re: [Qemu-devel] What does code_copy_enabled do? Date: Fri, 8 Feb 2008 14:51:38 -0600 References: <200802072042.33139.rob@landley.net> <200802080352.35185.paul@codesourcery.com> In-Reply-To: <200802080352.35185.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802081451.39008.rob@landley.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On Thursday 07 February 2008 21:52:33 Paul Brook wrote: > On Friday 08 February 2008, Rob Landley wrote: > > Grepping through the source code, I can find 3 places where this global > > variable is set (it's initialized to a default value of 1, there's > > a "no-code-copy" command line option that sets it to zero, and then it > > shows up in the test suite once). What I can't find is any code ever > > actually checking or using the value put into this variable.... > > It got ripped out a while back. Any news on the possible cvs->svn migration? I'd submit a cleanup patch to rip out the remaining traces of code_copy_enabled, but the git mirror I follow (git://git.kernel.dk/data/git/qemu.git) hasn't updated in several days so I'm not actually sure it's still there in cvs. Just checked and http://savannah.nongnu.org/svn/?group=qemu isn't there either... > Paul Rob -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.