Revision 8172539d hw/virtio.c

b/hw/virtio.c
652 652
{
653 653
    int num, i, ret;
654 654
    uint32_t features;
655
    uint32_t supported_features = vdev->get_features(vdev) |
655
    uint32_t supported_features =
656 656
        vdev->binding->get_features(vdev->binding_opaque);
657 657

  
658 658
    if (vdev->binding->load_config) {

Also available in: Unified diff