qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH v2 00/12] GCC 4.6.0 fixes
Date: Fri, 8 Oct 2010 21:23:00 +0000	[thread overview]
Message-ID: <AANLkTiktMNEWEM5QRpz_1q-KJsgiM+O3ZQjFrdqtOqb=@mail.gmail.com> (raw)

*** BLURB HERE ***

Blue Swirl (12):
  block: avoid a write only variable
  cirrus: avoid write only variables
  eepro100: initialize a variable in all cases
  lsi53c895a: avoid a write only variable
  ppc: remove video.x
  Delete write only variables
  mips_fulong2e: Delete write only variables
  cris: avoid a write only variable
  vnc: avoid write only variables
  i386: avoid a write only variable
  ppc: avoid write only variables
  mips: avoid write only variables

 Makefile                    |    3 +-
 block/qcow2-refcount.c      |    1 +
 configure                   |    2 +-
 hw/cirrus_vga.c             |   30 ++++++------
 hw/cirrus_vga_rop.h         |   38 +++++++++++---
 hw/cirrus_vga_rop2.h        |   12 ++--
 hw/eepro100.c               |    6 +-
 hw/lsi53c895a.c             |    1 +
 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_mac.h                |    1 -
 hw/ppc_newworld.c           |   44 ++---------------
 hw/ppc_oldworld.c           |  113 ++-----------------------------------------
 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 +-
 pc-bios/README              |    4 --
 pc-bios/video.x             |  Bin 12192 -> 0 bytes
 savevm.c                    |    4 +-
 target-cris/translate_v10.c |    5 +-
 target-i386/op_helper.c     |    4 ++
 target-mips/translate.c     |   29 +++++++++++
 target-ppc/cpu.h            |    3 -
 target-ppc/helper.c         |   11 ----
 target-ppc/op_helper.c      |   12 +++--
 ui/vnc.c                    |    8 +++
 32 files changed, 140 insertions(+), 282 deletions(-)
 delete mode 100644 pc-bios/video.x

                 reply	other threads:[~2010-10-08 21:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTiktMNEWEM5QRpz_1q-KJsgiM+O3ZQjFrdqtOqb=@mail.gmail.com' \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).