From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpudE-0000VU-G8 for qemu-devel@nongnu.org; Wed, 06 May 2015 04:24:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ypud9-00087j-Cs for qemu-devel@nongnu.org; Wed, 06 May 2015 04:24:40 -0400 Received: from e23smtp08.au.ibm.com ([202.81.31.141]:56854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ypud8-00086c-Oc for qemu-devel@nongnu.org; Wed, 06 May 2015 04:24:35 -0400 Received: from /spool/local by e23smtp08.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 May 2015 18:24:29 +1000 From: Nikunj A Dadhania In-Reply-To: <20150506090118.1eb851a4@thh440s> 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> <20150506090118.1eb851a4@thh440s> Date: Wed, 06 May 2015 13:53:26 +0530 Message-ID: <87egmujerl.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain 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: Thomas Huth , Alexey Kardashevskiy Cc: mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org, agraf@suse.de, qemu-ppc@nongnu.org, david@gibson.dropbear.id.au Thomas Huth writes: > 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. Alexey, can you pull the SLOF changes to your tree. I have it ready here: The following changes since commit bf641aa923237b5c71b472f536246b3f97d7dffb: scsi: handle report-luns failure (2015-04-29 15:20:31 +0530) are available in the git repository at: https://github.com/nikunjad/SLOF master for you to fetch changes up to ad8d7045375ac47cf69080fcbd24788ed32000f8: version: update to 20150429 (2015-04-29 15:27:04 +0530) ---------------------------------------------------------------- Nikunj A Dadhania (5): pci: program correct bridge limit registers during probe pci: Support 64-bit address translation usb: support 64-bit pci bars pci: Use QEMU created PCI device nodes version: update to 20150429 VERSION | 2 +- board-qemu/slof/pci-phb.fs | 44 +++++++++++++++++++++++++++++++++++++++++++- slof/fs/devices/pci-class_0c.fs | 10 ++++++++-- slof/fs/pci-properties.fs | 6 +++++- slof/fs/pci-scan.fs | 6 +++--- slof/fs/translate.fs | 6 ++---- 6 files changed, 62 insertions(+), 12 deletions(-)