From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WII5D-0005VN-N3 for qemu-devel@nongnu.org; Tue, 25 Feb 2014 08:30:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WII57-0001uw-Gt for qemu-devel@nongnu.org; Tue, 25 Feb 2014 08:30:03 -0500 Message-ID: <530CAC5C.9040005@suse.de> Date: Tue, 25 Feb 2014 15:44:44 +0100 From: Alexander Graf MIME-Version: 1.0 References: <20140217132213.25977.96973.stgit@bahia.local> <20140220175210.23576.10431.stgit@bahia.local> In-Reply-To: <20140220175210.23576.10431.stgit@bahia.local> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] target-ppc: htab fixes (V2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: qemu-ppc@nongnu.org, aneesh.kumar@linux.vnet.ibm.com, qemu-devel@nongnu.org Greg Kurz wrote: > On Mon, 17 Feb 2014 14:22:14 +0100 > Greg Kurz wrote: > =20 >> Hi, >> >> This is a new tentative for the patches 2/5 to 5/5 from the "target-pp= c: >> Add support for dumping guest memory using qemu gdb server" patchset: >> >> https://lists.nongnu.org/archive/html/qemu-ppc/2014-01/msg00380.html >> >> All patches have been rebased on the current ppc-next head (72c798d7dc= cc). >> >> To ensure proper bisectability, the following was verified for each >> individual patch: >> =E2=80=A2- 32 and 64 bit build of ppc-softmmu and ppc64-softmmu (fedor= a 19 ppc64) >> =E2=80=A2- 64 bit pseries guest with KVM on a POWER7 host (fedora 19 p= pc64) >> =E2=80=A2- 64 bit pseries guest with 64 bit TCG on a x86_64 host (fedo= ra 19 ppc64) >> =E2=80=A2- 64 bit pseries guest with 32 bit TCG on a x86_64 host (fedo= ra 19 ppc64) >> =E2=80=A2- 32 bit mac99 guest with 64 bit TCG on a x86_64 host (wheezy= ppc) >> =E2=80=A2- 32 bit mac99 guest with 32 bit TCG on a x86_64 host (wheezy= ppc) >> >> Alex, >> >> This should address all the requirements you expressed in your last ma= il. >> Please tell me if something is missing. >> =20 > > Alex, > > I have added the 32 bit build with KVM enabled to catch the remaining b= uild > breaks: > > target-ppc/kvm.c: In function 'kvmppc_hash64_read_pteg': > target-ppc/kvm.c:1977:12: error: cast from pointer to integer of differ= ent size > [-Werror=3Dpointer-to-int-cast] > target-ppc/kvm.c: In function 'kvmppc_hash64_free_pteg': > target-ppc/kvm.c:1990:82: error: cast to pointer from integer of differ= ent size > [-Werror=3Dint-to-pointer-cast] > > I have folded the fix into patch 2/4. > > I have also fixed the SoB mess, and rebased on the current ppc-next. > > Hope this time, it is okay ! :) > =20 Thanks, applied to ppc-next. Alex