Searched hist:a4c13869 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/ |
H A D | os-win32.c | a4c13869 Tue Aug 18 05:11:02 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> oslib: do not call g_strdup from qemu_get_exec_dir Just return the directory without requiring the caller to free it. This also removes a bogus check for NULL in os_find_datadir and module_load_one; g_strdup of a static variable cannot return NULL. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | os-posix.c | a4c13869 Tue Aug 18 05:11:02 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> oslib: do not call g_strdup from qemu_get_exec_dir Just return the directory without requiring the caller to free it. This also removes a bogus check for NULL in os_find_datadir and module_load_one; g_strdup of a static variable cannot return NULL. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.c | a4c13869 Tue Aug 18 05:11:02 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> oslib: do not call g_strdup from qemu_get_exec_dir Just return the directory without requiring the caller to free it. This also removes a bogus check for NULL in os_find_datadir and module_load_one; g_strdup of a static variable cannot return NULL. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/util/ |
H A D | module.c | a4c13869 Tue Aug 18 05:11:02 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> oslib: do not call g_strdup from qemu_get_exec_dir Just return the directory without requiring the caller to free it. This also removes a bogus check for NULL in os_find_datadir and module_load_one; g_strdup of a static variable cannot return NULL. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | oslib-win32.c | a4c13869 Tue Aug 18 05:11:02 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> oslib: do not call g_strdup from qemu_get_exec_dir Just return the directory without requiring the caller to free it. This also removes a bogus check for NULL in os_find_datadir and module_load_one; g_strdup of a static variable cannot return NULL. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | oslib-posix.c | a4c13869 Tue Aug 18 05:11:02 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> oslib: do not call g_strdup from qemu_get_exec_dir Just return the directory without requiring the caller to free it. This also removes a bogus check for NULL in os_find_datadir and module_load_one; g_strdup of a static variable cannot return NULL. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/include/qemu/ |
H A D | osdep.h | a4c13869 Tue Aug 18 05:11:02 CDT 2020 Paolo Bonzini <pbonzini@redhat.com> oslib: do not call g_strdup from qemu_get_exec_dir Just return the directory without requiring the caller to free it. This also removes a bogus check for NULL in os_find_datadir and module_load_one; g_strdup of a static variable cannot return NULL. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|