All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()
@ 2019-01-13 14:36 Fei Li
  2019-01-13 16:54 ` Marcel Apfelbaum
  2019-01-14  3:31 ` Peter Xu
  0 siblings, 2 replies; 7+ messages in thread
From: Fei Li @ 2019-01-13 14:36 UTC (permalink / raw)
  To: qemu-devel, shirley17fei
  Cc: Markus Armbruster, Peter Xu, Michael S . Tsirkin, Marcel Apfelbaum

From: Fei Li <shirley17fei@gmail.com>

Let's supplement the msi_uninit() when failing to realize
the pci edu device.

Cc: Markus Armbruster <armbru@redhat.com>
Cc: Peter Xu <peterx@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Fei Li <shirley17fei@gmail.com>
---
 hw/misc/edu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/misc/edu.c b/hw/misc/edu.c
index cdcf550dd7..4feb7503de 100644
--- a/hw/misc/edu.c
+++ b/hw/misc/edu.c
@@ -367,6 +367,7 @@ static void pci_edu_uninit(PCIDevice *pdev)
 {
     EduState *edu = EDU(pdev);
 
+    msi_uninit(pdev);
     qemu_mutex_lock(&edu->thr_mutex);
     edu->stopping = true;
     qemu_mutex_unlock(&edu->thr_mutex);
-- 
2.17.2 (Apple Git-113)

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-01-14 12:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-13 14:36 [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit() Fei Li
2019-01-13 16:54 ` Marcel Apfelbaum
2019-01-14  3:31 ` Peter Xu
2019-01-14  7:02   ` Markus Armbruster
2019-01-14  7:18     ` Peter Xu
2019-01-14 10:40       ` Philippe Mathieu-Daudé
2019-01-14 12:45         ` Fei Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.