Home
last modified time | relevance | path

Searched refs:feature_name (Results 1 – 7 of 7) sorted by relevance

/qemu/scripts/
H A Dfeature_to_c.py53 feature_name = element.attrib['name'] variable
92 writeliteral(8, bytes(feature_name, 'utf-8'))
H A Dqcow2-to-stdout.py151 for feature_type, feature_bit, feature_name in qcow2_features:
153 feature_type, feature_bit, feature_name.encode("ascii"))
/qemu/include/exec/
H A Dgdbstub.h133 const char *feature_name; member
/qemu/hw/usb/
H A Ddev-hub.c325 static const char *feature_name(int feature) in feature_name() function
408 feature_name(value)); in usb_hub_handle_control()
446 feature_name(value)); in usb_hub_handle_control()
/qemu/target/sparc/
H A Dcpu.c549 static const char * const feature_name[] = { variable
572 for (i = 0; i < ARRAY_SIZE(feature_name); i++) { in print_features()
573 if (feature_name[i] && (features & (1 << i))) { in print_features()
577 qemu_printf("%s ", feature_name[i]); in print_features()
/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py324 def feature_name(current): function
/qemu/plugins/
H A Dapi.c421 desc.feature = g_intern_string(grd->feature_name); in create_register_handles()