From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBnVu-0002He-D9 for qemu-devel@nongnu.org; Fri, 07 Feb 2014 10:38:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBnVn-0001zQ-4k for qemu-devel@nongnu.org; Fri, 07 Feb 2014 10:38:46 -0500 Received: from mail-ea0-f179.google.com ([209.85.215.179]:44675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBnVm-0001z4-Tk for qemu-devel@nongnu.org; Fri, 07 Feb 2014 10:38:39 -0500 Received: by mail-ea0-f179.google.com with SMTP id q10so1389936ead.24 for ; Fri, 07 Feb 2014 07:38:03 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52F4FDD6.8090606@redhat.com> Date: Fri, 07 Feb 2014 16:37:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20140204190258.GS29329@ERROL.INI.CMU.EDU> <20140206010225.GA30835@morn.localdomain> <20140206133825.GX29329@ERROL.INI.CMU.EDU> In-Reply-To: <20140206133825.GX29329@ERROL.INI.CMU.EDU> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH 1/2] SMBIOS: Update Type 17 (Memory Device) struct to v2.3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" , Kevin O'Connor Cc: seabios@seabios.org, qemu-devel@nongnu.org, agraf@suse.de Il 06/02/2014 14:38, Gabriel L. Somlo ha scritto: > But anyhow, right now QEMU seems to be making relatively minor tweaks > to something that's firmly at home in SeaBIOS, which is why I sent my > patches to the latter... Yeah, that's correct. There's really no particular hook in QEMU to do this. Paolo