From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40948) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gk59x-0007d8-OG for qemu-devel@nongnu.org; Thu, 17 Jan 2019 05:44:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gk4xZ-0000hP-9q for qemu-devel@nongnu.org; Thu, 17 Jan 2019 05:31:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51264) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gk4xZ-0000fx-1B for qemu-devel@nongnu.org; Thu, 17 Jan 2019 05:31:41 -0500 References: <20190116174941.342900-1-sgarzare@redhat.com> <00ff0393-1eab-9bc4-6370-0f959df9dca0@redhat.com> <20190117075049.lm5sbws73swdmrgq@steredhat> From: Paolo Bonzini Message-ID: <8108b59f-5140-0bc6-f92e-3ac931753da5@redhat.com> Date: Thu, 17 Jan 2019 11:31:27 +0100 MIME-Version: 1.0 In-Reply-To: <20190117075049.lm5sbws73swdmrgq@steredhat> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/5] pvh: add new PVH option rom List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Garzarella Cc: qemu-devel@nongnu.org, Eduardo Habkost , "Michael S. Tsirkin" , Maran Wilson , Stefan Hajnoczi , George Kennedy , Boris Ostrovsky , Richard Henderson On 17/01/19 08:50, Stefano Garzarella wrote: >> Also, the $? in the new rule should be $^. I wouldn't use a pattern >> rule for that, writing it explicitly as "pvh.img: pvh.S pvh_main.c" > I'll fix the Makefile. (of course it's "pvh.img: pvh.o pvh_main.o"). I can fix up as well if it's okay for you. Paolo