From eb54b6dcb8c6795c3667bcf1cb142639a36fdf85 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 15 Jul 2009 13:43:35 +0200 Subject: qdev: add id= support for pci nics. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net.h') diff --git a/net.h b/net.h index 6026e10..188fa39 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; -- cgit v1.1