]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - net.h
Support addr=... in option argument of -net nic
[thirdparty/qemu.git] / net.h
diff --git a/net.h b/net.h
index a9abf63695afc38bce76b43d6a459b5c2a1084ec..3fbfdba4fd58625761a0a0dd319b824c996879e8 100644 (file)
--- a/net.h
+++ b/net.h
@@ -88,6 +88,7 @@ struct NICInfo {
     uint8_t macaddr[6];
     const char *model;
     const char *name;
+    const char *devaddr;
     VLANState *vlan;
     void *private;
     int used;