]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/xen: only remove peers of PCI NICs on unplug
authorDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 17 Oct 2023 12:32:50 +0000 (13:32 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 25 Oct 2023 13:56:49 +0000 (14:56 +0100)
commitb2e1f3ad58f43f9df9790b650db2bb905a8c82b1
tree15591a361784d275178929f6e7472ef451c0347c
parent77ddd3d28c124c994af304c6451362c3e3158663
hw/xen: only remove peers of PCI NICs on unplug

When the Xen guest asks to unplug *emulated* NICs, it's kind of unhelpful
also to unplug the peer of the *Xen* PV NIC.

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