From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrLgv-0005Kh-Ch for qemu-devel@nongnu.org; Thu, 20 Nov 2014 01:58:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XrLgp-0000ZQ-7F for qemu-devel@nongnu.org; Thu, 20 Nov 2014 01:58:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56418) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XrLgo-0000Z3-Ve for qemu-devel@nongnu.org; Thu, 20 Nov 2014 01:58:03 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAK6w2Sr001309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 20 Nov 2014 01:58:02 -0500 Date: Thu, 20 Nov 2014 08:57:59 +0200 From: "Michael S. Tsirkin" Message-ID: <20141120065759.GD30994@redhat.com> References: <1413359145-24627-1-git-send-email-pbonzini@redhat.com> <546243C3.4020101@redhat.com> <546D849D.1070500@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <546D849D.1070500@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] target-i386: move generic memory hotplug methods to DSDTs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: imammedo@redhat.com, qemu-devel@nongnu.org On Thu, Nov 20, 2014 at 07:05:17AM +0100, Paolo Bonzini wrote: > > > On 11/11/2014 18:13, Paolo Bonzini wrote: > > On 15/10/2014 09:45, Paolo Bonzini wrote: > >> This makes it simpler to keep the SSDT byte-for-byte identical for a > >> given machine type, which is a goal we want to have for 2.2 and newer > >> types. > >> > >> Signed-off-by: Paolo Bonzini > >> --- > >> v1->v2: do not define the same Device twice (Igor) I have this queued, will be sent soon with the rest of the patches. -- MST