Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvirtio-nsm.c37 static const char *error_string(enum NSMResponseTypes type) in error_string() function
100 if (!qemu_cbor_add_string_to_map(root, "Error", error_string(error))) { in error_response()
107 error_string(error)); in error_response()
120 error_setg(errp, "Failed to initialize %s response", error_string(error)); in error_response()