From 6bc1631c99b03f460afd7c4f13feb163a09e9101 Mon Sep 17 00:00:00 2001 From: Reto Achermann Date: Mon, 19 Aug 2019 13:39:27 +0200 Subject: [PATCH] drivesr/virtio: remove empty files Signed-off-by: Reto Achermann --- usr/drivers/virtio/console/Hakefile | 41 ------------------------------- usr/drivers/virtio/console/main_guest.c | 15 ----------- usr/drivers/virtio/console/main_host.c | 15 ----------- usr/drivers/virtio/net/Hakefile | 39 ----------------------------- usr/drivers/virtio/net/main_guest.c | 15 ----------- usr/drivers/virtio/net/main_host.c | 15 ----------- 6 files changed, 0 insertions(+), 140 deletions(-) delete mode 100644 usr/drivers/virtio/console/Hakefile delete mode 100644 usr/drivers/virtio/console/main_guest.c delete mode 100644 usr/drivers/virtio/console/main_host.c delete mode 100644 usr/drivers/virtio/net/Hakefile delete mode 100644 usr/drivers/virtio/net/main_guest.c delete mode 100644 usr/drivers/virtio/net/main_host.c diff --git a/usr/drivers/virtio/console/Hakefile b/usr/drivers/virtio/console/Hakefile deleted file mode 100644 index 6bf688c..0000000 --- a/usr/drivers/virtio/console/Hakefile +++ /dev/null @@ -1,41 +0,0 @@ --------------------------------------------------------------------------- --- Copyright (c) 2007-2010, ETH Zurich. --- All rights reserved. --- --- This file is distributed under the terms in the attached LICENSE file. --- If you do not find this file, copies can be found by writing to: --- ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group. --- --- Hakefile for /usr/drivers/virtio_net --- --------------------------------------------------------------------------- - -[ build application { target = "virtio_console", - cFiles = [ "main_guest.c" - ], - addLibraries = libDeps ["virtio"], - --flounderExtraDefs = [ ("monitor_blocking",["rpcclient"]) ], - --flounderDefs = ["monitor", "xeon_phi_manager", "xeon_phi", "xeon_phi_messaging"], - --flounderBindings = ["xeon_phi", "xeon_phi_messaging"], - -- mackerelDevices = [ "xeon_phi/xeon_phi_apic" ], - architectures= ["x86_64", "k1om"] - - }, - build application { target = "virtio_console_host", - cFiles = [ "main_host.c" - ], - addLibraries = libDeps ["virtio"], - --flounderExtraDefs = [ ("monitor_blocking",["rpcclient"]) ], - --flounderDefs = ["monitor", "xeon_phi_manager", "xeon_phi", "xeon_phi_messaging"], - --flounderBindings = ["xeon_phi", "xeon_phi_messaging"], - -- mackerelDevices = [ "xeon_phi/xeon_phi_apic" ], - architectures= ["x86_64"] - - } -] - - - - - - \ No newline at end of file diff --git a/usr/drivers/virtio/console/main_guest.c b/usr/drivers/virtio/console/main_guest.c deleted file mode 100644 index 11da963..0000000 --- a/usr/drivers/virtio/console/main_guest.c +++ /dev/null @@ -1,15 +0,0 @@ -/** - * \file - * \brief Driver for booting the Xeon Phi Coprocessor card on a Barrelfish Host - */ - -/* - * Copyright (c) 2014 ETH Zurich. - * All rights reserved. - * - * This file is distributed under the terms in the attached LICENSE file. - * If you do not find this file, copies can be found by writing to: - * ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group. - */ - - diff --git a/usr/drivers/virtio/console/main_host.c b/usr/drivers/virtio/console/main_host.c deleted file mode 100644 index 11da963..0000000 --- a/usr/drivers/virtio/console/main_host.c +++ /dev/null @@ -1,15 +0,0 @@ -/** - * \file - * \brief Driver for booting the Xeon Phi Coprocessor card on a Barrelfish Host - */ - -/* - * Copyright (c) 2014 ETH Zurich. - * All rights reserved. - * - * This file is distributed under the terms in the attached LICENSE file. - * If you do not find this file, copies can be found by writing to: - * ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group. - */ - - diff --git a/usr/drivers/virtio/net/Hakefile b/usr/drivers/virtio/net/Hakefile deleted file mode 100644 index 804016f..0000000 --- a/usr/drivers/virtio/net/Hakefile +++ /dev/null @@ -1,39 +0,0 @@ --------------------------------------------------------------------------- --- Copyright (c) 2007-2010, ETH Zurich. --- All rights reserved. --- --- This file is distributed under the terms in the attached LICENSE file. --- If you do not find this file, copies can be found by writing to: --- ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group. --- --- Hakefile for /usr/drivers/virtio_net --- --------------------------------------------------------------------------- - -[ build application { target = "virtio_net", - cFiles = [ "main_guest.c" - ], - addLibraries = libDeps ["virtio"], - --flounderExtraDefs = [ ("monitor_blocking",["rpcclient"]) ], - --flounderDefs = ["monitor", "xeon_phi_manager", "xeon_phi", "xeon_phi_messaging"], - --flounderBindings = ["xeon_phi", "xeon_phi_messaging"],= - -- mackerelDevices = [ "xeon_phi/xeon_phi_apic" ], - architectures= ["x86_64", "k1om"] - }, - build application { target = "virtio_net_host", - cFiles = [ "main_host.c" - ], - addLibraries = libDeps ["virtio"], - --flounderExtraDefs = [ ("monitor_blocking",["rpcclient"]) ], - --flounderDefs = ["monitor", "xeon_phi_manager", "xeon_phi", "xeon_phi_messaging"], - --flounderBindings = ["xeon_phi", "xeon_phi_messaging"], - -- mackerelDevices = [ "xeon_phi/xeon_phi_apic" ], - architectures= ["x86_64"] - } -] - - - - - - \ No newline at end of file diff --git a/usr/drivers/virtio/net/main_guest.c b/usr/drivers/virtio/net/main_guest.c deleted file mode 100644 index 11da963..0000000 --- a/usr/drivers/virtio/net/main_guest.c +++ /dev/null @@ -1,15 +0,0 @@ -/** - * \file - * \brief Driver for booting the Xeon Phi Coprocessor card on a Barrelfish Host - */ - -/* - * Copyright (c) 2014 ETH Zurich. - * All rights reserved. - * - * This file is distributed under the terms in the attached LICENSE file. - * If you do not find this file, copies can be found by writing to: - * ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group. - */ - - diff --git a/usr/drivers/virtio/net/main_host.c b/usr/drivers/virtio/net/main_host.c deleted file mode 100644 index 11da963..0000000 --- a/usr/drivers/virtio/net/main_host.c +++ /dev/null @@ -1,15 +0,0 @@ -/** - * \file - * \brief Driver for booting the Xeon Phi Coprocessor card on a Barrelfish Host - */ - -/* - * Copyright (c) 2014 ETH Zurich. - * All rights reserved. - * - * This file is distributed under the terms in the attached LICENSE file. - * If you do not find this file, copies can be found by writing to: - * ETH Zurich D-INFK, Universitaetsstrasse 6, CH-8092 Zurich. Attn: Systems Group. - */ - - -- 1.7.2.5