From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LoI7g-0008Sl-Rr for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:05:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LoI7a-0008RP-E4 for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:05:55 -0400 Received: from [199.232.76.173] (port=42784 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LoI7X-0008R9-UM for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:05:48 -0400 Received: from mx2.redhat.com ([66.187.237.31]:40884) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LoI7X-0002zB-C0 for qemu-devel@nongnu.org; Mon, 30 Mar 2009 10:05:47 -0400 Date: Mon, 30 Mar 2009 17:05:43 +0300 From: Gleb Natapov Message-ID: <20090330140543.GE7285@redhat.com> References: <1237835133.7276.1107.camel@lappy> <1238421576.15558.146.camel@lappy> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1238421576.15558.146.camel@lappy> Subject: [Qemu-devel] Re: [PATCH 0/2] qemu: SMBIOS passing support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: qemu-devel , kvm On Mon, Mar 30, 2009 at 07:59:36AM -0600, Alex Williamson wrote: > > Is there any interest in this series? Aside from copying host SMBIOS > entries, it also seems useful for providing information to the guest > about their virtual machine pool (perhaps via a type 3 entry), or > whatever other bits of data someone might find useful (type 11, OEM > string for instance). Thanks, > I think the patch is useful. Haven't looked at implementation though. > Alex > > On Mon, 2009-03-23 at 13:05 -0600, Alex Williamson wrote: > > This series adds a new -smbios option for x86 that allows individual > > SMBIOS entries to be passed into the guest VM. This follows the same > > basic path as the support for loading ACPI tables. While SMBIOS is > > independent of ACPI, I chose to add the smbios_entry_add() function to > > acpi.c because they're both somewhat PC BIOS related (and ia64 can > > support SMBIOS and might be able to make use of it there). > > > > This feature allows the guest to see certain properties of the host if > > configured correctly. For instance, the system model and serial number > > in the type 1 entry. Obviously its only built at boot, so doesn't get > > updated for migration scenarios. User provided entries will supersede > > generated entries, so care should be taken when passing entries which > > describe physical properties, such as memory size and address ranges. > > Thanks, > > > > Alex > > > > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Gleb.