183 lines
5.2 KiB
Diff
183 lines
5.2 KiB
Diff
|
changeset: 23584:e30cff57b146
|
||
|
user: Olaf Hering <olaf@aepfle.de>
|
||
|
date: Fri Jun 10 10:47:12 2011 +0200
|
||
|
files: tools/xenpaging/Makefile tools/xenpaging/mem_event.h tools/xenpaging/xc.c tools/xenpaging/xc.h tools/xenpaging/xenpaging.c tools/xenpaging/xenpaging.h
|
||
|
description:
|
||
|
xenpaging: drop xc.c, remove xc files
|
||
|
|
||
|
Finally remove xc.c/xc.h and its references since both are empty now.
|
||
|
|
||
|
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
||
|
Committed-by: Ian Jackson <ian.jackson.citrix.com>
|
||
|
|
||
|
|
||
|
---
|
||
|
tools/xenpaging/Makefile | 2 -
|
||
|
tools/xenpaging/mem_event.h | 1
|
||
|
tools/xenpaging/xc.c | 47 --------------------------------------
|
||
|
tools/xenpaging/xc.h | 54 --------------------------------------------
|
||
|
tools/xenpaging/xenpaging.c | 1
|
||
|
tools/xenpaging/xenpaging.h | 1
|
||
|
6 files changed, 1 insertion(+), 105 deletions(-)
|
||
|
|
||
|
Index: xen-4.1.2-testing/tools/xenpaging/Makefile
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/tools/xenpaging/Makefile
|
||
|
+++ xen-4.1.2-testing/tools/xenpaging/Makefile
|
||
|
@@ -9,7 +9,7 @@ LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS
|
||
|
POLICY = default
|
||
|
|
||
|
SRC :=
|
||
|
-SRCS += file_ops.c xc.c xenpaging.c policy_$(POLICY).c
|
||
|
+SRCS += file_ops.c xenpaging.c policy_$(POLICY).c
|
||
|
|
||
|
CFLAGS += -Werror
|
||
|
CFLAGS += -Wno-unused
|
||
|
Index: xen-4.1.2-testing/tools/xenpaging/mem_event.h
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/tools/xenpaging/mem_event.h
|
||
|
+++ xen-4.1.2-testing/tools/xenpaging/mem_event.h
|
||
|
@@ -25,7 +25,6 @@
|
||
|
#define __XEN_MEM_EVENT_H__
|
||
|
|
||
|
|
||
|
-#include "xc.h"
|
||
|
#include <xc_private.h>
|
||
|
|
||
|
#include <xen/event_channel.h>
|
||
|
Index: xen-4.1.2-testing/tools/xenpaging/xc.c
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/tools/xenpaging/xc.c
|
||
|
+++ /dev/null
|
||
|
@@ -1,47 +0,0 @@
|
||
|
-/******************************************************************************
|
||
|
- * tools/xenpaging/lib/xc.c
|
||
|
- *
|
||
|
- * libxc-type add-ons for paging support.
|
||
|
- *
|
||
|
- * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
|
||
|
- *
|
||
|
- * This program is free software; you can redistribute it and/or modify
|
||
|
- * it under the terms of the GNU General Public License as published by
|
||
|
- * the Free Software Foundation; either version 2 of the License, or
|
||
|
- * (at your option) any later version.
|
||
|
- *
|
||
|
- * This program is distributed in the hope that it will be useful,
|
||
|
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
- * GNU General Public License for more details.
|
||
|
- *
|
||
|
- * You should have received a copy of the GNU General Public License
|
||
|
- * along with this program; if not, write to the Free Software
|
||
|
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
- */
|
||
|
-
|
||
|
-
|
||
|
-#include <errno.h>
|
||
|
-#include <string.h>
|
||
|
-#include <stdarg.h>
|
||
|
-#include <sys/poll.h>
|
||
|
-#include <xc_private.h>
|
||
|
-#include <xs.h>
|
||
|
-#include "xc.h"
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-/*
|
||
|
- * Local variables:
|
||
|
- * mode: C
|
||
|
- * c-set-style: "BSD"
|
||
|
- * c-basic-offset: 4
|
||
|
- * tab-width: 4
|
||
|
- * indent-tabs-mode: nil
|
||
|
- * End:
|
||
|
- */
|
||
|
Index: xen-4.1.2-testing/tools/xenpaging/xc.h
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/tools/xenpaging/xc.h
|
||
|
+++ /dev/null
|
||
|
@@ -1,54 +0,0 @@
|
||
|
-/******************************************************************************
|
||
|
- * tools/xenpaging/lib/xc.h
|
||
|
- *
|
||
|
- * libxc add-ons.
|
||
|
- *
|
||
|
- * Copyright (c) 2009 Citrix Systems, Inc. (Patrick Colp)
|
||
|
- *
|
||
|
- * This program is free software; you can redistribute it and/or modify
|
||
|
- * it under the terms of the GNU General Public License as published by
|
||
|
- * the Free Software Foundation; either version 2 of the License, or
|
||
|
- * (at your option) any later version.
|
||
|
- *
|
||
|
- * This program is distributed in the hope that it will be useful,
|
||
|
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
- * GNU General Public License for more details.
|
||
|
- *
|
||
|
- * You should have received a copy of the GNU General Public License
|
||
|
- * along with this program; if not, write to the Free Software
|
||
|
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||
|
- */
|
||
|
-
|
||
|
-
|
||
|
-#ifndef __XC_H__
|
||
|
-#define __XC_H__
|
||
|
-
|
||
|
-
|
||
|
-#include <stdarg.h>
|
||
|
-#include <xc_private.h>
|
||
|
-#include <xen/mem_event.h>
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-
|
||
|
-#endif // __XC_H__
|
||
|
-
|
||
|
-
|
||
|
-/*
|
||
|
- * Local variables:
|
||
|
- * mode: C
|
||
|
- * c-set-style: "BSD"
|
||
|
- * c-basic-offset: 4
|
||
|
- * tab-width: 4
|
||
|
- * indent-tabs-mode: nil
|
||
|
- * End:
|
||
|
- */
|
||
|
Index: xen-4.1.2-testing/tools/xenpaging/xenpaging.c
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/tools/xenpaging/xenpaging.c
|
||
|
+++ xen-4.1.2-testing/tools/xenpaging/xenpaging.c
|
||
|
@@ -35,7 +35,6 @@
|
||
|
|
||
|
#include "xc_bitops.h"
|
||
|
#include "file_ops.h"
|
||
|
-#include "xc.h"
|
||
|
|
||
|
#include "policy.h"
|
||
|
#include "xenpaging.h"
|
||
|
Index: xen-4.1.2-testing/tools/xenpaging/xenpaging.h
|
||
|
===================================================================
|
||
|
--- xen-4.1.2-testing.orig/tools/xenpaging/xenpaging.h
|
||
|
+++ xen-4.1.2-testing/tools/xenpaging/xenpaging.h
|
||
|
@@ -25,7 +25,6 @@
|
||
|
#define __XEN_PAGING2_H__
|
||
|
|
||
|
|
||
|
-#include "xc.h"
|
||
|
#include <xc_private.h>
|
||
|
|
||
|
#include <xen/event_channel.h>
|