From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v5 00/19] kvm-unit-tests/arm: initial drop Date: Thu, 12 Jun 2014 12:54:12 +0200 Message-ID: <539986D4.5090102@redhat.com> References: <1402495294-30737-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: christoffer.dall@linaro.org To: Andrew Jones , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:7613 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755443AbaFLKyT (ORCPT ); Thu, 12 Jun 2014 06:54:19 -0400 In-Reply-To: <1402495294-30737-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 11/06/2014 16:01, Andrew Jones ha scritto: > This is a v5 of a series that introduces arm to kvm-unit-tests. First, > it does some tidying up of the repo. Then, it adds support for device > trees (libfdt), and for virtio-testdev[1]. Next, it adds the basic > infrastructure for booting a test case (guest), and adds a first > test case, a self-test to confirm setup was completed successfully. > Finally, it further prepares the framework for more complicated tests > by adding vector support, and extends the self-test to test that too. > > This initial drop doesn't require kvmarm. qemu-system-arm is enough, > but it must have mach-virt, and the virtio-testdev patch[1]. > > These patches (v5) are also available from a git repo here > https://github.com/rhdrjones/kvm-unit-tests/commits/arm/v5-initial-drop > > The v4 patches are available for reference here > https://github.com/rhdrjones/kvm-unit-tests/commits/arm/v4-initial-drop > > Not too much has changed since v4. There are no new patches nor dropped > patches, and all patches that did get a change have a v5 note. To see > a branch interdiff (created with git-tbdiff[2]) take a look here[3]. > > Thanks in advance for reviews! I'm applying patches 1-5 and 14. Thanks! Paolo