Home
last modified time | relevance | path

Searched hist:a4c13869 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/
H A Dos-win32.ca4c13869 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 Dos-posix.ca4c13869 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 Dfuzz.ca4c13869 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 Dmodule.ca4c13869 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 Doslib-win32.ca4c13869 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 Doslib-posix.ca4c13869 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 Dosdep.ha4c13869 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>