From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLu2L-0004vp-Hk for qemu-devel@nongnu.org; Thu, 24 May 2018 13:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLu2K-0001dw-Qy for qemu-devel@nongnu.org; Thu, 24 May 2018 13:28:25 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:37258 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fLu2K-0001dj-MA for qemu-devel@nongnu.org; Thu, 24 May 2018 13:28:24 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 25147401EF00 for ; Thu, 24 May 2018 17:28:24 +0000 (UTC) References: <20180509152608.9343-1-lersek@redhat.com> <20180515094955.o5rwu5wpaawmszcb@sirius.home.kraxel.org> <1835b91a-57ab-eb7e-dd98-68421c19a425@redhat.com> From: Laszlo Ersek Message-ID: Date: Thu, 24 May 2018 19:28:17 +0200 MIME-Version: 1.0 In-Reply-To: <1835b91a-57ab-eb7e-dd98-68421c19a425@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [qemu PATCH v2] docs/interop: add "firmware.json" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Gerd Hoffmann Cc: Thomas Huth , Kashyap Chamarthy , libvirt devel , qemu devel list , Markus Armbruster , David Gibson On 05/24/18 18:23, Paolo Bonzini wrote: > On 24/05/2018 18:21, Laszlo Ersek wrote: >> On 05/15/18 11:49, Gerd Hoffmann wrote: >>> On Wed, May 09, 2018 at 05:26:08PM +0200, Laszlo Ersek wrote: >>>> Add a schema that describes the different uses and properties of virtual >>>> machine firmware. >>>> >>>> Each firmware executable installed on a host system should come with at >>>> least one JSON file that conforms to this schema. Each file informs the >>>> management applications about >>>> - the firmware's properties and one possible use case / feature set, >>>> - configuration bits that are required to run the firmware binary. >>>> >>>> In addition, define rules for management apps for picking the highest >>>> priority firmware JSON file when multiple such files match the search >>>> criteria. >>> >>> Reviewed-by: Gerd Hoffmann >> >> Thanks, Gerd! >> >> Does anyone else intend to comment? Or should I ask for someone to queue >> the patch for a pull request? > > Since no one has done that so far I've queued it, thanks! Awesome; huge kudos! Laszlo