From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxzOV-0006do-N3 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 04:39:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxzOS-0006cc-39 for qemu-devel@nongnu.org; Wed, 14 Oct 2009 04:39:39 -0400 Received: from [199.232.76.173] (port=40702 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxzOR-0006cI-6E for qemu-devel@nongnu.org; Wed, 14 Oct 2009 04:39:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24660) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxzOQ-00048x-Ji for qemu-devel@nongnu.org; Wed, 14 Oct 2009 04:39:34 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9E8dXOM002608 for ; Wed, 14 Oct 2009 04:39:33 -0400 From: Gerd Hoffmann Date: Wed, 14 Oct 2009 10:39:24 +0200 Message-Id: <1255509568-10635-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] QemuOpts: config file support. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Very first cut of config file support, to get the discussion rolling ;) We might use this some day to provide defaults for vga, nic, serial etc. Also host-wide defaults (network setup for example) should be doable. Just needs some careful planning which config files to read in which cases and in which order ;) cheers, Gerd