[libvirt] [PATCH 0/2] gnulib update

Eric Blake eblake at redhat.com
Tue Nov 29 13:53:43 UTC 2011


The latest gnulib update accidentally reintroduced -Wformat-nonliteral
(by virtue of adding -Wformat=2, understood only by newer gcc), I
almost got sucked into the rathole of fixing all our problems before
I realized the real issue, but by then, I had already written patch 1.

I'd like to get this in before the freeze, and then (hopefully) not
touch .gnulib until after the release (we've been burned too many
times by a .gnulib update after rc1).

Eric Blake (2):
  error: drop old-style error reporting
  build: import latest gnulib, for mingw and syntax-check fixes

 .gnulib                         |    2 +-
 gnulib/local/lib/openpty.c.diff |   26 ------
 gnulib/local/lib/pty.in.h.diff  |   13 ---
 m4/virt-compile-warnings.m4     |    8 ++-
 src/fdstream.c                  |    2 +-
 src/libvirt_private.syms        |    1 -
 src/qemu/qemu_monitor.c         |    2 +-
 src/qemu/qemu_monitor_json.c    |    2 +-
 src/util/conf.c                 |   22 ++---
 src/util/virterror.c            |    2 +-
 src/util/virterror_internal.h   |    8 --
 src/xen/xen_hypervisor.c        |  170 ++++++++++++++++-----------------------
 src/xenapi/xenapi_utils.c       |    2 +-
 tests/testutils.c               |    4 +-
 tools/virsh.c                   |   12 ++--
 15 files changed, 98 insertions(+), 178 deletions(-)
 delete mode 100644 gnulib/local/lib/openpty.c.diff
 delete mode 100644 gnulib/local/lib/pty.in.h.diff

-- 
1.7.7.3




More information about the libvir-list mailing list