qemu-patch-raspberry4/util
zhanghailiang bc5008a832 util/path: Use the GLib memory allocation routines
In this file, we don't check the return value of malloc/strdup/realloc which may fail.
Instead of using these routines, we use the GLib memory APIs g_malloc/g_strdup/g_realloc.
They will exit on allocation failure, so there is no need to test for failure,
which would be fine for setup.

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-08-24 13:16:32 +04:00
..
acl.c
aes.c
bitmap.c
bitops.c
compatfd.c
crc32c.c
cutils.c
envlist.c
error.c
event_notifier-posix.c
event_notifier-win32.c
fifo8.c
getauxval.c qemu/osdep: Remove the need for qemu_init_auxval 2014-06-23 07:32:27 -07:00
hbitmap.c
hexdump.c
host-utils.c
iov.c dma-helpers: Fix too long qiov 2014-07-14 12:03:21 +02:00
Makefile.objs tcg-ppc: Merge cache-utils into the backend 2014-06-23 07:32:30 -07:00
module.c module: Don't complain when a module is absent 2014-07-18 14:57:35 +02:00
notify.c
osdep.c
oslib-posix.c block: Introduce qemu_try_blockalign() 2014-08-15 15:07:15 +02:00
oslib-win32.c block: Introduce qemu_try_blockalign() 2014-08-15 15:07:15 +02:00
path.c util/path: Use the GLib memory allocation routines 2014-08-24 13:16:32 +04:00
qemu-config.c
qemu-error.c
qemu-openpty.c
qemu-option.c qemu_opts_append: Play nicely with QemuOptsList's head 2014-06-26 15:53:52 +02:00
qemu-progress.c
qemu-sockets.c don't use 'Yoda conditions' 2014-08-15 18:54:07 +04:00
qemu-thread-posix.c
qemu-thread-win32.c
qemu-timer-common.c
readline.c
rfifolock.c
throttle.c
unicode.c
uri.c