]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: Get rid of "no_memory" labels
authorFabiano Fidêncio <fidencio@redhat.com>
Fri, 20 Dec 2019 12:43:15 +0000 (13:43 +0100)
committerCole Robinson <crobinso@redhat.com>
Fri, 20 Dec 2019 22:02:40 +0000 (17:02 -0500)
commit290c1ea73374177db42490da9ef7cf01a6f705ca
tree9149f86a08dfe19aeb82640836b2a283208ac5cc
parentcee3a900a0d6a8fc79554db22dc262632fe487a6
vbox: Get rid of "no_memory" labels

As pointed out by Ján Tomko, "no_memory seems suspicious in the times of
abort()".

As libvirt decided to take the path to not report OOM and simply abort
when it happens, let's get rid of the no_memory labels and simplify the
code around them.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
src/vbox/vbox_common.c