From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEppV-0000ta-1U for qemu-devel@nongnu.org; Tue, 26 Apr 2011 17:29:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEppU-0005gH-5w for qemu-devel@nongnu.org; Tue, 26 Apr 2011 17:29:57 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:38215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEppU-0005gC-3O for qemu-devel@nongnu.org; Tue, 26 Apr 2011 17:29:56 -0400 Received: by ywl41 with SMTP id 41so476983ywl.4 for ; Tue, 26 Apr 2011 14:29:55 -0700 (PDT) Message-ID: <4DB73951.9050809@codemonkey.ws> Date: Tue, 26 Apr 2011 16:29:53 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110426144142.GV3591@x200.localdomain> <4DB6DD87.7020202@redhat.com> <1303836439.2387.1.camel@freedom> In-Reply-To: <1303836439.2387.1.camel@freedom> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] KVM call minutes for Apr 26 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lucas Meneghel Rodrigues Cc: Chris Wright , Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On 04/26/2011 11:47 AM, Lucas Meneghel Rodrigues wrote: > On Tue, 2011-04-26 at 17:58 +0300, Avi Kivity wrote: >> On 04/26/2011 05:41 PM, Chris Wright wrote: >>> - having basic common config could be useful Hi Lucas, Could you send your suggested config as a patch to qemu.git? Even better if it was automatically invoked via a make autotest target although if you supply the config, I'll happily patch the Makefile. Regards, Anthony Liguori >>> >> >> My config is: >> --------------------------------------- >> include tests_base.cfg >> include cdkeys.cfg >> >> image_name(_.*)? ?<= images/ >> cdrom(_.*)? ?<= isos/ >> drive_cache=unsafe >> extra_params = -enable-kvm >> >> variants: >> - @avi: >> only no_pci_assignable >> only qcow2 >> only ide >> only smp2 >> only Fedora.9.32 Fedora.9.64 WinVista.64sp1 WinXP > > ^ Maybe Fedora could be bumped to F14, and WinVista, replaced with Win7 > >> only install setup boot reboot migrate shutdown > > ^ Instead of the install setup unattended install could be used here... > >> only rtl8139 >> only smallpages >> >> abort_on_error = yes >> kill_vm.* ?= no >> kill_unresponsive_vms.* ?= no >> >> WinXP.64|Win2003.64: >> no shutdown >> no reboot >> >> # Choose your test list from the testsets defined >> only avi >> >> pci_assignable = no >> serial_console = no >> --------------------------------------- >> >> In addition I run the kvm-unit-tests tests. >> > > >