Home | History | Annotate | Download | only in qemu

Lines Matching refs:feature

207 static inline uint32_t vnc_has_feature(VncState *vs, int feature) {
208 return (vs->features & (1 << feature));