Re: [Qemu-devel] [PATCH v3 43/46] ivshmem: add hostmem backend

2015-09-22 Thread Claudio Fontana
On 15.09.2015 18:08, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Instead of handling allocation, teach ivshmem to use a memory backend. > This allows to use hugetlbfs backed memory now. > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivshmem.c| 84 > +

[Qemu-devel] [PATCH v3 43/46] ivshmem: add hostmem backend

2015-09-15 Thread marcandre . lureau
From: Marc-André Lureau Instead of handling allocation, teach ivshmem to use a memory backend. This allows to use hugetlbfs backed memory now. Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c| 84 tests/ivshmem-test.c | 12