X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fiface-stream.c;fp=linux_module%2Fpalacios-stream.c;h=c487eb45609f0664096f5f11080b5b4757e922be;hb=276cfa264720edddc1677e35c6a300596965de7d;hp=411c119600ae077039d82e9a9594f2a4777c7749;hpb=c1c2c17d6e7655447a16345089b1da7fa5819b6c;p=palacios.git diff --git a/linux_module/palacios-stream.c b/linux_module/iface-stream.c similarity index 98% rename from linux_module/palacios-stream.c rename to linux_module/iface-stream.c index 411c119..c487eb4 100644 --- a/linux_module/palacios-stream.c +++ b/linux_module/iface-stream.c @@ -11,8 +11,8 @@ #include #include "linux-exts.h" -#include "palacios-ringbuffer.h" -#include "palacios-vm.h" +#include "util-ringbuffer.h" +#include "vm.h" #define STREAM_BUF_SIZE 1024 #define STREAM_NAME_LEN 128 @@ -186,6 +186,8 @@ static int stream_connect(struct v3_guest * guest, unsigned int cmd, unsigned lo return -EFAULT; } + + printk("ERROR: Opening Streams is currently not implemented...\n"); return -EFAULT;