X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Ffiledisk.c;h=c0122cd1ee8877d173718682aa7fce1ceb4c4d72;hb=e2964f7234daa3429275c039769a313f0870c212;hp=928355a418b66f3470a5389aeb62c206b49144e4;hpb=ec660ce1c5410ef08a7820f7ee064a30b416a523;p=palacios.git diff --git a/palacios/src/devices/filedisk.c b/palacios/src/devices/filedisk.c index 928355a..c0122cd 100644 --- a/palacios/src/devices/filedisk.c +++ b/palacios/src/devices/filedisk.c @@ -122,9 +122,6 @@ static int disk_free(struct vm_device * dev) { static struct v3_device_ops dev_ops = { .free = disk_free, - .reset = NULL, - .start = NULL, - .stop = NULL, };