summary refs log tree commit diff stats
path: root/net.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-07-15 13:43:35 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-16 17:28:53 -0500
commiteb54b6dcb8c6795c3667bcf1cb142639a36fdf85 (patch)
tree8b19ec6fb83e0a896164206f8a00811730a9f5a6 /net.h
parentab73ff29ceb785aad3fc182e09d702ccee2e5559 (diff)
downloadfocaccia-qemu-eb54b6dcb8c6795c3667bcf1cb142639a36fdf85.tar.gz
focaccia-qemu-eb54b6dcb8c6795c3667bcf1cb142639a36fdf85.zip
qdev: add id= support for pci nics.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.h b/net.h
index 6026e10361..188fa395e4 100644
--- a/net.h
+++ b/net.h
@@ -95,6 +95,7 @@ struct NICInfo {
     const char *model;
     const char *name;
     const char *devaddr;
+    const char *id;
     VLANState *vlan;
     VLANClientState *vc;
     void *private;