Re: [Qemu-devel] [PATCH v2 42/45] ivshmem: add hostmem backend

2015-07-28 Thread Marc-André Lureau
Hi On Tue, Jul 28, 2015 at 9:47 AM, Andrew Jones wrote: > Just warn instead? "size argument ignored with hostmem" Otherwise > "hostmem must not specify a size argument" would be more clear agree, fixed -- Marc-André Lureau

Re: [Qemu-devel] [PATCH v2 42/45] ivshmem: add hostmem backend

2015-07-28 Thread Andrew Jones
On Tue, Jul 28, 2015 at 02:32:54AM +0200, Marc-André Lureau 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| 85 > ++