Home
last modified time | relevance | path

Searched refs:VIRTIO_LEGACY_FEATURES (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h34 #define VIRTIO_LEGACY_FEATURES ((0x1ULL << VIRTIO_F_BAD_FEATURE) | \ macro
/openbmc/qemu/hw/virtio/
H A Dvirtio.c3912 vdc->legacy_features |= VIRTIO_LEGACY_FEATURES; in virtio_device_class_init()