From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDs4Z-0000mw-Qr for qemu-devel@nongnu.org; Fri, 08 Mar 2013 02:50:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDs4Y-0002sm-Hg for qemu-devel@nongnu.org; Fri, 08 Mar 2013 02:50:35 -0500 Sender: Paolo Bonzini Message-ID: <51399841.9080300@redhat.com> Date: Fri, 08 Mar 2013 08:50:25 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20130306231208.GA17594@ohm.aurel32.net> <20130307005351.GA19296@morn.localdomain> <5137ED49.3030204@redhat.com> <20130307015844.26170.qmail@stuge.se> <51383F0B.8050704@msgid.tls.msk.ru> <51388079.3010707@redhat.com> <5138B8B3.8070200@redhat.com> <20130307162158.GC17594@ohm.aurel32.net> In-Reply-To: <20130307162158.GC17594@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-stable] problems with freeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Peter Maydell , Anthony Liguori , Doug Goldstein , seabios@seabios.org, Michael Tokarev , qemu-stable@nongnu.org, "qemu-devel@nongnu.org" , Gerd Hoffmann , Dietmar Maurer Il 07/03/2013 17:21, Aurelien Jarno ha scritto: > > On the QEMU side, we should definitely have an autotest system trying to > boot a few guests (and if possible with some !linux) to detect such > issues. That's not something easy to do, maybe that could be a good > GSoC project? There is virt-test (formerly known as KVM Autotest). I did some of the lifting required to have !x86 guests, but haven't yet actually created the images. We (Red Hat) use that to run sanity tests on qemu.git. These tests last ~2.5 hours and include guest installations. Alternatively, you can use a pre-built image (the download is ~150MB compressed) and run tests on it. See the patch at http://permalink.gmane.org/gmane.comp.emulators.qemu/197856 that adds "make check-autotest" to QEMU. The tests it runs last a little less than 1 hour. Paolo