X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Frtl8139.c;h=4ef93df8b446f528f6d7948bffb623d8de457452;hb=d0629f43f3f4714eea680f6715e114a6e514739b;hp=199d0d7c8506e9de370781cbc8da0e4b1c66f3eb;hpb=b349b55150ada21d3f973bf9a2571f7fd7312c4f;p=palacios.git diff --git a/palacios/src/devices/rtl8139.c b/palacios/src/devices/rtl8139.c index 199d0d7..4ef93df 100644 --- a/palacios/src/devices/rtl8139.c +++ b/palacios/src/devices/rtl8139.c @@ -28,7 +28,7 @@ -#ifndef CONFIG_DEBUG_RTL8139 +#ifndef V3_CONFIG_DEBUG_RTL8139 #undef PrintDebug #define PrintDebug(fmts, args...) #endif @@ -1174,7 +1174,7 @@ static int tx_one_packet(struct rtl8139_state * nic_state, int descriptor){ v3_gpa_to_hva(&(nic_state->vm->cores[0]), (addr_t)pkt_gpa, &hostva); pkt = (uchar_t *)hostva; -#ifdef CONFIG_DEBUG_RTL8139 +#ifdef V3_CONFIG_DEBUG_RTL8139 v3_hexdump(pkt, txsize, NULL, 0); #endif