From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33835 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3kz0-0002N4-O9 for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:33:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3kwH-0007Dl-EX for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:30:54 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:58393) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3kwH-0006ys-Ah for qemu-devel@nongnu.org; Thu, 07 Oct 2010 03:30:53 -0400 Received: by mail-iw0-f173.google.com with SMTP id 38so20161iwn.4 for ; Thu, 07 Oct 2010 00:30:15 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4CAD76D5.3050901@redhat.com> Date: Thu, 07 Oct 2010 09:29:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/11] GCC 4.6.0 fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel On 10/06/2010 11:31 PM, Blue Swirl wrote: > Blue Swirl (11): > block: avoid a write only variable > cirrus: avoid write only variables > eepro100: initialize a variable in all cases > lsi53c895a: avoid a write only variable > Delete write only variables > mips_fulong2e: Delete write only variables > cris: avoid write only variables > vnc: avoid write only variables > i386: avoid a write only variable > ppc: avoid write only variables > mips: avoid write only variables > > block/qcow2-refcount.c | 18 +- > hw/cirrus_vga.c | 30 +- > hw/cirrus_vga_rop.h | 38 +- > hw/cirrus_vga_rop2.h | 12 +- > hw/eepro100.c | 6 +- > hw/lsi53c895a.c | 7 +- > hw/mips_fulong2e.c | 8 +- > hw/mips_malta.c | 14 +- > hw/mips_r4k.c | 3 +- > hw/ppc405_boards.c | 5 +- > hw/ppc405_uc.c | 28 - > hw/ppc_newworld.c | 3 +- > hw/ppc_oldworld.c | 6 +- > hw/ppc_prep.c | 3 +- > hw/ppce500_mpc8544ds.c | 13 +- > hw/tc6393xb_template.h | 2 - > hw/virtex_ml507.c | 5 +- > hw/wm8750.c | 5 - > net/tap-win32.c | 5 +- > savevm.c | 4 +- > target-cris/op_helper.c | 6 + > target-cris/translate_v10.c | 5 +- > target-i386/op_helper.c | 4 +- > target-mips/translate.c | 1222 +++++++++++++++++++++++-------------------- > target-ppc/op_helper.c | 20 +- > ui/vnc.c | 8 + > 26 files changed, 769 insertions(+), 711 deletions(-) I replied to the patches I disagree with. Otherwise a nice cleanup. Paolo