All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jan Beulich" <JBeulich@novell.com>
To: Olaf Hering <olaf@aepfle.de>
Cc: xen-devel@lists.xensource.com
Subject: Re: [PATCH 00 of 45] gcc 4.6 compile fixes for xen-unstable
Date: Fri, 20 May 2011 08:38:27 +0100	[thread overview]
Message-ID: <4DD6369302000078000425E2@vpn.id2.novell.com> (raw)
In-Reply-To: <patchbomb.1305831919@probook.site>

>>> On 19.05.11 at 21:05, Olaf Hering <olaf@aepfle.de> wrote:
> The following series fix compile errors with gcc 4.6.
> Please review if each change is correct.

Hmm, this large amount of changes makes we wonder whether we
shouldn't simply turn of the unused-but-set-variable warning
altogether, or at least not have it be an error. Not the least
because I'm not sure it'd be nice to backport all of these changes
into older trees (which obviously would suffer mostly the same
problems when built with 4.6 or newer).

Jan

> Thanks,
> 
> Olaf
> 
>  tools/console/client/main.c                          |    3 --
>  tools/debugger/gdbsx/gx/gx_comm.c                    |    2 -
>  tools/firmware/rombios/32bit/tcgbios/tcgbios.c       |    2 -
>  tools/libxc/xc_domain_restore.c                      |    2 -
>  tools/libxc/xc_tmem.c                                |    3 --
>  tools/libxl/libxl.c                                  |    6 ++---
>  tools/libxl/libxl_dom.c                              |    4 +--
>  tools/libxl/libxl_pci.c                              |    2 -
>  tools/libxl/libxl_utils.c                            |    2 -
>  tools/libxl/libxlu_cfg.c                             |    2 -
>  tools/libxl/xl_cmdimpl.c                             |    5 ----
>  tools/misc/gtraceview.c                              |    3 --
>  tools/python/xen/lowlevel/checkpoint/libcheckpoint.c |    6 +----
>  tools/python/xen/lowlevel/netlink/libnetlink.c       |    3 --
>  tools/xcutils/xc_restore.c                           |    3 --
>  tools/xenstat/xentop/xentop.c                        |    8 +------
>  tools/xenstore/xenstored_core.c                      |   20 ++++++++++++++-----
>  xen/arch/x86/acpi/cpu_idle.c                         |    2 -
>  xen/arch/x86/cpu/amd.c                               |    3 --
>  xen/arch/x86/cpu/intel.c                             |    3 --
>  xen/arch/x86/cpu/intel_cacheinfo.c                   |    7 ------
>  xen/arch/x86/cpu/mcheck/mce.c                        |   15 +++-----------
>  xen/arch/x86/cpu/mcheck/vmce.c                       |    2 -
>  xen/arch/x86/hvm/emulate.c                           |    3 --
>  xen/arch/x86/hvm/hvm.c                               |    5 +---
>  xen/arch/x86/hvm/viridian.c                          |    5 ----
>  xen/arch/x86/microcode_amd.c                         |    3 --
>  xen/arch/x86/mm.c                                    |    2 -
>  xen/arch/x86/mm/mem_sharing.c                        |    2 -
>  xen/arch/x86/mm/p2m-pod.c                            |    3 --
>  xen/arch/x86/mm/p2m.c                                |    2 -
>  xen/arch/x86/mm/shadow/multi.c                       |    4 +--
>  xen/arch/x86/msi.c                                   |    9 --------
>  xen/arch/x86/time.c                                  |    5 ++--
>  xen/arch/x86/x86_64/mm.c                             |    4 ---
>  xen/common/cpupool.c                                 |    2 -
>  xen/common/grant_table.c                             |    2 -
>  xen/common/kexec.c                                   |    2 -
>  xen/common/sched_credit2.c                           |    4 ---
>  xen/common/tmem.c                                    |    4 +--
>  xen/common/tmem_xen.c                                |    4 +--
>  xen/common/unlzo.c                                   |    3 --
>  xen/drivers/passthrough/vtd/intremap.c               |    6 -----
>  43 files changed, 59 insertions(+), 123 deletions(-)
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com 
> http://lists.xensource.com/xen-devel 

  parent reply	other threads:[~2011-05-20  7:38 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 19:05 [PATCH 00 of 45] gcc 4.6 compile fixes for xen-unstable Olaf Hering
2011-05-19 19:05 ` [PATCH 01 of 45] gcc-4.6 compile fix: tools/libxc/xc_tmem.c Olaf Hering
2011-05-19 19:05 ` [PATCH 02 of 45] gcc-4.6 compile fix: tools/libxc/xc_domain_restore.c Olaf Hering
2011-05-19 19:05 ` [PATCH 03 of 45] gcc-4.6 compile fix: tools/xenstore/xenstored_core.c Olaf Hering
2011-05-20  8:21   ` Keir Fraser
2011-05-20  8:30     ` Ian Campbell
2011-05-20  8:41       ` Keir Fraser
2011-05-20 14:38         ` Olaf Hering
2011-05-20 14:58           ` Keir Fraser
2011-05-20 16:11             ` Olaf Hering
2011-05-21  6:50               ` Keir Fraser
2011-05-20  8:35     ` Olaf Hering
2011-05-19 19:05 ` [PATCH 04 of 45] gcc-4.6 compile fix: tools/misc/gtraceview.c Olaf Hering
2011-05-19 19:05 ` [PATCH 05 of 45] gcc-4.6 compile fix: tools/xcutils/xc_restore.c Olaf Hering
2011-05-19 19:05 ` [PATCH 06 of 45] gcc-4.6 compile fix: tools/firmware/rombios/32bit/tcgbios/tcgbios.c Olaf Hering
2011-05-19 19:05 ` [PATCH 07 of 45] gcc-4.6 compile fix: tools/console/client/main.c Olaf Hering
2011-05-19 19:05 ` [PATCH 08 of 45] gcc-4.6 compile fix: tools/xenstat/xentop/xentop.c Olaf Hering
2011-05-19 19:05 ` [PATCH 09 of 45] gcc-4.6 compile fix: tools/libxl/xl_cmdimpl.c Olaf Hering
2011-05-19 19:05 ` [PATCH 10 of 45] gcc-4.6 compile fix: tools/libxl/libxlu_cfg.c Olaf Hering
2011-05-19 19:05 ` [PATCH 11 of 45] gcc-4.6 compile fix: tools/libxl/libxl.c Olaf Hering
2011-05-19 19:05 ` [PATCH 12 of 45] gcc-4.6 compile fix: tools/libxl/libxl_pci.c Olaf Hering
2011-05-19 19:05 ` [PATCH 13 of 45] gcc-4.6 compile fix: tools/libxl/libxl_dom.c Olaf Hering
2011-05-19 19:05 ` [PATCH 14 of 45] gcc-4.6 compile fix: tools/libxl/libxl_utils.c Olaf Hering
2011-05-19 19:05 ` [PATCH 15 of 45] gcc-4.6 compile fix: tools/debugger/gdbsx/gx/gx_comm.c Olaf Hering
2011-05-19 19:05 ` [PATCH 16 of 45] gcc-4.6 compile fix: tools/python/xen/lowlevel/checkpoint/libcheckpoint.c Olaf Hering
2011-05-19 19:05 ` [PATCH 17 of 45] gcc-4.6 compile fix: tools/python/xen/lowlevel/netlink/libnetlink.c Olaf Hering
2011-05-19 19:05 ` [PATCH 18 of 45] gcc-4.6 compile fix: xen/common/cpupool.c Olaf Hering
2011-05-20  7:43   ` Jan Beulich
2011-05-19 19:05 ` [PATCH 19 of 45] gcc-4.6 compile fix: xen/common/grant_table.c Olaf Hering
2011-05-19 19:05 ` [PATCH 20 of 45] gcc-4.6 compile fix: xen/common/kexec.c Olaf Hering
2011-05-19 19:05 ` [PATCH 21 of 45] gcc-4.6 compile fix: xen/common/sched_credit2.c Olaf Hering
2011-05-19 19:05 ` [PATCH 22 of 45] gcc-4.6 compile fix: xen/common/unlzo.c Olaf Hering
2011-05-19 19:05 ` [PATCH 23 of 45] gcc-4.6 compile fix: xen/drivers/passthrough/vtd/intremap.c Olaf Hering
2011-05-19 19:05 ` [PATCH 24 of 45] gcc-4.6 compile fix: xen/arch/x86/msi.c Olaf Hering
2011-05-19 19:05 ` [PATCH 25 of 45] gcc-4.6 compile fix: xen/arch/x86/microcode_amd.c Olaf Hering
2011-05-19 19:05 ` [PATCH 26 of 45] gcc-4.6 compile fix: xen/arch/x86/time.c Olaf Hering
2011-05-19 19:05 ` [PATCH 27 of 45] gcc-4.6 compile fix: xen/arch/x86/acpi/cpu_idle.c Olaf Hering
2011-05-20  7:52   ` Jan Beulich
2011-05-19 19:05 ` [PATCH 28 of 45] gcc-4.6 compile fix: xen/arch/x86/cpu/amd.c Olaf Hering
2011-05-19 19:05 ` [PATCH 29 of 45] gcc-4.6 compile fix: xen/arch/x86/cpu/intel.c Olaf Hering
2011-05-20  7:55   ` Jan Beulich
2011-05-20  8:38     ` Keir Fraser
2011-05-19 19:05 ` [PATCH 30 of 45] gcc-4.6 compile fix: xen/arch/x86/cpu/intel_cacheinfo.c Olaf Hering
2011-05-19 19:05 ` [PATCH 31 of 45] gcc-4.6 compile fix: xen/arch/x86/cpu/mcheck/mce.c Olaf Hering
2011-05-19 19:05 ` [PATCH 32 of 45] gcc-4.6 compile fix: xen/arch/x86/hvm/emulate.c Olaf Hering
2011-05-19 19:05 ` [PATCH 33 of 45] gcc-4.6 compile fix: xen/arch/x86/hvm/hvm.c Olaf Hering
2011-05-19 19:05 ` [PATCH 34 of 45] gcc-4.6 compile fix: xen/arch/x86/hvm/viridian.c Olaf Hering
2011-05-19 19:05 ` [PATCH 35 of 45] gcc-4.6 compile fix: xen/arch/x86/mm/p2m-pod.c Olaf Hering
2011-05-19 19:05 ` [PATCH 36 of 45] gcc-4.6 compile fix: xen/arch/x86/mm/mem_sharing.c Olaf Hering
2011-05-19 19:05 ` [PATCH 37 of 45] gcc-4.6 compile fix: xen/arch/x86/x86_64/mm.c Olaf Hering
2011-05-19 19:05 ` [PATCH 38 of 45] gcc-4.6 compile fix: xen/arch/x86/mm.c Olaf Hering
2011-05-19 19:05 ` [PATCH 39 of 45] gcc-4.6 compile fix: xen/arch/x86/cpu/mcheck/vmce.c Olaf Hering
2011-05-19 19:05 ` [PATCH 40 of 45] gcc-4.6 compile fix: xen/common/tmem.c Olaf Hering
2011-05-19 19:06 ` [PATCH 41 of 45] gcc-4.6 compile fix: xen/common/tmem_xen.c Olaf Hering
2011-05-19 19:06 ` [PATCH 42 of 45] gcc-4.6 compile fix: xen/arch/x86/mm/p2m.c Olaf Hering
2011-05-19 19:06 ` [PATCH 43 of 45] gcc-4.6 compile fix: xen/arch/x86/mm/shadow/multi.c Olaf Hering
2011-05-19 19:06 ` [PATCH 44 of 45] gcc-4.6 compile fix: xen/arch/x86/traps.c Olaf Hering
2011-05-20  8:12   ` Jan Beulich
2011-05-19 19:06 ` [PATCH 45 of 45] gcc-4.6 compile fix: xen/arch/x86/domain_build.c Olaf Hering
2011-05-20  7:38 ` Jan Beulich [this message]
2011-05-20  7:44   ` [PATCH 00 of 45] gcc 4.6 compile fixes for xen-unstable Olaf Hering
2011-05-20  8:28   ` Ian Campbell
2011-05-20  8:39     ` Keir Fraser
2011-05-20 17:23       ` Ian Jackson

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=4DD6369302000078000425E2@vpn.id2.novell.com \
    --to=jbeulich@novell.com \
    --cc=olaf@aepfle.de \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.