From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Date: Mon, 29 Feb 2016 15:53:33 +0000 Subject: Re: [kvm-unit-tests PATCH v7 00/18] ppc64: initial drop Message-Id: <56D4697D.20704@redhat.com> List-Id: References: <1456750072-7524-1-git-send-email-drjones@redhat.com> <20160229125907.iahgcc23jnjuc7o4@hawk.localdomain> In-Reply-To: <20160229125907.iahgcc23jnjuc7o4@hawk.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Jones , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Cc: thuth@redhat.com, dgibson@redhat.com, david@gibson.dropbear.id.au, agraf@suse.de, lvivier@redhat.com, rkrcmar@redhat.com On 29/02/2016 13:59, Andrew Jones wrote: > On Mon, Feb 29, 2016 at 01:47:34PM +0100, Andrew Jones wrote: >> This series brings basic setup; starts a test's C entry point, main(), >> and printf, exit, and malloc work. Three more series should follow this >> one which must bring; vector support, mmu support, and smp support, at >> which point I believe the framework could just evolve with the creation >> of unit tests. >> >> Tested on TCG and a P8 kvm_pr machine, and Laurent has tested it on >> both a PowerMac G5 (kvm_pr) and a kvm_hv machine. I'm looking forward >> to hearing more testing feedback from others though. >> >> Patches also available here >> https://github.com/rhdrjones/kvm-unit-tests/commits/ppc64/initial-drop-v7 > > Hi Paolo, > > I now have r-b's on all patches. I believe this is ready to go! The > patches may be pulled from the above location. (I guess I should have > prefixed this post with PULL...) ARM was also committed at v7, looks like 7th time is a charm! :) Pulled now. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH v7 00/18] ppc64: initial drop Date: Mon, 29 Feb 2016 16:53:33 +0100 Message-ID: <56D4697D.20704@redhat.com> References: <1456750072-7524-1-git-send-email-drjones@redhat.com> <20160229125907.iahgcc23jnjuc7o4@hawk.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: thuth@redhat.com, dgibson@redhat.com, david@gibson.dropbear.id.au, agraf@suse.de, lvivier@redhat.com, rkrcmar@redhat.com To: Andrew Jones , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34357 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755950AbcB2Pxj (ORCPT ); Mon, 29 Feb 2016 10:53:39 -0500 In-Reply-To: <20160229125907.iahgcc23jnjuc7o4@hawk.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On 29/02/2016 13:59, Andrew Jones wrote: > On Mon, Feb 29, 2016 at 01:47:34PM +0100, Andrew Jones wrote: >> This series brings basic setup; starts a test's C entry point, main(), >> and printf, exit, and malloc work. Three more series should follow this >> one which must bring; vector support, mmu support, and smp support, at >> which point I believe the framework could just evolve with the creation >> of unit tests. >> >> Tested on TCG and a P8 kvm_pr machine, and Laurent has tested it on >> both a PowerMac G5 (kvm_pr) and a kvm_hv machine. I'm looking forward >> to hearing more testing feedback from others though. >> >> Patches also available here >> https://github.com/rhdrjones/kvm-unit-tests/commits/ppc64/initial-drop-v7 > > Hi Paolo, > > I now have r-b's on all patches. I believe this is ready to go! The > patches may be pulled from the above location. (I guess I should have > prefixed this post with PULL...) ARM was also committed at v7, looks like 7th time is a charm! :) Pulled now. Paolo