a3567ba1e6
Currently hostmem backend fails if CONFIG_NUMA is enabled in QEMU (the default) but NUMA is not supported by the kernel. This makes it impossible to use ivshmem in such configurations. This patch fixes the problem by ignoring ENOSYS error if policy is set to MPOL_DEFAULT. This way the code behaves in the same way as if CONFIG_NUMA was not defined. qemu will still fail if the user specifies some other policy, so that the user knows it. Signed-off-by: Pavel Fedin <p.fedin@samsung.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> |
||
---|---|---|
.. | ||
baum.c | ||
hostmem-file.c | ||
hostmem-ram.c | ||
hostmem.c | ||
Makefile.objs | ||
msmouse.c | ||
rng-egd.c | ||
rng-random.c | ||
rng.c | ||
testdev.c | ||
tpm.c |