diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2009-07-15 13:43:35 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-16 17:28:53 -0500 |
| commit | eb54b6dcb8c6795c3667bcf1cb142639a36fdf85 (patch) | |
| tree | 8b19ec6fb83e0a896164206f8a00811730a9f5a6 /net.h | |
| parent | ab73ff29ceb785aad3fc182e09d702ccee2e5559 (diff) | |
| download | focaccia-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.h | 1 |
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; |