From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sq21M-00007U-Lr for qemu-devel@nongnu.org; Sat, 14 Jul 2012 09:04:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sq21L-0005ll-N4 for qemu-devel@nongnu.org; Sat, 14 Jul 2012 09:04:28 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:38576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sq21L-0005lg-GE for qemu-devel@nongnu.org; Sat, 14 Jul 2012 09:04:27 -0400 Received: by eaak12 with SMTP id k12so1503006eaa.4 for ; Sat, 14 Jul 2012 06:04:26 -0700 (PDT) From: Blue Swirl Date: Sat, 14 Jul 2012 13:04:50 +0000 Message-Id: Subject: [Qemu-devel] [PATCH v3 0/2] portability patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com I entertained myself by compiling QEMU with -std=c99 -pedantic and fixing some issues found with that. v2->v3 Put :?, %m and asm patches to separate series. v1->v2: Fix copypasta in 1/5 (Anders Schwab) Resent with correct address Blue Swirl (2): Avoid returning void Avoid redefining inline block.c | 2 +- dma.h | 6 +++--- hw/bt-l2cap.c | 11 +++++++---- hw/eepro100.c | 15 +++++++++++---- hw/ide/cmd646.c | 6 +++--- hw/ide/piix.c | 3 ++- hw/ide/via.c | 3 ++- hw/lan9118.c | 6 ++++-- hw/ne2000.c | 8 ++++---- hw/vmware_vga.c | 9 ++++++--- osdep.h | 2 ++ ui/vnc-auth-vencrypt.c | 3 ++- ui/vnc.c | 2 +- 13 files changed, 48 insertions(+), 28 deletions(-) -- 1.7.2.5