X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fram_hd.c;h=60a19f00bf4867e368d02261a897c89e8f5a1648;hp=3129ec537082d9df439a74538cc6954fd822dd48;hb=a7dc3322984b3c76fe990de506418e180ec1b0de;hpb=92d5e22e6c67ea0164ff6e94059989971eb85b99 diff --git a/palacios/src/devices/ram_hd.c b/palacios/src/devices/ram_hd.c index 3129ec5..60a19f0 100644 --- a/palacios/src/devices/ram_hd.c +++ b/palacios/src/devices/ram_hd.c @@ -22,6 +22,12 @@ #include + +#ifndef DEBUG_IDE +#undef PrintDebug +#define PrintDebug(fmt, args...) +#endif + struct hd_state { addr_t disk_image; uint32_t capacity; // in bytes