• A
    xen: Fix IDE unplug · d1fc684f
    Anthony PERARD 提交于
    After commit e5e78550 (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: NAnthony PERARD <anthony.perard@citrix.com>
    Message-id: 1460382666-29885-1-git-send-email-anthony.perard@citrix.com
    Signed-off-by: NJohn Snow <jsnow@redhat.com>
    d1fc684f
piix.c 8.2 KB