X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Framdisk.c;h=5879875f21a3cccddae999e23690a3771d174360;hp=10de469da90227d4269cfc2bada1be38d18e23a2;hb=66a1a4c7a9edcd7d8bc207aca093d694a6e6b5b2;hpb=32694d99c15e00731a240e0fccea252e08bf5ada diff --git a/palacios/src/devices/ramdisk.c b/palacios/src/devices/ramdisk.c index 10de469..5879875 100644 --- a/palacios/src/devices/ramdisk.c +++ b/palacios/src/devices/ramdisk.c @@ -1796,7 +1796,7 @@ int handle_atapi_packet_command(struct vm_device * dev, struct channel_t * chann break; } - + if (rd_init_send_atapi_command(dev, channel, atapi_command, toc_length, alloc_length, false) == -1) { PrintError("Failed to init send atapi command in read toc (fmt=%d)\n", format); return -1; @@ -2576,7 +2576,6 @@ static void rd_print_state(struct ramdisk_t * ramdisk) { - static int check_bit_fields(struct controller_t * controller) { //Check bit fields controller->sector_count = 0;