From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH 2/2] KVM test: Remove image_boot=yes from virtio_blk variant Date: Thu, 14 Oct 2010 01:24:12 -0300 Message-ID: <1287030252-3291-2-git-send-email-lmr@redhat.com> References: <1287030252-3291-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: autotest@test.kernel.org Return-path: In-Reply-To: <1287030252-3291-1-git-send-email-lmr@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org 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. Signed-off-by: Lucas Meneghel Rodrigues --- client/tests/kvm/tests_base.cfg.sample | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 87fd51d..f8c70fe 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -1914,7 +1914,9 @@ variants: drive_format=scsi - virtio_blk: drive_format=virtio - image_boot=yes + # Some older qemu might need image_boot=yes for virtio images to work. + # Please uncomment the below if that is the case. + #image_boot=yes virtio_net|virtio_blk|e1000|balloon_check: -- 1.7.2.3