From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecTg9-0003HQ-3z for qemu-devel@nongnu.org; Fri, 19 Jan 2018 05:13:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecTg8-00071h-C0 for qemu-devel@nongnu.org; Fri, 19 Jan 2018 05:13:45 -0500 Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]:38093) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecTg8-00070f-63 for qemu-devel@nongnu.org; Fri, 19 Jan 2018 05:13:44 -0500 Received: by mail-oi0-x22e.google.com with SMTP id m65so783025oig.5 for ; Fri, 19 Jan 2018 02:13:44 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180118213022-mutt-send-email-mst@kernel.org> References: <1516121887-32738-1-git-send-email-mst@redhat.com> <20180118213022-mutt-send-email-mst@kernel.org> From: Peter Maydell Date: Fri, 19 Jan 2018 10:13:22 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL v2 00/34] pc, pci, virtio: features, fixes, cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers On 18 January 2018 at 19:30, Michael S. Tsirkin wrote: > On Thu, Jan 18, 2018 at 10:09:09AM +0000, Peter Maydell wrote: >> Hi -- this pullreq triggers a lot of alignment warnings for vhost >> in the clang runtime sanitizer: > > Are these build or make check errors? They're runtime, so they fire during make check. thanks -- PMM