From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjODN-00084k-E1 for qemu-devel@nongnu.org; Mon, 03 Jun 2013 02:26:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjODI-0006Np-OV for qemu-devel@nongnu.org; Mon, 03 Jun 2013 02:25:57 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:61840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjODI-0006Nl-FR for qemu-devel@nongnu.org; Mon, 03 Jun 2013 02:25:52 -0400 Received: by mail-wi0-f181.google.com with SMTP id hi5so2298841wib.8 for ; Sun, 02 Jun 2013 23:25:51 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51AC36E3.5000001@redhat.com> Date: Mon, 03 Jun 2013 08:25:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20130523124132.GA18596@redhat.com> <20130528235309.GA31648@morn.localdomain> <20130529084544.GG4472@redhat.com> <20130602150542.GH24773@redhat.com> In-Reply-To: <20130602150542.GH24773@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] KVM call agenda for 2013-05-28 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: KVM devel mailing list , Juan Quintela , seabios@seabios.org, qemu-devel qemu-devel , Kevin O'Connor , "Michael S. Tsirkin" , dwmw2@infradead.org Il 02/06/2013 17:05, Gleb Natapov ha scritto: >>> Anthony requested that patches be made that generate the ACPI tables >>> in QEMU for the upcoming hotplug work, so that they could be evaluated >>> to see if they truly do need to live in QEMU or if the code could live >>> in the firmware. There were no objections. >> >> I volunteered to implement this. > > Why hotplug should generate ACPI code? It does not do so on real HW. Hotplug can do a LoadTable and merge it into the existing ones. But then you do not need QEMU-time generation of tables to do the same thing for cold-plug. Paolo