]> git.proxmox.com Git - mirror_qemu.git/commit
xen: Fix IDE unplug
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 12 Apr 2016 20:47:52 +0000 (16:47 -0400)
committerJohn Snow <jsnow@redhat.com>
Tue, 12 Apr 2016 20:47:52 +0000 (16:47 -0400)
commitd1fc684f3692d6bbe85d5ee35c2568f0bc68fa1c
treec2f211beef558f8a4905c79ea025409c9a03f0b6
parentd44122ecd0fa62d20762bdd8f214f077cb8e011b
xen: Fix IDE unplug

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 <anthony.perard@citrix.com>
Message-id: 1460382666-29885-1-git-send-email-anthony.perard@citrix.com
Signed-off-by: John Snow <jsnow@redhat.com>
hw/ide/piix.c