nic: do not destroy memory regions in cleanup functions
commiteed79309502034d348880414e1dc156c0c4b196c
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 11 Jun 2014 10:23:03 +0000 (11 12:23 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 17 Aug 2014 21:25:24 +0000 (17 23:25 +0200)
tree6d9fec77a7cac7a09a2143314ceabde24a4fe4cc
parentad37168cbdaff061fd7c37be57de4692bd8c2c50
nic: do not destroy memory regions in cleanup functions

The memory regions should be destroyed in the unrealize function;
since these NICs are not even qdev-ified, they cannot be unplugged
and they do not have to do anything to destroy their memory regions.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/net/dp8393x.c
hw/net/mcf_fec.c