]> Git Repo - qemu.git/blobdiff - hw/net/xilinx_axienet.c
qapi: Change Netdev into a flat union
[qemu.git] / hw / net / xilinx_axienet.c
index de23ab5dcd0038a09d24873c75fccbd3cc34ac02..b6701844d37c8f44828211675bc31f67af46bd38 100644 (file)
@@ -935,7 +935,7 @@ xilinx_axienet_data_stream_push(StreamSlave *obj, uint8_t *buf, size_t size)
 }
 
 static NetClientInfo net_xilinx_enet_info = {
-    .type = NET_CLIENT_OPTIONS_KIND_NIC,
+    .type = NET_CLIENT_DRIVER_NIC,
     .size = sizeof(NICState),
     .receive = eth_rx,
 };
This page took 0.025806 seconds and 4 git commands to generate.