From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMEfp-0004Fo-O4 for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:44:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMEfl-0008Br-O1 for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:44:41 -0500 Received: from mail-la0-f50.google.com ([209.85.215.50]:40366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMEfl-0008Bi-Gc for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:44:37 -0500 Received: by labgd6 with SMTP id gd6so15849975lab.7 for ; Fri, 13 Feb 2015 03:44:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1423806885-9548-1-git-send-email-peter.maydell@linaro.org> References: <1423806885-9548-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Fri, 13 Feb 2015 11:44:16 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/12] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 13 February 2015 at 05:54, Peter Maydell wrote: > The following changes since commit 449008f86418583a1f0fb946cf91ee7b4797317d: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' into staging (2015-02-11 05:14:41 +0000) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150213 > > for you to fetch changes up to c2ebd862a54b7e12175d65c03ba259926cb2237a: > > target-arm: A64: Avoid signed shifts in disas_ldst_pair() (2015-02-13 05:46:09 +0000) > > ---------------------------------------------------------------- > target-arm queue: > * PCIe support in virt board > * Support 32-bit guests on 64-bit KVM hosts in virt board > * Fixes to avoid C undefined behaviour > Applied, thanks. -- PMM