From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YptKq-0007F4-Hj for qemu-devel@nongnu.org; Wed, 06 May 2015 03:01:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YptKn-0002W7-DI for qemu-devel@nongnu.org; Wed, 06 May 2015 03:01:36 -0400 Date: Wed, 6 May 2015 09:01:18 +0200 From: Thomas Huth Message-ID: <20150506090118.1eb851a4@thh440s> In-Reply-To: <87pp6ejm4f.fsf@linux.vnet.ibm.com> References: <1430816036-26408-1-git-send-email-nikunj@linux.vnet.ibm.com> <1430816036-26408-3-git-send-email-nikunj@linux.vnet.ibm.com> <20150505162833.3d0141e2@thh440s> <87pp6ejm4f.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 2/6] spapr_pci: encode missing 64-bit memory address space List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikunj A Dadhania Cc: agraf@suse.de, aik@ozlabs.ru, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au On Wed, 06 May 2015 11:14:32 +0530 Nikunj A Dadhania wrote: > Thomas Huth writes: [...] > > BTW, does this also require the new version of SLOF already? > > Not yet, only after patch 4/6 newer SLOF would be needed. Ok, ... but it will also still work with old SLOF version? If not, I think you should eventually also include a patch in this series to update the slof.bin of QEMU. Thomas