X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fdisk_model.c;h=49ee0332729fe6b3edc7eb689118dbb8ffd092e3;hb=e2964f7234daa3429275c039769a313f0870c212;hp=4bc4433fbe05b93e54f2109266d8e91c0dc09d63;hpb=e5e029575affad90c19ca038a3b780820535d421;p=palacios.git diff --git a/palacios/src/devices/disk_model.c b/palacios/src/devices/disk_model.c index 4bc4433..49ee033 100644 --- a/palacios/src/devices/disk_model.c +++ b/palacios/src/devices/disk_model.c @@ -74,9 +74,6 @@ static struct v3_dev_blk_ops blk_ops = { static struct v3_device_ops dev_ops = { .free = model_free, - .reset = NULL, - .start = NULL, - .stop = NULL, };