]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/net/mipsnet.c
qapi: Change Netdev into a flat union
[mirror_qemu.git] / hw / net / mipsnet.c
index 5115adcaead8a35ba3e6cda284d7498fa8e2fae4..5a63df7ccb91307a2840a4c0be7753c833fa48a9 100644 (file)
@@ -224,7 +224,7 @@ static const VMStateDescription vmstate_mipsnet = {
 };
 
 static NetClientInfo net_mipsnet_info = {
-    .type = NET_CLIENT_OPTIONS_KIND_NIC,
+    .type = NET_CLIENT_DRIVER_NIC,
     .size = sizeof(NICState),
     .receive = mipsnet_receive,
 };