X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8237_dma.c;h=adb5b4bec2b88d95de87ae053e06bf2c94787bbc;hb=acaadd79c597c8d5180fbfbec79c01fef3dff003;hp=0467c637456cd82fde82163081262a99a59e0bb0;hpb=8361c0d1e416802f476ebd26e385a388747a4799;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; }