From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [kvm-unit-tests PATCH] [RFC] run: add -nodefaults Date: Tue, 22 Nov 2016 14:59:11 +0100 Message-ID: <20161122135911.GF12949@potion> References: <1479232047-22195-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, pbonzini@redhat.com, lvivier@redhat.com, thuth@redhat.com To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:57972 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932164AbcKVN7P (ORCPT ); Tue, 22 Nov 2016 08:59:15 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C2CA54E4F3 for ; Tue, 22 Nov 2016 13:59:14 +0000 (UTC) Content-Disposition: inline In-Reply-To: <1479232047-22195-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 2016-11-15 18:47+0100, Andrew Jones: > Adding pci-test to arm allowed us to see that a virtio-net-pci > device was getting added to our machine by default. Unit tests > should configure the most minimal machines they can, only adding > devices necessary for the tests. Let's add -nodefaults to all > the run scripts. > > I tested all arches (powerpc and arm on tcg). There were no > unexpected changes. > > Signed-off-by: Andrew Jones > --- Applied, thanks.