From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIzED-00087b-Tw for qemu-devel@nongnu.org; Thu, 27 Feb 2014 06:34:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIzE9-00062f-6F for qemu-devel@nongnu.org; Thu, 27 Feb 2014 06:34:13 -0500 Received: from mail-lb0-f181.google.com ([209.85.217.181]:50745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIzE8-00062P-Vf for qemu-devel@nongnu.org; Thu, 27 Feb 2014 06:34:09 -0500 Received: by mail-lb0-f181.google.com with SMTP id c11so1540846lbj.26 for ; Thu, 27 Feb 2014 03:34:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1393437755-23586-1-git-send-email-peter.maydell@linaro.org> References: <1393437755-23586-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Thu, 27 Feb 2014 11:33:47 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/45] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , QEMU Developers , Aurelien Jarno On 26 February 2014 18:01, Peter Maydell wrote: > The following changes since commit d5001cf787ad0514839a81d0f2e771e01e076e21: > > xilinx: Delete hw/include/xilinx.h (2014-02-26 14:54:45 +1000) > > are available in the git repository at: > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20140226 > > for you to fetch changes up to c04018e93390e31b40044f3db92c173fb0ccb3d2: > > dma/pl330: implement dmaadnh instruction (2014-02-26 17:20:09 +0000) > > ---------------------------------------------------------------- > target-arm queue: > * fixes for various Coverity-spotted bugs > * support new KVM device control API for VGIC > * support KVM VGIC save/restore/migration > * more AArch64 system mode foundations > * support ARMv8 CRC instructions for A32/T32 > * PL330 minor fixes and cleanup Applied, thanks. -- PMM