From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqnVB-0005PR-7M for qemu-devel@nongnu.org; Mon, 16 Jul 2012 11:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SqnV8-0002ZP-Uh for qemu-devel@nongnu.org; Mon, 16 Jul 2012 11:46:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SqnV8-0002ZH-MN for qemu-devel@nongnu.org; Mon, 16 Jul 2012 11:46:22 -0400 Message-ID: <50043747.6050801@redhat.com> Date: Mon, 16 Jul 2012 09:46:15 -0600 From: Eric Blake MIME-Version: 1.0 References: <1342383911-6094-1-git-send-email-minyard@acm.org> In-Reply-To: <1342383911-6094-1-git-send-email-minyard@acm.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig7A05A5F4E9485BAD1EF8AF1D" Subject: Re: [Qemu-devel] [PATCH 01/16] smbios: Add a function to directly add an entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: minyard@acm.org Cc: Corey Minyard , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7A05A5F4E9485BAD1EF8AF1D Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/15/2012 02:24 PM, minyard@acm.org wrote: > From: Corey Minyard >=20 > There was no way to directly add a table entry to the SMBIOS table, > even though the BIOS supports this. So add a function to do this. > This is in preparation for the IPMI handler adding it's SMBIOS table > entry. >=20 > Signed-off-by: Corey Minyard > --- > hw/smbios.c | 27 +++++++++++++++++++++++++++ > hw/smbios.h | 15 ++++++++------- > 2 files changed, 35 insertions(+), 7 deletions(-) Are you planning to expose this via the command line? Libvirt would like the ability to set arbitrary name/value pairs in SMBIOS (such as asset tag in the type 3 page), rather than the current limitation of only being able to set pre-defined names in just type 0 and 1 sections. --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig7A05A5F4E9485BAD1EF8AF1D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQBDdIAAoJEKeha0olJ0NqahgH/j5xTLHuYA1LPpiIGMZLfBe+ lDG/QfHqFicbs+NetJzLdDRmCs8+jNgNVw2cxG2X3V6UKmyY85mUYxdNMWMf+EGM Qx+PKQqwX3t3OxS+WIFhnTqAHMi6B4+NbF1Tzh456Gf8PqJDJ3QeRxxmGmLPGT1b mFh18l+tlur8pGBC8iwzVF2+D2DrWmzZPngVWQIJsBDdswdtBSRNZqBGFwJy/Bm/ 5L59KrJH40396hu54WC81+l/ujR5u7B7/H/ruxTUHreFQ181aRSKJYp4RELHwplo 53QRwchUEMkGk6oxAFnTn5fDQ6yl/jjWCh7mhT3lUpCy7rn4WdbhXc82XCtnMZ0= =PAMu -----END PGP SIGNATURE----- --------------enig7A05A5F4E9485BAD1EF8AF1D--