From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyTRc-00067S-1J for qemu-devel@nongnu.org; Sun, 14 Jul 2013 17:03:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UyTRb-0008Qi-1q for qemu-devel@nongnu.org; Sun, 14 Jul 2013 17:02:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UyTRa-0008Qe-Qv for qemu-devel@nongnu.org; Sun, 14 Jul 2013 17:02:58 -0400 Message-ID: <51E2D822.5000206@redhat.com> Date: Sun, 14 Jul 2013 18:56:02 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <51DA8ADD.6080201@suse.de> In-Reply-To: <51DA8ADD.6080201@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 00/14] ACPI memory hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Vasilis Liaskovitis , Hu Tao , qemu-devel@nongnu.org Il 08/07/2013 11:48, Andreas F=E4rber ha scritto: >> > - hot-unplug patches not included, as suggested by Vasilis, since >> > hot-unplug has some more complications with refcounting memory r= egions. > This should hopefully be addressed with yesterday's merge of Paolo's > MemoryRegion refactoring. Not entirely because address_space_translate does not yet ref/unref the region, but that's easy enough to add (it is in my rcu branch on github). But the ownership infrastructure is indeed in master now. Paolo