From mboxrd@z Thu Jan 1 00:00:00 1970 From: pradeep Subject: Re: [PATCH 2/2] KVM test: Remove image_boot=yes from virtio_blk variant Date: Thu, 14 Oct 2010 12:07:21 +0530 Message-ID: <20101014120721.385f54cb@skywalker> References: <1287030252-3291-1-git-send-email-lmr@redhat.com> <1287030252-3291-2-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Lucas Meneghel Rodrigues Return-path: Received: from e37.co.us.ibm.com ([32.97.110.158]:42376 "EHLO e37.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753401Ab0JNGhv (ORCPT ); Thu, 14 Oct 2010 02:37:51 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e37.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id o9E6ZSTB031190 for ; Thu, 14 Oct 2010 00:35:28 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o9E6bZCU139138 for ; Thu, 14 Oct 2010 00:37:35 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id o9E6bZGY010866 for ; Thu, 14 Oct 2010 00:37:35 -0600 In-Reply-To: <1287030252-3291-2-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 14 Oct 2010 01:24:12 -0300 Lucas Meneghel Rodrigues wrote: > Recent qemu can handle virtio without boot without boot=on, > and qemu.git will simply state the option as invalid. So > remove it from the default config on tests_base.cfg, just > leave it there commented in case someone is testing older > versions. But older qemu shipped with distros might require "boot=on". Its good to check qemu version. Thanks Pradeep