It is no longer necessary.
Signed-off-by: Akihiko Odaki <[email protected]>
---
hw/char/serial-pci-multi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/char/serial-pci-multi.c b/hw/char/serial-pci-multi.c
index 34f30fb70b80..986c14e6c71c 100644
--- a/hw/char/serial-pci-multi.c
+++ b/hw/char/serial-pci-multi.c
@@ -57,7 +57,6 @@ static void multi_serial_pci_exit(PCIDevice *dev)
for (i = 0; i < pci->ports; i++) {
s = pci->state + i;
qdev_unrealize(DEVICE(s));
- memory_region_del_subregion(&pci->iobar, &s->io);
g_free(pci->name[i]);
}
}
--
2.51.0