From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49578 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrJ1R-0006py-6A for qemu-devel@nongnu.org; Thu, 02 Sep 2010 19:16:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrJ1N-0008Eq-09 for qemu-devel@nongnu.org; Thu, 02 Sep 2010 19:16:45 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47907 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrJ1M-0008EA-QR for qemu-devel@nongnu.org; Thu, 02 Sep 2010 19:16:40 -0400 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 9BA478A95F for ; Fri, 3 Sep 2010 01:16:38 +0200 (CEST) From: Alexander Graf Date: Fri, 3 Sep 2010 01:16:34 +0200 Message-Id: <1283469398-19965-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 0/4] PPC updates List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel List This time around I also included a fix for the shmem compile bug, as my tree wouldn't compile otherwise. The following changes since commit cb93bbdd7db92e50ff5e60a346b23df68acae46b: Blue Swirl (1): Fix OpenBSD linker warning are available in the git repository at: git://repo.or.cz/qemu/agraf.git ppc-next Alexander Graf (4): Fix compile of ivshmem on 32 bit hosts KVM: PPC: Add level based interrupt logic PPC: Qdev'ify e500 pci PPC: Make e500 pci byte swap config data hw/ivshmem.c | 6 +- hw/ppc.c | 11 +++++ hw/ppce500_pci.c | 106 ++++++++++++++++++++++++++++++++++--------------- target-ppc/kvm.c | 37 ++++++++++++++++- target-ppc/kvm_ppc.h | 13 ++++++ 5 files changed, 135 insertions(+), 38 deletions(-)