From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [SeaBIOS] KVM call agenda for 2013-05-28 Date: Mon, 03 Jun 2013 08:25:39 +0200 Message-ID: <51AC36E3.5000001@redhat.com> References: <20130523124132.GA18596@redhat.com> <20130528235309.GA31648@morn.localdomain> <20130529084544.GG4472@redhat.com> <20130602150542.GH24773@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Michael S. Tsirkin" , KVM devel mailing list , Juan Quintela , seabios@seabios.org, qemu-devel qemu-devel , Kevin O'Connor , dwmw2@infradead.org To: Gleb Natapov Return-path: Received: from mail-we0-f175.google.com ([74.125.82.175]:61741 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751838Ab3FCGZw (ORCPT ); Mon, 3 Jun 2013 02:25:52 -0400 Received: by mail-we0-f175.google.com with SMTP id t59so220452wes.6 for ; Sun, 02 Jun 2013 23:25:51 -0700 (PDT) In-Reply-To: <20130602150542.GH24773@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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