]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Rename daemon main code
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 16 Sep 2009 11:37:26 +0000 (12:37 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Sep 2009 13:41:45 +0000 (14:41 +0100)
* daemon/qemud.c: Rename to daemon/libvirtd.c
* daemon/qemud.h: Rename to daemon/libvirtd.h
* daemon/Makefile.am, daemon/dispatch.h, daemon/mdns.c,
  daemon/remote.h: Update for renamed libvirtd.h file

daemon/Makefile.am
daemon/dispatch.h
daemon/libvirtd.c [moved from daemon/qemud.c with 99% similarity]
daemon/libvirtd.h [moved from daemon/qemud.h with 99% similarity]
daemon/mdns.c
daemon/remote.h

index 89c94b33066d85ef5d983f4665bcd299f670ab95..335fa859129450b3ca9d3ab38d4c9c48faddad9e 100644 (file)
@@ -2,7 +2,7 @@
 
 DAEMON_SOURCES =                                       \
                event.c event.h                         \
-               qemud.c qemud.h                         \
+               libvirtd.c libvirtd.h                   \
                remote.c remote.h                       \
                dispatch.c dispatch.h                   \
                remote_dispatch_prototypes.h            \
index 1d85df9a6b97742654084fe3e9b4932c55d1c5bb..30de65887bad96c9568f9b9e1e81a2fa91066107 100644 (file)
@@ -25,7 +25,7 @@
 #define __LIBVIRTD_DISPATCH_H__
 
 
-#include "qemud.h"
+#include "libvirtd.h"
 
 
 int
similarity index 99%
rename from daemon/qemud.c
rename to daemon/libvirtd.c
index 7cd190f3686acdad1a3ae51d7a701def39368587..7a256483505fbe719d9133c12e18186d416c7aa2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * qemud.c: daemon start of day, guest process & i/o management
+ * libvirtd.c: daemon start of day, guest process & i/o management
  *
  * Copyright (C) 2006, 2007, 2008, 2009 Red Hat, Inc.
  * Copyright (C) 2006 Daniel P. Berrange
@@ -53,7 +53,7 @@
 
 #define VIR_FROM_THIS VIR_FROM_QEMU
 
-#include "qemud.h"
+#include "libvirtd.h"
 #include "dispatch.h"
 
 #include "util.h"
similarity index 99%
rename from daemon/qemud.h
rename to daemon/libvirtd.h
index e8ce20988ea7920f6bfa43c8ac905fb62b4f754f..241c637b4b15bf97af4ccbe8db36bd37aa51f422 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * qemud.h: daemon data structure definitions
+ * libvirtd.h: daemon data structure definitions
  *
  * Copyright (C) 2006-2009 Red Hat, Inc.
  * Copyright (C) 2006 Daniel P. Berrange
index e1471af59cf8c69585fa16923c8d5b52ed473128..ae8dc40fdb563cf824c896d2032ad93581715c9a 100644 (file)
@@ -37,8 +37,7 @@
 #include <avahi-common/error.h>
 #include <avahi-common/timeval.h>
 
-#include "internal.h"
-#include "qemud.h"
+#include "libvirtd.h"
 #include "mdns.h"
 #include "event.h"
 #include "memory.h"
index e3ee6964cc40d614dab9813e7d710eba19c4dc7c..5df601bb9b973d94bfe36d59acc7658b04f351b5 100644 (file)
@@ -25,7 +25,7 @@
 #define __LIBVIRTD_REMOTE_H__
 
 
-#include "qemud.h"
+#include "libvirtd.h"
 
 typedef union {
 #include "remote_dispatch_args.h"