Re: [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()

2019-01-14 Thread Fei Li
在 2019/1/14 下午6:40, Philippe Mathieu-Daudé 写道: On 1/14/19 8:18 AM, Peter Xu wrote: On Mon, Jan 14, 2019 at 08:02:23AM +0100, Markus Armbruster wrote: Peter Xu writes: On Sun, Jan 13, 2019 at 10:36:41PM +0800, Fei Li wrote: From: Fei Li Let's supplement the msi_uninit() when failing to r

Re: [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()

2019-01-14 Thread Philippe Mathieu-Daudé
On 1/14/19 8:18 AM, Peter Xu wrote: > On Mon, Jan 14, 2019 at 08:02:23AM +0100, Markus Armbruster wrote: >> Peter Xu writes: >> >>> On Sun, Jan 13, 2019 at 10:36:41PM +0800, Fei Li wrote: From: Fei Li Let's supplement the msi_uninit() when failing to realize the pci edu device

Re: [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()

2019-01-13 Thread Peter Xu
On Mon, Jan 14, 2019 at 08:02:23AM +0100, Markus Armbruster wrote: > Peter Xu writes: > > > On Sun, Jan 13, 2019 at 10:36:41PM +0800, Fei Li wrote: > >> From: Fei Li > >> > >> Let's supplement the msi_uninit() when failing to realize > >> the pci edu device. > >> > >> Cc: Markus Armbruster >

Re: [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()

2019-01-13 Thread Markus Armbruster
Peter Xu writes: > On Sun, Jan 13, 2019 at 10:36:41PM +0800, Fei Li wrote: >> From: Fei Li >> >> Let's supplement the msi_uninit() when failing to realize >> the pci edu device. >> >> Cc: Markus Armbruster >> Cc: Peter Xu >> Cc: Michael S. Tsirkin >> Cc: Marcel Apfelbaum >> Signed-off-by:

Re: [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()

2019-01-13 Thread Peter Xu
On Sun, Jan 13, 2019 at 10:36:41PM +0800, Fei Li wrote: > From: Fei Li > > Let's supplement the msi_uninit() when failing to realize > the pci edu device. > > Cc: Markus Armbruster > Cc: Peter Xu > Cc: Michael S. Tsirkin > Cc: Marcel Apfelbaum > Signed-off-by: Fei Li > --- > hw/misc/edu.c

Re: [Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()

2019-01-13 Thread Marcel Apfelbaum
On 1/13/19 4:36 PM, Fei Li wrote: From: Fei Li Let's supplement the msi_uninit() when failing to realize the pci edu device. Cc: Markus Armbruster Cc: Peter Xu Cc: Michael S. Tsirkin Cc: Marcel Apfelbaum Signed-off-by: Fei Li --- hw/misc/edu.c | 1 + 1 file changed, 1 insertion(+)

[Qemu-devel] [PATCH] hw/misc/edu: add msi_uninit() for pci_edu_uninit()

2019-01-13 Thread Fei Li
From: Fei Li Let's supplement the msi_uninit() when failing to realize the pci edu device. Cc: Markus Armbruster Cc: Peter Xu Cc: Michael S. Tsirkin Cc: Marcel Apfelbaum Signed-off-by: Fei Li --- hw/misc/edu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/misc/edu.c b/hw/misc/edu.