From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvsS7-0001sC-Pa for qemu-devel@nongnu.org; Mon, 30 Jul 2012 12:04:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvsRz-0000Vn-Dl for qemu-devel@nongnu.org; Mon, 30 Jul 2012 12:04:15 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:37322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvsRz-0000VE-1B for qemu-devel@nongnu.org; Mon, 30 Jul 2012 12:04:07 -0400 Received: by eaah1 with SMTP id h1so1159281eaa.4 for ; Mon, 30 Jul 2012 09:04:05 -0700 (PDT) From: blauwirbel@gmail.com Date: Mon, 30 Jul 2012 16:04:30 +0000 Message-Id: Subject: [Qemu-devel] [PATCH 0/5] Clang patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com From: Blue Swirl With this patch set, I'm able to compile AREG0 free softmmu targets. Blue Swirl (5): sparc: fix floppy TC line setup sparc: fix expression with uninitialized initial value qapi: avoid reserved word restrict user: fix accidental AREG0 use configure: disable a few Clang compiler warnings configure | 5 ++++- hw/sun4m.c | 18 +++++++++++++----- linux-user/signal.c | 2 +- net/slirp.c | 6 +++--- qapi-schema.json | 4 ++-- user-exec.c | 17 ++++++++++++----- 6 files changed, 35 insertions(+), 17 deletions(-) -- 1.7.2.5