From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUOt3-0000Mv-EG for qemu-devel@nongnu.org; Sat, 07 Mar 2015 19:16:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUOt0-0000rk-9Z for qemu-devel@nongnu.org; Sat, 07 Mar 2015 19:16:05 -0500 Received: from mail-la0-f42.google.com ([209.85.215.42]:36537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUOt0-0000re-2Y for qemu-devel@nongnu.org; Sat, 07 Mar 2015 19:16:02 -0500 Received: by labgd6 with SMTP id gd6so17382547lab.3 for ; Sat, 07 Mar 2015 16:16:01 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20150307181703.GB31192@redhat.com> References: <20150304151003.GA3635@redhat.com> <87r3t242x0.fsf@blackfin.pond.sub.org> <20150307181703.GB31192@redhat.com> From: Peter Maydell Date: Sun, 8 Mar 2015 09:15:41 +0900 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v5] pci, pc, virtio fixes and cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Markus Armbruster , QEMU Developers On 8 March 2015 at 03:17, Michael S. Tsirkin wrote: > OK Markus now confirmed this wasn't (necessarily) triggered > by these patches. So nothing should block this pull request now? Fails to build with clang: /home/petmay01/linaro/qemu-for-merges/hw/i386/acpi-build.c:471:20: error: unused function 'acpi_get_hex' [-Werror,-Wunused-function] static inline char acpi_get_hex(uint32_t val) ^ 1 error generated. -- PMM