From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKV9x-0007dy-SO for qemu-devel@nongnu.org; Tue, 26 Mar 2013 10:47:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKV9w-0008Ct-80 for qemu-devel@nongnu.org; Tue, 26 Mar 2013 10:47:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKV9w-0008Cl-0d for qemu-devel@nongnu.org; Tue, 26 Mar 2013 10:47:32 -0400 Date: Tue, 26 Mar 2013 10:47:01 -0400 From: Luiz Capitulino Message-ID: <20130326104701.52a53c9c@redhat.com> In-Reply-To: <1355834518-17989-1-git-send-email-vasilis.liaskovitis@profitbricks.com> References: <1355834518-17989-1-git-send-email-vasilis.liaskovitis@profitbricks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v4 00/30] ACPI memory hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasilis Liaskovitis Cc: pingfank@linux.vnet.ibm.com, gleb@redhat.com, stefanha@gmail.com, seabios@seabios.org, qemu-devel@nongnu.org, blauwirbel@gmail.com, kevin@koconnor.net, kraxel@redhat.com, anthony@codemonkey.ws On Tue, 18 Dec 2012 13:41:28 +0100 Vasilis Liaskovitis wrote: > This is v4 of the ACPI memory hotplug functionality. Only x86_64 target is > supported (both i440fx and q35). There are still several issues, but it's > been a while since v3 and I wanted to get some more feedback on the current > state of the patchseries. It seems this series doesn't apply anymore, do you plan to respin it? Also, some months ago I saw patches flying on linux-mm fixing some issues related to memory hotplug, so should this work with latest Linux kernel?