From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5G8a-0008BN-NN for qemu-devel@nongnu.org; Mon, 20 Jan 2014 09:47:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5G8S-0007NO-AZ for qemu-devel@nongnu.org; Mon, 20 Jan 2014 09:47:40 -0500 Received: from mail-qa0-x234.google.com ([2607:f8b0:400d:c00::234]:55138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5G8S-0007Mo-65 for qemu-devel@nongnu.org; Mon, 20 Jan 2014 09:47:32 -0500 Received: by mail-qa0-f52.google.com with SMTP id j15so5518552qaq.25 for ; Mon, 20 Jan 2014 06:47:31 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52DD36FF.2000605@redhat.com> Date: Mon, 20 Jan 2014 15:47:27 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1390229051-28635-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1390229051-28635-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/8] KVM uq/master changes for 2014-01-20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gleb@kernel.org, mtosatti@redhat.com, qemu-devel@nongnu.org Il 20/01/2014 15:44, Paolo Bonzini ha scritto: > Anthony, > > the following changes since commit 6747f6456fd1e5e986b6385ff5d706c79ebd8a32: > > Merge remote-tracking branch 'rth/tcg-temp-order' into staging (2013-12-10 16:14:36 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > for you to fetch changes up to 584f2be79de148b0765a758ac0c1036a29c5e830: > > kvm: always update the MPX model specific register (2014-01-20 14:25:22 +0100) > > Many small bug fixes, and the userspace side of MPX support. There is a trivial conflict in the include files of exec.c. Upstream already includes the header that is added in this series. Paolo