From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPWZv-0004DK-Om for qemu-devel@nongnu.org; Mon, 17 Mar 2014 08:23:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPWZq-0003Rl-E0 for qemu-devel@nongnu.org; Mon, 17 Mar 2014 08:23:39 -0400 Received: from mail-qc0-x229.google.com ([2607:f8b0:400d:c01::229]:33857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPWZq-0003RO-AQ for qemu-devel@nongnu.org; Mon, 17 Mar 2014 08:23:34 -0400 Received: by mail-qc0-f169.google.com with SMTP id i17so5794337qcy.28 for ; Mon, 17 Mar 2014 05:23:33 -0700 (PDT) Received: from yakj.usersys.redhat.com (net-37-117-154-249.cust.vodafonedsl.it. [37.117.154.249]) by mx.google.com with ESMTPSA id u15sm20813967qge.2.2014.03.17.05.23.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Mar 2014 05:23:32 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 17 Mar 2014 13:23:13 +0100 Message-Id: <1395058997-19660-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/4] Misc fixes for 2.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony, Peter, The following changes since commit f4b11eee2f562c23b3efc33b96ba4542c9ca81aa: Makefile: Fix "make clean" (2014-03-17 11:50:19 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git fixes-for-2.0 for you to fetch changes up to 025172d56e11ba3d86d0937933a23aab3b8606b1: vl.c: Output error on invalid machine type (2014-03-17 13:21:12 +0100) I gathered miscellaneous fixes from the mailing list, two of them mine, that are suitable for hard freeze. (I originarily had Fam's other patch in here too). ---------------------------------------------------------------- Fam Zheng (1): rules.mak: Fix per object libs extraction Miroslav Rezanina (1): vl.c: Output error on invalid machine type Paolo Bonzini (2): qemu-nbd: Fix coverity issues target-alpha: fix subl and s8subl indentation qemu-nbd.c | 17 +++++++++++++---- rules.mak | 4 ++-- target-alpha/translate.c | 3 ++- vl.c | 21 +++++++++++++-------- 4 files changed, 30 insertions(+), 15 deletions(-) -- 1.8.5.3