Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.cdiff e2a7423a119660f33abcbbf4b7827a81ef23872f Fri Jan 10 11:15:18 CST 2020 Alberto Garcia <berto@igalia.com> block: Use a GString in bdrv_perm_names()

This is a bit more efficient than having to allocate and free memory
for each new permission.

The default size (30) is enough for "consistent read, write, resize".

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-id: 20200110171518.22168-1-berto@igalia.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>