X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-vnet.c;h=bdc88a11d5e7fd965f0b78fb68771fb73c32a784;hb=700ce14388ea852b7599b73b0d5a9f94fd873045;hp=c1111ef27d67ee7a8b154251e01b8d4b7a17d6cf;hpb=f31b4ee024b09ded6a5be33a33cca0e2e756b63d;p=palacios.git diff --git a/linux_module/palacios-vnet.c b/linux_module/palacios-vnet.c index c1111ef..bdc88a1 100644 --- a/linux_module/palacios-vnet.c +++ b/linux_module/palacios-vnet.c @@ -140,8 +140,6 @@ host_del_timer(void * vnet_timer){ - - static struct vnet_host_hooks vnet_host_hooks = { .timer_create = host_create_timer, .timer_del = host_del_timer, @@ -164,7 +162,7 @@ static struct vnet_host_hooks vnet_host_hooks = { .mutex_lock_irqsave = palacios_mutex_lock_irqsave, .mutex_unlock_irqrestore = palacios_mutex_unlock_irqrestore, - .print = palacios_print, + .print = palacios_print_scoped, .allocate_pages = palacios_allocate_pages, .free_pages = palacios_free_pages, .malloc = palacios_alloc,