X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fcdrom.c;h=e6b94017734d5a834d150601ef0257bd61fdcb23;hp=40ed98cba3643730ddf0fc6483eb2467579247b3;hb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;hpb=1c46db5ec8d086d76f7120a638199564947694d3 diff --git a/palacios/src/devices/cdrom.c b/palacios/src/devices/cdrom.c index 40ed98c..e6b9401 100644 --- a/palacios/src/devices/cdrom.c +++ b/palacios/src/devices/cdrom.c @@ -174,7 +174,7 @@ struct vm_device * v3_create_cdrom(struct vm_device * ramdisk_dev, void * ramdi PrintDebug("Creating RamDISK CDROM\n"); - struct vm_device * cd_dev = create_device("Ram Based CD", &dev_ops, cd); + struct vm_device * cd_dev = v3_create_device("Ram Based CD", &dev_ops, cd); return cd_dev; }