From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNKGo-0002rk-UH for qemu-devel@nongnu.org; Tue, 11 Mar 2014 06:50:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNKGi-0003pF-Vl for qemu-devel@nongnu.org; Tue, 11 Mar 2014 06:50:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNKGi-0003p7-Nj for qemu-devel@nongnu.org; Tue, 11 Mar 2014 06:50:44 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2BAohWx019743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Mar 2014 06:50:43 -0400 Received: from playground.com (ovpn-112-39.ams2.redhat.com [10.36.112.39]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s2BAof9Z026455 for ; Tue, 11 Mar 2014 06:50:42 -0400 From: Paolo Bonzini Date: Tue, 11 Mar 2014 11:50:35 +0100 Message-Id: <1394535038-32454-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/3] KVM uq/master changes for 2013-03-14 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 9fbee91a131a05e443d7108d7fbdf3ca91020290: Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-02-27 16:00:31 +0000) 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 b0f15a5d5628994c71a6f428f360a5a537ad3b39: target-i386: bugfix of Intel MPX (2014-03-11 11:49:00 +0100) Thanks, Paolo ---------------------------------------------------------------- Liu, Jinsong (1): target-i386: bugfix of Intel MPX Marcelo Tosatti (2): kvm-all: exit in case max vcpus exceeded file_ram_alloc: unify mem-path,mem-prealloc error handling exec.c | 14 ++++++++++---- kvm-all.c | 3 +-- target-i386/cpu.c | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) -- 1.8.3.1