mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Implement scsi device destruction
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
d29275f103
commit
01985dcf38
3 changed files with 21 additions and 11 deletions
|
@ -668,8 +668,6 @@ static void scsi_destroy(SCSIDevice *d)
|
|||
qemu_free(r);
|
||||
r = n;
|
||||
}
|
||||
|
||||
qemu_free(d);
|
||||
}
|
||||
|
||||
static int scsi_generic_initfn(SCSIDevice *dev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue