#!/bin/bash -efu
# SPDX-License-Identifier: GPL-3.0-or-later

. guess-functions

[ -n "${1##/devices/virtio-pci}" ] ||
	guess_module virtio_pci
