From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVGwH-0005z7-MA for qemu-devel@nongnu.org; Wed, 02 Apr 2014 04:54:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVGwB-0001kM-0P for qemu-devel@nongnu.org; Wed, 02 Apr 2014 04:54:29 -0400 Message-ID: <533BD03A.7070405@suse.com> Date: Wed, 02 Apr 2014 10:54:18 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1395566923-5074-1-git-send-email-prasadjoshi.linux@gmail.com> <1395566923-5074-2-git-send-email-prasadjoshi.linux@gmail.com> <5330405F.7040306@suse.de> In-Reply-To: <5330405F.7040306@suse.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 2/6] intc/openpic_kvm: fix MemListener delete regiion callback function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= , Prasad Joshi Cc: peter.maydell@linaro.org, aliguori@amazon.com, aik@ozlabs.ru, jan.kiszka@siemens.com, riku.voipio@iki.fi, agraf@suse.de, v.maffione@gmail.com, qemu-devel@nongnu.org, qemu-trivial@nongnu.org, av1474@comtv.ru, chouteau@adacore.com, stefanha@redhat.com, pbonzini@redhat.com, g.lettieri@iet.unipi.it, alex@alex.org.uk, rizzo@iet.unipi.it, kraxel@redhat.com On 24.03.14 15:25, Andreas F=E4rber wrote: > Am 23.03.2014 10:28, schrieb Prasad Joshi: >> Signed-off-by: Prasad Joshi >> --- >> hw/intc/openpic_kvm.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > Thanks for spotting this, applied to ppc-next (w/ typo fix in subject): > https://github.com/afaerber/qemu-cpu/commits/ppc-next This patch breaks the e500 platform target. Alex