Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Ddevice-introspect-test.c106 char *help, *escaped; in test_one_device() local
117 escaped = g_regex_replace_literal(comma, type, -1, 0, ",,", 0, NULL); in test_one_device()
120 help = qtest_hmp(qts, "device_add \"%s,help\"", escaped); in test_one_device()
122 g_free(escaped); in test_one_device()
/qemu/docs/system/
H A Dsecurity.rst70 guest has escaped the virtual machine and is able to act in the context of the
/qemu/system/
H A Dmemory.c1164 char *escaped, *q; in memory_region_escape_name() local
1175 escaped = g_malloc(bytes + 1); in memory_region_escape_name()
1176 for (p = name, q = escaped; *p; p++) { in memory_region_escape_name()
1187 return escaped; in memory_region_escape_name()