X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Flnx_virtio_nic.c;h=e209e2f280bc14b3b1c2fa4442fc7a5fbc3b03e0;hb=6ed3385440a7d82f4529bb9433d1a5489351c378;hp=aac316bc72c34c33d12f9462cc9c0540dc44d423;hpb=93cce2634cfa81b8f031efa3ef0cbc53f6ead560;p=palacios.git diff --git a/palacios/src/devices/lnx_virtio_nic.c b/palacios/src/devices/lnx_virtio_nic.c index aac316b..e209e2f 100644 --- a/palacios/src/devices/lnx_virtio_nic.c +++ b/palacios/src/devices/lnx_virtio_nic.c @@ -199,7 +199,7 @@ static int tx_one_pkt(struct guest_info * core, } V3_Net_Print(2, "Virtio-NIC: virtio_tx: size: %d\n", len); - if(v3_net_debug >= 4){ + if(vnet_debug >= 4){ v3_hexdump(buf, len, NULL, 0); } @@ -561,7 +561,7 @@ static int virtio_rx(uint8_t * buf, uint32_t size, void * private_data) { unsigned long flags; V3_Net_Print(2, "Virtio-NIC: virtio_rx: size: %d\n", size); - if(v3_net_debug >= 4){ + if(vnet_debug >= 4){ v3_hexdump(buf, size, NULL, 0); }