X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8237_dma.c;h=adb5b4bec2b88d95de87ae053e06bf2c94787bbc;hb=02d617c8f625ad5da6c4c9b78b224e84baac5d08;hp=0467c637456cd82fde82163081262a99a59e0bb0;hpb=b7093fd3602ef2c796a1f8a0daded9d6aad0b756;p=palacios.git diff --git a/palacios/src/devices/8237_dma.c b/palacios/src/devices/8237_dma.c index 0467c63..adb5b4b 100644 --- a/palacios/src/devices/8237_dma.c +++ b/palacios/src/devices/8237_dma.c @@ -46,7 +46,7 @@ struct vm_device * v3_create_dma() { dma = (struct dma_state *)V3_Malloc(sizeof(struct dma_state)); if (!dma) { - PrintError("Cannot allocate\n"); + PrintError(info->vm_info, info, "Cannot allocate\n"); return NULL; }