From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ydg03-00046R-SF for qemu-devel@nongnu.org; Thu, 02 Apr 2015 10:21:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ydfzy-0002sT-QZ for qemu-devel@nongnu.org; Thu, 02 Apr 2015 10:21:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ydfzy-0002sB-MF for qemu-devel@nongnu.org; Thu, 02 Apr 2015 10:21:34 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 56390B6E87 for ; Thu, 2 Apr 2015 14:21:34 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-40.ams2.redhat.com [10.36.112.40]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t32ELW7m015458 for ; Thu, 2 Apr 2015 10:21:33 -0400 From: Paolo Bonzini Date: Thu, 2 Apr 2015 16:21:25 +0200 Message-Id: <1427984491-23475-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/6] More changes for QEMU 2.3.0-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 11f10cf8057dd5392171da061381f6c890b1e21d: hw/arm/vexpress: Don't double-free flash filename (2015-04-02 12:11:07 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to fb8597bb65eff5c868db52668d21888e4fe7c27a: Use $(MAKE) for recursive make (2015-04-02 15:58:39 +0200) ---------------------------------------------------------------- Another round of small fixes. I am not including the virtio-blk fix, because Wen only posted a prototype and the changes I made were pretty large. It definitely needs another pair of eyes (but it is a 2.3 regression and a blocker). ---------------------------------------------------------------- Ed Maste (1): Use $(MAKE) for recursive make Joseph Hindin (1): qga: fitering out -fstack-protector-strong Marcel Apfelbaum (1): util/qemu-config: fix regression of qmp_query_command_line_options Nadav Amit (1): target-i386: clear bsp bit when designating bsp Paolo Bonzini (1): target-i386: save 64-bit CR3 in 64-bit SMM state save area zhanghailiang (1): kvm-all: Sync dirty-bitmap from kvm before kvm destroy the corresponding dirty_bitmap Makefile | 6 ++-- hw/intc/apic_common.c | 8 +++-- include/hw/i386/apic.h | 2 +- kvm-all.c | 2 +- qga/vss-win32/Makefile.objs | 2 +- target-i386/cpu.c | 4 +-- target-i386/smm_helper.c | 4 +-- util/qemu-config.c | 81 +++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 96 insertions(+), 13 deletions(-) -- 2.3.4