qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-2.6] xen: Fix IDE unplug


From: Stefano Stabellini
Subject: Re: [Qemu-devel] [PATCH for-2.6] xen: Fix IDE unplug
Date: Mon, 11 Apr 2016 11:22:59 -0700 (PDT)
User-agent: Alpine 2.10 (DEB 1266 2009-07-14)

On Mon, 11 Apr 2016, Anthony PERARD wrote:
> After commit e5e7855 (blockdev: Separate BB name management), starting a
> guest with PVHVM support result in this assert:
> qemu-system-i386: block/block-backend.c:173: blk_delete: Assertion 
> `!blk->name' failed.
> 
> A backtrace show that a caller is pci_piix3_xen_ide_unplug().
> 
> This patch fix it.
> 
> Signed-off-by: Anthony PERARD <address@hidden>

Acked-by: Stefano Stabellini <address@hidden>


>  hw/ide/piix.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/hw/ide/piix.c b/hw/ide/piix.c
> index 0a4cbcb..6d76ce9 100644
> --- a/hw/ide/piix.c
> +++ b/hw/ide/piix.c
> @@ -189,6 +189,7 @@ int pci_piix3_xen_ide_unplug(DeviceState *dev)
>                  idedev = pci_ide->bus[di->bus].slave;
>              }
>              idedev->conf.blk = NULL;
> +            monitor_remove_blk(blk);
>              blk_unref(blk);
>          }
>      }
> -- 
> Anthony PERARD
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]