From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuHZ5-0005vl-Kh for qemu-devel@nongnu.org; Wed, 04 Jan 2006 17:57:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuHZ4-0005vD-CL for qemu-devel@nongnu.org; Wed, 04 Jan 2006 17:57:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuHZ4-0005v8-4g for qemu-devel@nongnu.org; Wed, 04 Jan 2006 17:57:06 -0500 Received: from [213.21.137.89] (helo=mail.zipman.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuHaW-0002Bf-MI for qemu-devel@nongnu.org; Wed, 04 Jan 2006 17:58:37 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.zipman.it (Postfix) with ESMTP id 5862B1406A for ; Wed, 4 Jan 2006 23:55:03 +0100 (CET) Received: from mail.zipman.it ([127.0.0.1]) by localhost (zipmanfw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32331-15 for ; Wed, 4 Jan 2006 23:54:59 +0100 (CET) Received: from [192.168.192.20] (unknown [192.168.192.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.zipman.it (Postfix) with ESMTP id 74D6814068 for ; Wed, 4 Jan 2006 23:54:59 +0100 (CET) Message-ID: <43BC5242.4080409@zipman.it> Date: Wed, 04 Jan 2006 23:54:58 +0100 From: Flavio Visentin MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu and configuration file? References: <200512312120.43014.bepi@adria.it> <43BB6224.9020507@vision.ee> <43BB8CB3.7030008@zipman.it> <200601042222.16162.bepi@adria.it> In-Reply-To: <200601042222.16162.bepi@adria.it> Content-Type: text/plain; charset=ISO-8859-1 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Giuseppe Della Bianca wrote: >>I like VMWare style. Maybe it should be possible to share the same >>config file between qemu and VMWare, also to favour user migration. > > Please, you can make an detailed example? This is one config I use with VMPlayer for an XP image. Anyway 90% is useless for qemu. #!/usr/bin/vmware config.version = "8" virtualHW.version = "3" scsi0.present = "TRUE" memsize = "128" ide0:0.present = "TRUE" ide0:0.fileName = "WXP.vmdk" ide0:0.deviceType = "disk" ide0:1.present = "TRUE" ide0:1.fileName = "WXP2.vmdk" ide0:1.deviceType = "disk" ide1:0.present = "TRUE" ide1:0.fileName = "/dev/hdc" ide1:0.deviceType = "atapi-cdrom" #ide1:0.fileName = "WXP.iso" #ide1:0.deviceType = "cdrom-image" floppy0.fileName = "/dev/fd0" Ethernet0.present = "TRUE" sound.present = "TRUE" displayName = "WXP" guestOS = "winxppro" priority.grabbed = "normal" priority.ungrabbed = "normal" powerType.powerOff = "soft" powerType.powerOn = "hard" powerType.suspend = "hard" powerType.reset = "soft" sound.virtualDev = "es1371" Ethernet0.addressType = "generated" ethernet0.generatedAddress = "00:0c:29:9d:77:37" ethernet0.generatedAddressOffset = "0" uuid.location = "56 4d 5e cf 11 82 d8 2a-00 c8 78 51 18 9d 77 37" uuid.bios = "56 4d 5e cf 11 82 d8 2a-00 c8 78 51 18 9d 77 37" floppy0.startConnected = "FALSE" ide1:0.startConnected = "TRUE" tools.syncTime = "FALSE" ide0:0.redo = "" ide0:1.redo = "" usb.present = "TRUE" nvram = "WXP.nvram" sound.startConnected = "FALSE" checkpoint.vmState = "" uuid.action = "create" usb.autoConnect.device0 = "" tools.remindInstall = "TRUE" > > Gdb > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel - -- Flavio Visentin | \|||/ | @/0.0\@ | \ - / +------------------oOOo---oOOo------------------ There are only 10 types of people in this world: those who understand binary, and those who don't. GPG Key: http://www.zipman.it/gpgkey.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDvFJCusUmHkh1cnoRAuCiAJ40f78C8i3WEA9K7Yb66aVqMDntlQCfW+Xz Tp6m8rEAbcxxureeGdysuN4= =QxpM -----END PGP SIGNATURE-----