From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEm2s-0002rr-OS for qemu-devel@nongnu.org; Tue, 26 Apr 2011 13:27:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEm2r-0004oU-QK for qemu-devel@nongnu.org; Tue, 26 Apr 2011 13:27:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEm2r-0004oC-Hu for qemu-devel@nongnu.org; Tue, 26 Apr 2011 13:27:29 -0400 From: Lucas Meneghel Rodrigues Date: Tue, 26 Apr 2011 13:47:16 -0300 In-Reply-To: <4DB6DD87.7020202@redhat.com> References: <20110426144142.GV3591@x200.localdomain> <4DB6DD87.7020202@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1303836439.2387.1.camel@freedom> Mime-Version: 1.0 Subject: Re: [Qemu-devel] KVM call minutes for Apr 26 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Chris Wright , qemu-devel@nongnu.org, kvm@vger.kernel.org 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 > > > > 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. >