diff options
Diffstat (limited to 'hw/ne2000.c')
-rw-r--r-- | hw/ne2000.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ne2000.c b/hw/ne2000.c index 200db90b9e..a85730f8c7 100644 --- a/hw/ne2000.c +++ b/hw/ne2000.c @@ -722,6 +722,8 @@ void isa_ne2000_init(int base, qemu_irq irq, NICInfo *nd) { NE2000State *s; + qemu_check_nic_model(nd, "ne2k_isa"); + s = qemu_mallocz(sizeof(NE2000State)); if (!s) return; |