From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFYnt-0008RS-Om for qemu-devel@nongnu.org; Thu, 28 Apr 2011 17:31:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFYns-0003ZH-4j for qemu-devel@nongnu.org; Thu, 28 Apr 2011 17:31:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFYnr-0003Yh-NE for qemu-devel@nongnu.org; Thu, 28 Apr 2011 17:31:16 -0400 From: Lucas Meneghel Rodrigues Date: Thu, 28 Apr 2011 18:31:08 -0300 In-Reply-To: <4DB73951.9050809@codemonkey.ws> References: <20110426144142.GV3591@x200.localdomain> <4DB6DD87.7020202@redhat.com> <1303836439.2387.1.camel@freedom> <4DB73951.9050809@codemonkey.ws> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1304026270.2016.11.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: Anthony Liguori Cc: Chris Wright , Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On Tue, 2011-04-26 at 16:29 -0500, Anthony Liguori wrote: > 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 So Anthony, after hearing quite a lot of feedback from our colleagues, I'll start working on a 'make autotest' target for qemu and qemu-kvm. A lot of compromises will have to be made here, I was thinking on a very minimum setup where folks can get unittests, followed by booting, rebooting, and single host migration, using a minimal fedora guest image, that 'make autotest' would download. Meanwhile, here is Avi's config file translated to a more current autotest state. I don't think we should rush into putting this into qemu's repo, as I am aiming for having this more transparent to the user. Just publishing here FYI. include tests_base.cfg include cdkeys.cfg image_name(_.*)? ?<= /tmp/kvm_autotest_root/images/ cdrom(_.*)? ?<= /tmp/kvm_autotest_root/ floppy ?<= /tmp/kvm_autotest_root/ Linux..unattended_install: kernel ?<= /tmp/kvm_autotest_root/ initrd ?<= /tmp/kvm_autotest_root/ variants: # The variant names are the testset names - @regression: # We want qemu-kvm for this run qemu_binary = /usr/bin/qemu-kvm qemu_img_binary = /usr/bin/qemu-img only qcow2 only rtl8139 only ide only smp2 only no_pci_assignable only smallpages only Fedora.14 Win7 only unattended_install.cdrom, boot, reboot, migrate, shutdown abort_on_error = yes kill_vm.* ?= no kill_unresponsive_vms.* ?= no # Put the testset you want here only regression