]> www.infradead.org Git - users/dwmw2/qemu.git/commit
xen-platform: unplug AHCI disks
authorDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 19 Oct 2023 11:56:42 +0000 (12:56 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 7 Nov 2023 08:56:06 +0000 (08:56 +0000)
commita73049953b7259a94d068c1b453a73b8905b1a6f
treeaee94448a8920a0cabbcd49772e0dfa3537676eb
parentc10b4b3c0dcae2fe1836e534059b69e8bfce0e9f
xen-platform: unplug AHCI disks

To support Xen guests using the Q35 chipset, the unplug protocol needs
to also remove AHCI disks.

Make pci_xen_ide_unplug() more generic, iterating over the children
of the PCI device and destroying the "ide-hd" devices. That works the
same for both AHCI and IDE, as does the detection of the primary disk
as unit 0 on the bus named "ide.0".

Then pci_xen_ide_unplug() can be used for both AHCI and IDE devices.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
hw/i386/xen/xen_platform.c