qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] GCC 4.6.0 fixes
@ 2010-10-06 21:31 Blue Swirl
  2010-10-07  7:29 ` [Qemu-devel] " Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Blue Swirl @ 2010-10-06 21:31 UTC (permalink / raw)
  To: qemu-devel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: [PATCH 00/11] GCC 4.6.0 fixes
  2010-10-06 21:31 [Qemu-devel] [PATCH 00/11] GCC 4.6.0 fixes Blue Swirl
@ 2010-10-07  7:29 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2010-10-07  7:29 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-07  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06 21:31 [Qemu-devel] [PATCH 00/11] GCC 4.6.0 fixes Blue Swirl
2010-10-07  7:29 ` [Qemu-devel] " Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).