mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qdev: add id= support for pci nics.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ab73ff29ce
commit
eb54b6dcb8
3 changed files with 7 additions and 1 deletions
1
net.h
1
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue