From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxBpz-0008Kp-85 for qemu-devel@nongnu.org; Fri, 13 Nov 2015 05:44:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxBpy-0002BA-9C for qemu-devel@nongnu.org; Fri, 13 Nov 2015 05:44:11 -0500 Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:36140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxBpy-0002B5-53 for qemu-devel@nongnu.org; Fri, 13 Nov 2015 05:44:10 -0500 Received: by obdgf3 with SMTP id gf3so70849205obd.3 for ; Fri, 13 Nov 2015 02:44:09 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1447401507-6319-1-git-send-email-stefanha@redhat.com> Date: Fri, 13 Nov 2015 18:44:09 +0800 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v3 00/15] Tracing patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Stefan Hajnoczi On Fri, Nov 13, 2015 at 6:30 PM, Peter Maydell wrote: > On 13 November 2015 at 07:58, Stefan Hajnoczi wrote: >> v3: >> * Include "exec/log.h" from translate-a64.c [Peter] >> >> v2: >> * Add missing log.py file [Peter] >> >> The following changes since commit 74fcbd22d20a2fbc1a47a7b00cce5bf98fd7be5f: >> >> hw/misc: Add support for ADC controller in Xilinx Zynq 7000 (2015-11-12 21:30:42 +0000) >> >> are available in the git repository at: >> >> git://github.com/stefanha/qemu.git tags/tracing-pull-request >> >> for you to fetch changes up to de332788d7c626fce31f6baebab807df5a7410e1: >> >> log: add "-d trace:PATTERN" (2015-11-13 15:52:57 +0800) > > w32 fails to build with the same 'ssize_t vs signed size_t for %zd' > thing that hit somebody else's changes earlier this week: ... > I also now get a handful of extra warnings in the 'make check' output: As mentioned on IRC, I'm dropping this pull request. I'll send a new pull request early next week for -rc1. It will only contain bug fixes. Too many fixes are accumulating on top of the patches. I'm going to bounce the original series and merge it, once fixed, for QEMU 2.6. Stefan