Re: [Qemu-devel] [PATCH v2 10/10] hostmem: use object id for memory region name with >= 3.1

2018-11-01 Thread Eduardo Habkost
On Thu, Nov 01, 2018 at 04:16:12PM +0100, Igor Mammedov wrote: > On Wed, 31 Oct 2018 17:27:57 -0300 > Eduardo Habkost wrote: > > > On Tue, Oct 30, 2018 at 07:04:53PM +0400, Marc-André Lureau wrote: > > > hostmem-file and hostmem-memfd use the whole object path for the > > > memory region name,

Re: [Qemu-devel] [PATCH v2 10/10] hostmem: use object id for memory region name with >= 3.1

2018-11-01 Thread Igor Mammedov
On Wed, 31 Oct 2018 17:27:57 -0300 Eduardo Habkost wrote: > On Tue, Oct 30, 2018 at 07:04:53PM +0400, Marc-André Lureau wrote: > > hostmem-file and hostmem-memfd use the whole object path for the > > memory region name, and hostname-ram uses only the path component (the > > object id, or

Re: [Qemu-devel] [PATCH v2 10/10] hostmem: use object id for memory region name with >= 3.1

2018-10-31 Thread Eduardo Habkost
On Tue, Oct 30, 2018 at 07:04:53PM +0400, Marc-André Lureau wrote: > hostmem-file and hostmem-memfd use the whole object path for the > memory region name, and hostname-ram uses only the path component (the > object id, or canonical path basename): > > qemu -m 1024 -object

[Qemu-devel] [PATCH v2 10/10] hostmem: use object id for memory region name with >= 3.1

2018-10-30 Thread Marc-André Lureau
hostmem-file and hostmem-memfd use the whole object path for the memory region name, and hostname-ram uses only the path component (the object id, or canonical path basename): qemu -m 1024 -object memory-backend-file,id=mem,size=1G,mem-path=/tmp/foo -numa node,memdev=mem -monitor stdio (qemu)