Hi, > 4. When we hotplug the virtio-net-pci device, only pass virtio-net-pci's > pointer to > del_boot_device_path(). But virtio-net-pci != virtio-net-device, so I add a > function > named is_same_fw_dev_path() to handle this situation.
When hot-unplugging virtio-net-pci I'd expect we free both virtio-net-pci and virtio-net-device (and therefore call del_boot_device_path twice, once for each device). Can you check that? thanks, Gerd