From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdpLH-0006mE-65 for qemu-devel@nongnu.org; Wed, 28 Nov 2012 16:38:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TdpLG-0001j6-4W for qemu-devel@nongnu.org; Wed, 28 Nov 2012 16:38:51 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:45770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TdpLG-0001ez-01 for qemu-devel@nongnu.org; Wed, 28 Nov 2012 16:38:50 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so10324787iej.4 for ; Wed, 28 Nov 2012 13:38:49 -0800 (PST) From: Anthony Liguori In-Reply-To: <1353956157-26879-1-git-send-email-agraf@suse.de> References: <1353956157-26879-1-git-send-email-agraf@suse.de> Date: Wed, 28 Nov 2012 15:38:45 -0600 Message-ID: <87zk21qufu.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL 1.3 0/6] ppc 1.3 patch queue 2012-11-26 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , "qemu-devel@nongnu.org qemu-devel" Cc: Blue Swirl , "qemu-ppc@nongnu.org List" , Aurelien Jarno Alexander Graf writes: > Hi Blue / Aurelien, > > This is my patch queue for ppc with patches that should go into 1.3. > Please pull. Pulled. Thanks. Regards, Anthony Liguori > > Alex > > > The following changes since commit cab1e8f3e37d8e883c270e3afd9c7c1c18332f0e: > Anthony Liguori (1): > Merge remote-tracking branch 'qemu-kvm/uq/master' into staging > > are available in the git repository at: > > git://repo.or.cz/qemu/agraf.git ppc-for-upstream-1.3 > > Alexander Graf (1): > fbdev: fix pixman compile on old pixman > > Alexey Kardashevskiy (2): > kvm: fix incorrect length in a loop over kvm dirty pages map > pseries: Fix bug in PCI MSI allocation > > Julio Guerra (1): > PPC: Fix missing TRACE exception > > Peter Maydell (2): > hw/ide/macio: Fix segfault caused by NULL DMAContext* > vl.c: Fix broken -usb option > > hw/ide/macio.c | 6 ++++-- > hw/spapr_pci.c | 2 +- > kvm-all.c | 2 +- > qemu-pixman.c | 2 ++ > target-ppc/translate.c | 3 ++- > vl.c | 12 ++++-------- > 6 files changed, 14 insertions(+), 13 deletions(-)