From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: Re: [kvm-unit-tests PATCH v3 3/3] arm & powerpc: populate argv[0] with prognam Date: Mon, 13 Jun 2016 18:09:18 +0200 Message-ID: <575EDAAE.2050308@redhat.com> References: <1465752571-17627-1-git-send-email-drjones@redhat.com> <1465752571-17627-4-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: pbonzini@redhat.com, rkrcmar@redhat.com, lvivier@redhat.com To: Andrew Jones , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47116 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424288AbcFMQJW (ORCPT ); Mon, 13 Jun 2016 12:09:22 -0400 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 C76DA8553F for ; Mon, 13 Jun 2016 16:09:21 +0000 (UTC) In-Reply-To: <1465752571-17627-4-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 12.06.2016 19:29, Andrew Jones wrote: > Signed-off-by: Andrew Jones > --- > arm/Makefile.common | 6 +++++- > lib/argv.c | 14 +++++++++----- > lib/auxinfo.c | 2 ++ > lib/auxinfo.h | 7 +++++++ > powerpc/Makefile.common | 6 +++++- > scripts/auxinfo.mak | 7 +++++++ > x86/Makefile.common | 1 + > 7 files changed, 36 insertions(+), 7 deletions(-) > create mode 100644 lib/auxinfo.c > create mode 100644 lib/auxinfo.h > create mode 100755 scripts/auxinfo.mak Reviewed-by: Thomas Huth