[libvirt] [PATCH 21/28] Rename sysinfo.{c, h} to virsysinfo.{c, h}

Daniel P. Berrange berrange at redhat.com
Mon Dec 17 16:11:19 UTC 2012


On Mon, Dec 17, 2012 at 04:45:04PM +0100, Viktor Mihajlovski wrote:
> On 12/17/2012 03:57 PM, Daniel P. Berrange wrote:
> >From: "Daniel P. Berrange" <berrange at redhat.com>
> >
> >---
> >  po/POTFILES.in         |    2 +-
> >  src/Makefile.am        |    2 +-
> >  src/conf/domain_conf.h |    2 +-
> >  src/qemu/qemu_driver.c |    2 +-
> >  src/util/sysinfo.c     | 1045 ------------------------------------------------
> >  src/util/sysinfo.h     |  105 -----
> >  src/util/virsysinfo.c  | 1045 ++++++++++++++++++++++++++++++++++++++++++++++++
> >  src/util/virsysinfo.h  |  105 +++++
> >  8 files changed, 1154 insertions(+), 1154 deletions(-)
> >  delete mode 100644 src/util/sysinfo.c
> >  delete mode 100644 src/util/sysinfo.h
> >  create mode 100644 src/util/virsysinfo.c
> >  create mode 100644 src/util/virsysinfo.h
> >
> 
> Since I have patches for sysinfo pending, could they be considered
> before the rename (at least 1/3 and 2/3, I could resend the tests
> with the new names later)?

Sure, I'll look at them now.

FWIW, git rebase usually copes with renamed files without
trouble, so this rename shouldn't be as painful as it might
appear


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list