virtio_pci.c | 827 uint64_t host, negotiated, device_status; local in function:virtio_pci_negotiate_features_10 844 negotiated = host & guest_features; 848 negotiated & 0xffffffff); 851 negotiated >> 32); 863 if ((negotiated & VIRTIO_F_VERSION_1) == 0) { 870 sc->sc_active_features = negotiated;
|