From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VktnF-0000qF-Sp for qemu-devel@nongnu.org; Mon, 25 Nov 2013 05:53:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vktn9-0007rf-EQ for qemu-devel@nongnu.org; Mon, 25 Nov 2013 05:53:29 -0500 Received: from mail-qe0-x236.google.com ([2607:f8b0:400d:c02::236]:34511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vktn9-0007rZ-Aq for qemu-devel@nongnu.org; Mon, 25 Nov 2013 05:53:23 -0500 Received: by mail-qe0-f54.google.com with SMTP id cy11so1881800qeb.13 for ; Mon, 25 Nov 2013 02:53:22 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52932C1D.6080707@redhat.com> Date: Mon, 25 Nov 2013 11:53:17 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1385052578-32352-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1385052578-32352-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL for-1.7 00/11] Miscellaneous -rc patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@amazon.com Cc: qemu-devel@nongnu.org Il 21/11/2013 17:49, Paolo Bonzini ha scritto: > The following changes since commit 394cfa39ba24dd838ace1308ae24961243947fb8: > > Merge remote-tracking branch 'quintela/migration.next' into staging (2013-11-19 13:03:06 -0800) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git tags/for-anthony > > for you to fetch changes up to d607a52364e7bfc1cd6d3e425b898e86be4e525d: > > qga: Fix compiler warnings (missing format attribute, wrong format strings) (2013-11-21 17:39:25 +0100) > > You do not have my key yet, but you can verify it is the same that I use > for example in Linux pull requests. Please contact me offlist if you > wish to do keysigning. > > ---------------------------------------------------------------- > Here are a bunch of 1.7-tagged patches that I was afraid > were getting forgotten or that did not have a clear maintainer responsible > for making a pull request. The following five patches are still not in -rc1: da87dd7 sun4m: Add FCode ROM for TCX framebuffer 45d285a configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0 7839ff5 pc: get rid of builtin pvpanic for "-M pc-1.5" 2140cfa target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid() d607a52 qga: Fix compiler warnings (missing format attribute, wrong format strings) Should I prepare a new pull request? Paolo