From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2SwX-0008SV-7a for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:06:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2SwR-0008Pv-Gy for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:06:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2SwR-0008OR-DV for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:06:15 -0400 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C2Sqt-0006WU-SS for qemu-devel@nongnu.org; Wed, 01 Sep 2004 07:00:31 -0400 Received: from [207.217.120.253] (helo=audiogram.mail.pas.earthlink.net) by mx20.gnu.org with esmtp (Exim 4.34) id 1C2CfL-0003Zm-0o for qemu-devel@nongnu.org; Tue, 31 Aug 2004 13:43:31 -0400 Received: from 0-1pool56-130.nas3.oklahoma-city1.ok.us.da.qwest.net ([63.156.56.130] helo=computername) by audiogram.mail.pas.earthlink.net with asmtp (Exim 4.34) id 1C2CfJ-0000tb-DF for qemu-devel@nongnu.org; Tue, 31 Aug 2004 10:43:30 -0700 Message-ID: <005301c48f82$067c5af0$82389c3f@computername> From: "Jeebs" References: <000501c48eda$a026ab40$20649c3f@computername><1093903154.26682.44.camel@aragorn><002001c48ee5$456d6a30$20389c3f@computername><000601c48f73$752b00a0$03389c3f@computername> <1093969628.2835.98.camel@fred.soliddesign.net> Subject: Re: [Qemu-devel] Qemu development schedule? Date: Tue, 31 Aug 2004 12:42:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org From: "Joe Batt" > On Tue, 2004-08-31 at 10:58, Jeebs wrote: >> blah, blah, blah... > Great. Do it. You aren't talking about development and you aren't a > developer, so it sounds like a perfect match. As I stated in the original message... The user's list does NOT work! But you apparently went out of your way to not notice me saying that... And you also apparently didn't notice that my original message was a genuine question about the focus of the development. Whether it was on the exciting stuff, or whether there were any genuine plans to make a more user friendly product with a more complete emulation. > I think you are a bit confused by the FOSS model. People don't write > code because they are trying to improve the world. The code is written > for themselves (for use or cash) and is shared with the world (why not, > it doesn't cost to share it and it may come back improved). Some projects are done for personal reasons. Some evolve into more than their limited beginings. > [Even further off topic: I just don't understand the whole "front end" > thing. What can be simpler that typing or building a short > cut/alias/script/batch file to 'qemu -hda w2k.img'? Qemu seemed much > simpler than VMWare to install and run.] If all you are wanting to do is a short command line, then okay. Once you've read all the docs (assuming those are up to date), and you figure out what options are actually needed. I've got a couple of batch files that do that for several of the different virtual machines. But: 1) Under windows, it can be inconvenient. Bill Gates hates command lines and sometimes seems to go out of his way to irritate users. Not Qemu's fault, but that's the way it is. 2) A startup shell / wrapper / script can make it a lot more convenient, provided it actually provides all the options needed and is done in such a way as to be more intuitive and convenient than doing it by hand. And that it actually creates a batch file or config script or something so you don't have to redo it every single time. 3) trying to remember and type the path name to the disk image can be inconvenient. Not all images are right there in the same directoy. 4) Try to find the right disk image (such as for a virtual cd you are changing) is a whole lot easier when you have a little gui that can browse to it. Especially if the image is named such as "Windows XP Pro (sp2).iso" Looks simple, right? Guess what, there are two spaces before (sp2). I know, that's a contrived example. But it's not too unrealistic. There are times when a gui does make things easier. (A 'gui' doesn't have to be super fancy. Heck, go get a text gui. TurboVision. Or Al Steven's D-Flat. And there was even a later independant version of D-Flat which fixed some of the bugs and could even work with Curses or dial-up BBS's using ANSI escape codes. I remember seeing that years ago.) >> At some point, successful open source projects have to transition from >> the 'free for all' attitude and organization to one with some actual >> specified goals and some organization. > > You must measure 'successful' differently. Take a look at the Linux > project someday. 13 years old and there is still confusion as to how a I have looked at Linux... Guess what.... It has evolved. It is more organized than what it was in its early beginings. Surprise. It's not 100% strictly disciplined, and I never suggested nor implied that Qemu be that way either.