From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58499 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtQIK-0004j3-6d for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:26:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtQIH-0003WA-Iz for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:26:55 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:53730) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtQIH-0003W3-ES for qemu-devel@nongnu.org; Wed, 08 Sep 2010 15:26:53 -0400 Received: by vws19 with SMTP id 19so403531vws.4 for ; Wed, 08 Sep 2010 12:26:53 -0700 (PDT) Message-ID: <4C87E378.8090001@codemonkey.ws> Date: Wed, 08 Sep 2010 14:26:48 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 0/4] PPC updates References: <1283860398-11637-1-git-send-email-agraf@suse.de> In-Reply-To: <1283860398-11637-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: QEMU Developers On 09/07/2010 06:53 AM, Alexander Graf wrote: > I would really appriciate if these would also make it for 0.13. Should I > create a separate pull tree for that? > It's too late for 0.13. Regards, Anthony Liguori > The following changes since commit ba5e7f82169f32ab8163c707d97c799ca09f8924: > Izumi Tsutsui (1): > vnc: use bswapNN() rather than bswap_NN() > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git ppc-next > > Alexander Graf (4): > KVM: PPC: Add level based interrupt logic > PPC: Qdev'ify e500 pci > PPC: Make e500 pci byte swap config data > PPC: Change PPC maintainer > > MAINTAINERS | 8 ++-- > hw/ppc.c | 11 +++++ > hw/ppce500_pci.c | 106 ++++++++++++++++++++++++++++++++++--------------- > target-ppc/kvm.c | 37 ++++++++++++++++- > target-ppc/kvm_ppc.h | 13 ++++++ > 5 files changed, 136 insertions(+), 39 deletions(-) > > > >