From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Vivier Date: Mon, 15 Feb 2016 12:12:40 +0000 Subject: Re: [kvm-unit-tests PATCH v3 00/17] ppc64: initial drop Message-Id: <56C1C0B8.3080802@redhat.com> List-Id: References: <1455380910-30604-1-git-send-email-drjones@redhat.com> <56C1AA83.8020200@redhat.com> <20160215120830.4pqmy2gzsafqltpu@hawk.localdomain> In-Reply-To: <20160215120830.4pqmy2gzsafqltpu@hawk.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Jones Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, thuth@redhat.com, dgibson@redhat.com, david@gibson.dropbear.id.au, agraf@suse.de, pbonzini@redhat.com On 15/02/2016 13:08, Andrew Jones wrote: > On Mon, Feb 15, 2016 at 11:37:55AM +0100, Laurent Vivier wrote: >> >> Tested-by: Laurent Vivier >> >> tested with kvm_pr and kvm_hv. > > Thanks for the testing! I'm glad it now works for you now. > Just to confirm, the kvm_pr machine you tested on was the > PowerMac G5 that you had trouble with before, right? Yes >> >> Just a note for the next release: >> >> $ ./run_tests.sh >> ./run_tests.sh: line 51: test.log: Permission denied >> scripts/runtime.bash: line 48: test.log: Permission denied >> PASS selftest-setup >> >> You should check current user can write into test.log. > > Ah, I've never seen that. I guess you ran it once as root, > and then later as a non-root user? I'll add a change to Yes. > run_tests.sh that does a 'rm -f test.log' before the echo, > but I'll submit that as a separate patch. Thanks, Laurent From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Vivier Subject: Re: [kvm-unit-tests PATCH v3 00/17] ppc64: initial drop Date: Mon, 15 Feb 2016 13:12:40 +0100 Message-ID: <56C1C0B8.3080802@redhat.com> References: <1455380910-30604-1-git-send-email-drjones@redhat.com> <56C1AA83.8020200@redhat.com> <20160215120830.4pqmy2gzsafqltpu@hawk.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, thuth@redhat.com, dgibson@redhat.com, david@gibson.dropbear.id.au, agraf@suse.de, pbonzini@redhat.com To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54978 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752757AbcBOMMo (ORCPT ); Mon, 15 Feb 2016 07:12:44 -0500 In-Reply-To: <20160215120830.4pqmy2gzsafqltpu@hawk.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On 15/02/2016 13:08, Andrew Jones wrote: > On Mon, Feb 15, 2016 at 11:37:55AM +0100, Laurent Vivier wrote: >> >> Tested-by: Laurent Vivier >> >> tested with kvm_pr and kvm_hv. > > Thanks for the testing! I'm glad it now works for you now. > Just to confirm, the kvm_pr machine you tested on was the > PowerMac G5 that you had trouble with before, right? Yes >> >> Just a note for the next release: >> >> $ ./run_tests.sh >> ./run_tests.sh: line 51: test.log: Permission denied >> scripts/runtime.bash: line 48: test.log: Permission denied >> PASS selftest-setup >> >> You should check current user can write into test.log. > > Ah, I've never seen that. I guess you ran it once as root, > and then later as a non-root user? I'll add a change to Yes. > run_tests.sh that does a 'rm -f test.log' before the echo, > but I'll submit that as a separate patch. Thanks, Laurent